ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org
Ask Your Question

pinxian's profile - activity

2019-08-09 00:11:27 -0500 received badge  Famous Question (source)
2019-05-20 01:09:12 -0500 marked best answer Multi-turtlebot3-simulation

HI , all

I am newbie . I want to add a swarm of turtlebot3(burger or waffle) in gazebo to simulate advanced control .

I used the method as the follwing website :

[ http://turtlebot3.readthedocs.io/en/l... ]

Because turtlebot3_empty_world.launch file only spawn a turtlebot in gazebo , i tried to modify the launch file :

<launch>
<group ns="turtlebot1">
<arg name="model" default="$(env TURTLEBOT3_MODEL)" doc="model type [burger, waffle]"/>
<arg name="x_pos" default="0.0"/>
<arg name="y_pos" default="0.0"/>
<arg name="z_pos" default="0.0"/>


<param name="robot_description" command="$(find xacro)/xacro.py $(find turtlebot3_description)/urdf/turtlebot3_$(arg model).urdf.xacro" />

<node name="spawn_urdf" pkg="gazebo_ros" type="spawn_model" args="-urdf -model turtlebot3_burger -x $(arg x_pos) -y $(arg y_pos) -z $(arg z_pos) -param robot_description" />
</group>

<group ns="turtlebot2">
<arg name="model" default="$(env TURTLEBOT3_MODEL)" doc="model type [burger, waffle]"/>
<arg name="x_pos" default="5.0"/>
<arg name="y_pos" default="5.0"/>
<arg name="z_pos" default="5.0"/>


 <param name="robot_description" command="$(find xacro)/xacro.py $(find turtlebot3_description)/urdf/turtlebot3_$(arg model).urdf.xacro" />

 <node name="spawn_urdf" pkg="gazebo_ros" type="spawn_model" args="-urdf -model turtlebot3_burger -x $(arg x_pos) -y $(arg y_pos) -z $(arg z_pos) -param robot_description" />
  </group>

<include file="$(find gazebo_ros)/launch/empty_world.launch">
<arg name="world_name" value="$(find turtlebot3_gazebo)/models/empty.world"/>
<arg name="paused" value="false"/>
<arg name="use_sim_time" value="true"/>
<arg name="gui" value="true"/>
<arg name="headless" value="false"/>
<arg name="debug" value="false"/>
</include>
</launch>

It dosent work !!

Dose someone have any idea?

Thanks!!

2019-04-27 09:55:45 -0500 received badge  Notable Question (source)
2019-01-14 20:50:19 -0500 commented answer How to simulate multi-robots transportation in gazebo?

I think my problem is very similar to this https://answers.ros.org/question/202683/multiple-robots-and-ros_control/ . H

2019-01-14 20:40:39 -0500 commented answer How to simulate multi-robots transportation in gazebo?

Hi , Thank you for your reply. I have tried to give each of robots namespace.For example /robot1 /robot2 .... However,I

2019-01-14 20:32:21 -0500 received badge  Popular Question (source)
2019-01-14 11:58:09 -0500 edited question How to simulate multi-robots transportation in gazebo?

How to simulate multi-robots transportation in gazebo? Hi all, I can use px4-sitl to spawn a drone and control it in ga

2019-01-14 11:57:45 -0500 edited question How to simulate multi-robots transportation in gazebo?

How to simulate multi-robots transportation in gazebo? Hi all, I can use px4-sitl to spawn a drone and control it in ga

2019-01-14 11:57:24 -0500 asked a question How to simulate multi-robots transportation in gazebo?

How to simulate multi-robots transportation in gazebo? Hi all, I can use px4-sitl to spawn a drone and control it in ga

2017-12-24 23:55:13 -0500 commented question ros-kinetic-opencv3 and apriltags regression?

I have the same problem . Any idea?

2017-11-21 00:12:34 -0500 received badge  Famous Question (source)
2017-10-04 08:49:16 -0500 received badge  Famous Question (source)
2017-09-18 05:37:55 -0500 received badge  Notable Question (source)
2017-08-04 09:06:24 -0500 received badge  Popular Question (source)
2017-07-28 20:21:07 -0500 edited question Multi-turtlebot3-simulation

Multi-turtlebot3-simulation HI , all I am newbie . I want to add a swarm of turtlebot3(burger or waffle) in gazebo to s

2017-07-28 19:54:10 -0500 edited question Multi-turtlebot3-simulation

Multi-turtlebot3-simulation HI , all I am newbie . I want to add a swarm of turtlebot3(burger or waffle) in gazebo to s

2017-07-28 19:53:32 -0500 asked a question Multi-turtlebot3-simulation

Multi-turtlebot3-simulation HI , all I am newbie . I want to add a swarm of turtlebot3(burger or waffle) in gazebo to s

2017-07-24 18:57:02 -0500 received badge  Notable Question (source)
2017-07-21 06:02:04 -0500 received badge  Enthusiast
2017-07-17 07:28:54 -0500 received badge  Editor (source)
2017-07-17 07:28:54 -0500 edited question Turtlebot RobotModel Status : Error

Turtlebot RobotModel Status : Error hi all, Its something wrong with my turtlebot(burger) when running step 8.1.1 - Bri

2017-07-17 06:39:26 -0500 received badge  Popular Question (source)
2017-07-17 05:06:05 -0500 edited question Turtlebot RobotModel Status : Error

Turtlebot RobotModel Status : Error hi all, Its something wrong with my turtlebot(burger) when running step 8.1.1 - Bri

2017-07-16 06:48:54 -0500 asked a question Turtlebot RobotModel Status : Error

Turtlebot RobotModel Status : Error hi all, Its something wrong with my turtlebot(burger) when running step 8.1.1 - Bri