Advertisement
130s

ROS_Gazebo_multipleRobotsLaunch_1

Oct 13th, 2011
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <launch>
  2. <group ns = "crowd1">
  3. <param name="robot_description" command="$(find xacro)/xacro.py '$(find turtlebot_description)/urdf/turtlebot.urdf.xacro'" />
  4.  
  5. <node name="spawn_turtlebot_model" pkg="gazebo" type="spawn_model" args="$(optenv ROBOT_INITIAL_POSE) -unpause -urdf -param robot_description -model turtlebot-1 -x 1" respawn="false" output="screen" />
  6.  
  7. <node pkg="drive_base_tutorial" name="agent1" type="driveBase_multipleRobots" output="screen" respawn="true">
  8. <remap from="crowd1/crowd1/turtlebot_node/cmd_vel" to="turtlebot_node/cmd_vel"/>
  9. </node>
  10.  
  11. <node pkg="diagnostic_aggregator" type="aggregator_node" name="diagnostic_aggregator" >
  12. <rosparam command="load" file="$(find turtlebot_bringup)/config/diagnostics.yaml" />
  13. </node>
  14. </group>
  15. </launch>
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement