File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55 <arg name =" rvizconfig" default =" $(find urdf_tutorial)/rviz/urdf.rviz" />
66
77 <param name =" robot_description" command =" $(find xacro)/xacro $(arg model)" />
8- <param name =" use_gui" value =" $(arg gui)" />
98
10- <node name =" joint_state_publisher" pkg =" joint_state_publisher" type =" joint_state_publisher" />
9+ <node if =" $(arg gui)" name =" joint_state_publisher" pkg =" joint_state_publisher_gui" type =" joint_state_publisher_gui" />
10+ <node unless =" $(arg gui)" name =" joint_state_publisher" pkg =" joint_state_publisher" type =" joint_state_publisher" />
1111 <node name =" robot_state_publisher" pkg =" robot_state_publisher" type =" robot_state_publisher" />
1212 <node name =" rviz" pkg =" rviz" type =" rviz" args =" -d $(arg rvizconfig)" required =" true" />
1313
Original file line number Diff line number Diff line change 1313 <buildtool_depend >catkin</buildtool_depend >
1414 <build_depend >roslaunch</build_depend >
1515 <run_depend >joint_state_publisher</run_depend >
16+ <run_depend >joint_state_publisher_gui</run_depend >
1617 <run_depend >robot_state_publisher</run_depend >
1718 <run_depend >rviz</run_depend >
1819 <run_depend >xacro</run_depend >
You can’t perform that action at this time.
0 commit comments