cartographer_ros/docs/source
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
..
algo_walkthrough.rst Fix build status on front page. (#1483) 2020-06-24 10:55:03 +02:00
assets_writer.rst Fix Sphinx documentation errors & warnings. (#1523) 2020-10-13 15:00:12 +02:00
compilation.rst Fix Sphinx documentation errors & warnings. (#1523) 2020-10-13 15:00:12 +02:00
conf.py Update docs of ROS API. (#928) 2018-07-25 14:23:31 +02:00
configuration.rst Make publishing tf optional, enable publishing PoseStamped (#1099) 2020-10-21 14:03:15 +02:00
data.rst Add landmarks demo to the docs. (#1077) 2018-10-25 17:25:29 +02:00
demo_2d.gif Rework the documentation as a step-by-step guide (#952) 2018-11-05 12:22:55 +01:00
demos.rst Fix Sphinx documentation errors & warnings. (#1523) 2020-10-13 15:00:12 +02:00
faq.rst Fix build status on front page. (#1483) 2020-06-24 10:55:03 +02:00
frames_demo_2d.jpg Rework the documentation as a step-by-step guide (#952) 2018-11-05 12:22:55 +01:00
getting_involved.rst Update "Getting involved" documentation page. (#1522) 2020-10-15 10:49:24 +02:00
going_further.rst Fix build status on front page. (#1483) 2020-06-24 10:55:03 +02:00
index.rst Fix build status on front page. (#1483) 2020-06-24 10:55:03 +02:00
nodes_graph_demo_2d.jpg Rework the documentation as a step-by-step guide (#952) 2018-11-05 12:22:55 +01:00
point_cloud_viewer_demo_3d.jpg Rework the documentation as a step-by-step guide (#952) 2018-11-05 12:22:55 +01:00
ros_api.rst Make publishing tf optional, enable publishing PoseStamped (#1099) 2020-10-21 14:03:15 +02:00
tuning.rst Fix build status on front page. (#1483) 2020-06-24 10:55:03 +02:00
your_bag.rst Landmarks note (#1242) 2019-04-03 18:10:11 +02:00