ros-mobile-robots / diffbot

DiffBot is an autonomous 2wd differential drive robot using ROS Noetic on a Raspberry Pi 4 B. With its SLAMTEC Lidar and the ROS Control hardware interface it's capable of navigating in an environment using the ROS Navigation stack and making use of SLAM algorithms to create maps of unknown environments.
https://ros-mobile-robots.com
BSD 3-Clause "New" or "Revised" License
275 stars 82 forks source link

World name argument #19

Closed pxalcantara closed 3 years ago

pxalcantara commented 3 years ago

Update the world argument to the navigation launch. Use :

roslaunch diffbot_navigation diffbot.launch world_name:='turtlebot3_world'

Instead of,

roslaunch diffbot_navigation diffbot.launch world_name:='$(find diffbot_gazebo)/worlds/turtlebot3_world.world'
fjp commented 3 years ago

Sorry for closing this (this wasn't my intention). I just wanted to change the base branch from master to noetic-devel, so that I can delete the old (unused) master branch.