File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
hrpsys_gazebo_general/launch Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 5454 </group >
5555
5656 <!-- Robot Description -->
57- <param name =" robot_description" command =" $(find xacro)/xacro.py '$(arg ROBOT_MODEL)'" />
58- <node name =" robot_state_publisher" pkg =" robot_state_publisher" type =" state_publisher" />
57+ <arg name =" USE_CALIBRATED_URDF" default =" false" />
58+ <arg name =" CALIB_FILE_COMMAND" default =" " />
59+ <param name =" robot_description" command =" $(find xacro)/xacro '$(arg ROBOT_MODEL)'" unless =" $(arg USE_CALIBRATED_URDF)" />
60+ <param name =" robot_description" command =" $(arg CALIB_FILE_COMMAND)" if =" $(arg USE_CALIBRATED_URDF)" />
5961
62+ <arg name =" use_robot_state_publisher" default =" true" />
63+ <node name =" robot_state_publisher" pkg =" robot_state_publisher" type =" state_publisher" if =" $(arg use_robot_state_publisher)" />
64+
6065 <!-- Spawn Robot Model -->
6166 <node if =" $(arg SPAWN_MODEL)"
6267 name =" spawn_robot_model" pkg =" gazebo_ros" type =" spawn_model"
You can’t perform that action at this time.
0 commit comments