Commit Graph

594 Commits (master)

Author SHA1 Message Date
邱棚 bdeaee67a4 feat:fix z to zero 2024-07-12 15:20:35 +08:00
Bo Chen c138034db0
Remove Kinetic and fix CI (#1746)
* remove kinetic from CI and docs, EOL distribution
* fix CI badge
* Update REST call for github API
2022-10-27 19:36:29 +02:00
Daisuke Sato 741beb64ce
Fix build error on Ubuntu 20.04 + ROS Noetic/Melodic (#1745)
* Fix build error on Ubuntu 20.04 + ROS Noetic

Signed-off-by: Daisuke Sato <tiryoh@gmail.com>
2022-09-20 15:10:53 +02:00
Christian Clauss a727ea8f6c
Fix typos discovered by codespell (#1684)
Signed-off-by: Christian Clauss <cclauss@me.com>
2022-09-13 14:34:12 +02:00
iotboy 062513df85
fix error of document (#1689)
TRAJECTORY_BUILDER_2D.submaps.grid_options_2d.resolution

Signed-off-by: iotboy <iotboy@163.com>
2022-09-13 14:33:41 +02:00
Mitchell Allain 4af3de9182
Fix parameter name in algo walkthrough (#1690)
Fix reference to `POSE_GRAPH.log_residual_histograms`

Signed-off-by: Mitchell Allain <allain.mitch@gmail.com>
2022-09-13 14:33:01 +02:00
jeongmyunglee 3fef3e6eca
Jeongmyung Lee <leeejeongmyung@gmail.com> (#1735)
Signed-off-by: Jeongmyung Lee <leeejeongmyung@gmail.com>
2022-09-13 14:32:25 +02:00
Linh Nguyen 8bcb34f4ca
Add option to ignore out of order sensor message (#1737)
Check IMU and Odometry data before extrapolation

Signed-off-by: Linh Nguyen <linh.nguyen@enway.ai>
2022-09-13 14:32:09 +02:00
Jonathan Huber c06879b635
[docs] Fix parameter name of publish_tracked_pose (#1620)
Signed-off-by: Jonathan Huber <jonathan.huber@enway.ai>
2021-05-04 13:43:20 +02:00
Michael Grupp 305605bd3a
Remove inactive mailing list from docs. (#1612)
Signed-off-by: Michael Grupp <grupp@magazino.eu>
2021-04-19 14:01:18 +02:00
Mohamed Ahmed 151c56312d
typo fix (#1591)
Signed-off-by: mohamedsayed18 <mohamed95.a.s@gmail.com>
2021-01-29 11:47:57 +01:00
Mohamed Ahmed 0d2bc2ca5b
Fixing typo in the docs (#1588)
Signed-off-by: mohamedsayed18 <mohamed95.a.s@gmail.com>
2021-01-25 10:21:50 +01:00
Wolfgang Hess 2325bde3d8
Improve CONTRIBUTING.md and add a pull request template. (#1564)
This is similar to cartographer-project/cartographer#1780, but
- we add a pull request template (there was none before)
- we refer to cartographer_ros CONTRIBUTING.md
- we give different instructions to execute cartographer_ros tests

Signed-off-by: Wolfgang Hess <whess@lyft.com>
2020-11-18 09:54:52 +01:00
stribor14 0b66821840
Check if we already publihed transformation at same timestamp Fix #1555 (#1556)
Signed-off-by: stribor14 <mirko.kokot@romb-technologies.hr>

Co-authored-by: stribor14 <mirko.kokot@romb-technologies.hr>
2020-11-13 13:22:31 +01:00
zhenzhenxiang 9020ba0247
Update algo_walkthrough.rst (#1545)
Fix typos.

Signed-off-by: zhenzhenxiang <405090724@163.com>
2020-11-11 13:46:46 +01:00
Wolfgang Hess 2712067e05
Use the MapBuilder factory function. (#1551)
This follows cartographer-project/cartographer#1776.

Signed-off-by: Wolfgang Hess <whess@lyft.com>
2020-11-06 13:41:08 +01:00
Wolfgang Hess b1dde03d52
Use PoseGraphInterface instead of PoseGraph. (#1547)
Tiny improvement to not depend on more than is needed.

Signed-off-by: Wolfgang Hess <whess@lyft.com>
2020-11-04 15:57:50 +01:00
Michael Grupp 70612a4d40
Fix outdated build instructions (closes #1531). (#1537)
Signed-off-by: Michael Grupp <grupp@magazino.eu>
2020-10-27 09:28:18 +01:00
Wolfgang Hess c705fdcc8f
Remove ceres-solver from cartographer_ros.rosinstall. (#1532)
Recent versions no longer build ceres-solver and instead
depend on libceres-dev. See also #1518.

Signed-off-by: Wolfgang Hess <whess@lyft.com>
2020-10-23 17:24:20 +02:00
Michael Grupp 1c9274ffee
Default to master in rosinstall (fixes #1122). (#1530)
This makes much more sense than 1.0.0, which is counter-intuitive.

If someone is building from source they usually do it to build the
latest bleeding-edge version.

Signed-off-by: Michael Grupp <grupp@magazino.eu>
2020-10-22 17:33:45 +02:00
Erik Reed 7ac49a9287
Add color requirement note for point_cloud_viewer (#1424)
I was running through these docs and having [trouble](https://github.com/googlecartographer/point_cloud_viewer/issues/389)
with map visualization via `point_cloud_viewer`.
Notably, color is required for plys ingested by `point_cloud_viewer` (in contrast to Meshlab).

This PR adds a note to make this clear.

Signed-off-by: Erik Reed <ereed.uw@gmail.com>
2020-10-21 19:49:50 +02:00
Jonathan Huber dcbd9d10df
Make publishing tf optional, enable publishing PoseStamped (#1099)
If the output of cartographer should be used as an input to an additional sensor fusion method,
using the published TF transform is inconvenient or in our specific use case even harmful
because we don't want to add the raw cartographer output to our TF tree.

With this change it becomes optional to broadcast to /tf.
Morever there is an option to publish the tracked frame pose as a PoseStamped message.
We add two new optional parameters:
- `publish_to_tf` if false no tf transform is broadcasted
-  `publish_tracked_pose` If set `true` a PoseStamped representing the position of the
tracked pose w.r.t. map frame is published.

If default launchers and settings are used this PR causes no change in the behavior.
2020-10-21 14:03:15 +02:00
Michael Grupp 6296d41cd5
Update "Getting involved" documentation page. (#1522)
Some things were outdated after recent changes.

Signed-off-by: Michael Grupp <grupp@magazino.eu>
2020-10-15 10:49:24 +02:00
Wolfgang Hess 8064b8f9b7
Follow cartographer-project/cartographer#1759. (#1525)
Signed-off-by: Wolfgang Hess <whess@lyft.com>
2020-10-13 15:50:12 +02:00
Michael Grupp 868d147fb5
Fix Sphinx documentation errors & warnings. (#1523)
Fixes broken links, code blocks and other things that
`sphinx-build docs/source docs/out -E` complained about.

Signed-off-by: Michael Grupp <grupp@magazino.eu>
2020-10-13 15:00:12 +02:00
Michael Grupp d93769eee3
Fix includes to follow style guide in playable_bag.h (#1524)
Signed-off-by: Michael Grupp <grupp@magazino.eu>
2020-10-13 14:37:06 +02:00
Michael Grupp 1e1e895027
Use distinct issue templates for bugs, tuning and general things. (#1521)
This uses the more modern issue template mechanism of GitHub.
Users will be able to choose one of these after clicking "add issue".

---

The template for tuning is reworded to reflect that tuning issues are
not guaranteed to be handled by maintainers.

Signed-off-by: Michael Grupp <grupp@magazino.eu>
2020-10-07 12:56:54 +02:00
Wolfgang Hess 26ab581a20
Minor documentation tweaks for Noetic. (#1520)
Signed-off-by: Wolfgang Hess <whess@lyft.com>
2020-10-05 14:41:05 +02:00
Wolfgang Hess a5e22dd6a0
Follow cartographer-project/cartographer#1750. (#1518)
Signed-off-by: Wolfgang Hess <whess@lyft.com>
2020-09-24 12:26:31 +02:00
Wolfgang Hess 71bc50d2b6
Follow cartographer-project/cartographer#1749. (#1516)
Signed-off-by: Wolfgang Hess <whess@lyft.com>
2020-09-14 13:26:19 +02:00
Michael Grupp 9cde1b4f5c
Remove unnecessary bottlenecks from Dockerfiles to speed up CI. (#1511)
This should solve #1506.

- Use osrf/ros-<distro>-desktop as base image for CI
The basic ROS base image requires rosdep to install packages with many
dependencies, e.g. rviz. Using the desktop base image should speed up CI
because it has a good overlap with what we need and only little extra stuff.
- Remove apt list only after installing everything.
- Don't build protobuf 3 from source on Ubuntu 18 & 20.
It should come with rosdep. Only on Ubuntu 16 we need to build manually
because it ships with Protobuf 2.
-  No need to build Ceres from source on Ubuntu 18 & 20. 
The versions are greater or equal to 1.13, which is the one specified in
the source build script. The apt packages should work just fine.

The cartographer library is built from source in all cases, which is good to
ensure that we always test compatibility with the latest version of it.
2020-08-31 15:59:36 +02:00
Geonhee 97883c4542
Update assets_writer.rst (#1442)
Signed-off-by: Geonhee-LEE <gunhee6392@gmail.com>
2020-08-29 11:49:05 +02:00
Michael Grupp 051a018c47
Remove legacy Jenkins quality pipeline. (#1510)
- it has been used only at Google for a quality pipeline
- the worker.py is Python 2 and closely tied to Google Cloud, so I don't
  believe there is much to be reused by someone else nowadays and not
  worth the effort to port to Python 3.

Signed-off-by: Michael Grupp <grupp@magazino.eu>
2020-08-28 15:08:15 +02:00
Michael Grupp f30d1f7e1e
Changes for ROS Noetic support (#1494)
Signed-off-by: Michael Grupp <grupp@magazino.eu>
2020-07-28 14:39:55 +02:00
Wolfgang Hess 0228078e1f
Prepare GMock support for Noetic. (#1499)
This follows Cartographer installing libgmock-dev.

Signed-off-by: Wolfgang Hess <whess@lyft.com>
2020-07-27 19:45:40 +02:00
Wolfgang Hess ec29019962
Remove support for Debian Jessie. (#1496)
It has reached end-of-life with the
end of LTS on June 30, 2020.

Signed-off-by: Wolfgang Hess <whess@lyft.com>
2020-07-23 10:57:35 +02:00
Wolfgang Hess be4332b338
Build Abseil dependency in CI. (#1485)
cartographer-project/cartographer#1711 removed
building Abseil from the Cartographer library.
We follow here the same approach as in
cartographer CI.

An alternative approach which is now possible is
adding an Abseil package for catkin and depending
on that.

Signed-off-by: Wolfgang Hess <whess@lyft.com>
2020-06-25 13:04:21 +02:00
Wolfgang Hess bdf8f5921e
Fix build status on front page. (#1483)
* Fix build status on front page.

Changes "googlecartographer" to "cartographer-project"
for references to CI and GitHub.

Following cartographer-project/cartographer#1693.

Signed-off-by: Wolfgang Hess <whess@lyft.com>

* Remove Indigo and Lunar Dockerfiles.
2020-06-24 10:55:03 +02:00
Bo Chen 2ceb9f96a3
Change Google CLA to DCO in CONTRIBUTING.md (#1482) 2020-06-17 16:16:26 +02:00
Bo Chen 1fe0e2b593
Fix broken build for melodic. Use official ros docker image. (#1484)
Essentially revert #1021 as image seems to be fixed

Signed-off-by: Bo Chen <bo@enway.ai>
2020-06-17 13:47:28 +02:00
Michael Grupp 1de03b3d32 Remove unnecessary eigen_conversions dependency. (#1278)
Seems to have been used in the past, but isn't needed anymore.
2019-08-27 14:03:27 +02:00
Tully Foote e74b48a2aa Remove EOL Distros from CI matrix (#1379)
Indigo and Lunar are both EOL
2019-08-27 09:44:15 +02:00
mgladkova 20c2c8f0f7 Update ROS API documentation with description of changed/new services (#1282) 2019-07-09 14:10:58 +02:00
mgladkova 92a8b81a84 Simplify start_trajectory service (RFC-28) (#1245)
* Simplify start_trajectory.

* Ran clang-format.

* Make corrections based on the review

* Make corrections based on review #2, remove obsolete functions

* Remove unnecessary local variables
2019-05-07 16:53:06 +02:00
Michael Grupp 63dce89f6e Service to query trajectory segments from the pose graph. (#1222)
This `/trajectory_query` service allows to look up trajectory segments
from the pose graph.

This can be useful if one wants to get optimized trajectory data from
the current SLAM run and listening to live TF data would be too noisy.
For example, to stitch buffered point cloud data from a depth sensor
based on a recent localization trajectory segment of a robot.

Before, the pose graph trajectory nodes were not available except for
the trajectory marker topic (only positions, no orientation; inefficient)
or after serialization (which is not practical in live operation).
2019-04-23 12:11:22 +02:00
Michael Grupp 9f8bf5b245 Add explicit --save_state_filename to offline node options. (#1204)
This allows to serialize the state also when no bagfile is given, e.g.
when the offline node is used to run an optimization and/or trimming
configuration on a pbstream. Or simply when one wants to use a custom
name directly. This doesn't break compatibility with the previous CLI.
2019-04-17 14:46:58 +02:00
Ashwath Narayan Murali 2d9b751d51 Updated doc to remove abseil-cpp from ROS (#1211)
I have added a few lines to the doc to alert users to remove ros abseil-cpp and also to change the rosinstall file if they wish to checkout a different version of cartographer. As discussed in #1208
2019-04-17 14:23:38 +02:00
Michael Grupp 5fb4314c8b Unify trajectory state checks for service handlers. (#1262)
Some service handlers need to check if a trajectory is in a valid
state for the requested operation. If it's not, they return an error
response.

`Node::CheckTrajectoryState` allows to avoid code duplication in such
situations.
2019-04-15 09:53:55 +02:00
Michael Grupp b28ffea97f Update clang-format to new Google style. (#1260)
Apparently the format bot uses a bleeding edge clang-format that uses
the new Google style and reformats a bunch of files in every PR. This is
an empty commit to trigger this in a separate commit.

See 62e3198c4f
2019-04-10 15:30:54 +02:00
fprott 7e4af360e8 Expanded Landmarks documentation (#1241)
Expanded landmarks to included more information and make it more clear and first-time user friendly. Used knowledge from the issues, especially issue https://github.com/googlecartographer/cartographer_ros/issues/909 and https://github.com/googlecartographer/cartographer_ros/issues/1067
2019-04-03 19:34:51 +02:00