Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ You can launch it in a new terminal after starting the EasyNav system:

.. code-block:: bash

ros2 run easynav_system tui
ros2 run easynav_tools tui

The TUI is divided into several panels:

Expand Down
4 changes: 2 additions & 2 deletions howtos/costmap_multirobot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Each instance uses the same parameter file but with its own namespace and TF rem
ros2 run easynav_system system_main \
--ros-args \
--params-file ~/ros/ros2/easynav_ws/src/easynav_indoor_testcase/robots_params/costmap_multirobot.params.yaml \
-r __ns:=r1 \
-r __ns:=/r1 \
-r /tf:=tf -r /tf_static:=tf_static

**Terminal 2 (robot r2):**
Expand All @@ -152,7 +152,7 @@ Each instance uses the same parameter file but with its own namespace and TF rem
ros2 run easynav_system system_main \
--ros-args \
--params-file ~/ros/ros2/easynav_ws/src/easynav_indoor_testcase/robots_params/costmap_multirobot.params.yaml \
-r __ns:=r2 \
-r __ns:=/r2 \
-r /tf:=tf -r /tf_static:=tf_static

---
Expand Down