From 6803c164aeb078bf7aadfb8d407f3879b18a9731 Mon Sep 17 00:00:00 2001 From: Achala Athukorala Date: Mon, 10 Apr 2023 13:26:00 +0800 Subject: [PATCH] Added turtlebot multirobot mapping instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a40f96e6a..911be2404 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Initially the robots should start close to each other, in the same orientation, Install and launch turtlebot3 multirobot simulation as described in the [navigation2 documentation](https://navigation.ros.org/getting_started/index.html) ```shell -ros2 launch nav2_bringup tb3_simulation_launch.py headless:=False +ros2 launch nav2_bringup multi_tb3_simulation_launch.py headless:=False ``` In two seperate terminals, launch two *multirobot_slam_toolbox_node* instances for robot1 and robot2.