Demo showing how to spawn multiple ROSbots in Gazebo
- Pull Docker images with:
docker compose pull- start the simulation with:
xhost +local:docker && docker compose up- open a shell inside a docker container:
docker compose exec -it rosbot bash- for controlling
robot1with teleop run:
ros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args -r __ns:=/robot1