cartographer_ros/cartographer_ros
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
..
cartographer_ros Make publishing tf optional, enable publishing PoseStamped (#1099) 2020-10-21 14:03:15 +02:00
configuration_files Fix build status on front page. (#1483) 2020-06-24 10:55:03 +02:00
launch Don't run final optimization in visualize_pbstream.launch (#1157) 2019-01-16 12:46:10 +01:00
scripts Add a script for testing with fake landmarks to scripts/dev (#1071) 2018-10-30 13:54:22 +01:00
urdf Cleanup. (#203) 2016-11-30 16:15:43 +01:00
CHANGELOG.rst Release 1.0. (#889) 2018-06-04 11:54:51 +02:00
CMakeLists.txt Prepare GMock support for Noetic. (#1499) 2020-07-27 19:45:40 +02:00
package.xml Changes for ROS Noetic support (#1494) 2020-07-28 14:39:55 +02:00