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

sina.cb's profile - activity

2015-07-08 13:16:39 -0500 commented answer Multiple robots simulation and navigation

My arguments look like this <arg name="base" value="$(optenv TURTLEBOT_BASE kobuki)"/> <arg name="stacks" value="$(optenv TURTLEBOT_STACKS hexagons)"/> <arg name="3d_sensor" value="$(optenv TURTLEBOT_3D_SENSOR kinect)"/>

2015-07-08 13:16:08 -0500 commented answer Multiple robots simulation and navigation

You can use a command like this to load the urdf file <arg name="urdf_file" default="$(find xacro)/xacro.py '$(find turtlebot_description)/robots/$(arg base)_$(arg stacks)_$(arg 3d_sensor).urdf.xacro'"/>

base, stacks and 3d_sensor are arguments that you can pass to it.

2014-08-10 13:06:34 -0500 received badge  Supporter (source)
2014-02-13 18:21:05 -0500 commented answer add_message_files() directory not found:

Thanks a lot! I was searching for this problem for about 2 hours. You saved my day! :)