Fixed wrong Topic name for Landmarks (#1171)
The expected topic name for the cartographer seems to be landmark not landmarks even tough a list of landmarks is expected.master
parent
6ee68c22f9
commit
5f1ff900b4
|
@ -36,7 +36,7 @@ A GPS publishing on a ``sensor_msgs/NavSatFix`` topic named ``fix`` can improve
|
|||
|
||||
use_nav_sat = true
|
||||
|
||||
For landmarks publishing on a ``cartographer_ros_msgs/LandmarkList`` (`message defined in cartographer_ros`_) topic named ``landmarks``:
|
||||
For landmarks publishing on a ``cartographer_ros_msgs/LandmarkList`` (`message defined in cartographer_ros`_) topic named ``landmark``:
|
||||
|
||||
.. code-block:: lua
|
||||
|
||||
|
|
Loading…
Reference in New Issue