ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Spawning multiple robots in Gazebo with ROS2 with namespaces

asked 2021-02-25 04:06:34 -0500

Rinkeeee96 gravatar image

Hey all, Ive been trying for a couple of days but am unable to get this working. My goal is to spawn multiple robots in Gazebo using a Ros2 launch file. Each robot should have its own namespace. I have followed a couple of different tutorials and I have a launch file running, which is capable of launching my own Gazebo world file. Starting 2 robot nodes with their own namespace However the robots do not show up in Gazebo.

Followed another tutorial to spawn robots in gazebo, this does work, but the topics are not launched. https://zmk5.github.io/general/demo/2...

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-03-04 13:57:41 -0500

RDaneelOlivaw gravatar image

Hi,

I created a small example of how to spawn infinite number of robots in ROS2 with tehir own namespaces, both in the Tfs, the imu and the cmd_vel topics.

The basic idea is that we parse the URDF/SDF file in a way that we place a remapping of the different topics like tf and also spawn with namespaces. Using that it seems at least this basic example work:

Here is the GIT:BOX BOT GIT

Here is the video explaining it and with a demo:link text

Here is the rosject with the whole project ready to test: rosject multirobotboxbot

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2021-02-25 04:06:34 -0500

Seen: 2,091 times

Last updated: Mar 04 '21