Skip to content

Commit 84ef858

Browse files
committed
Load panda.srdf.xacro with hand:=true (consistently to .urdf)
1 parent 91cfd03 commit 84ef858

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/bullet_collision_checker/launch/bullet_collision_checker_tutorial.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
command="$(find xacro)/xacro '$(find franka_description)/robots/panda/panda.urdf.xacro hand:=true'"/>
77

88
<!-- load SRDF -->
9-
<param name="robot_description_semantic" command="$(find xacro)/xacro '$(find panda_moveit_config)/config/panda.srdf.xacro'"/>
9+
<param name="robot_description_semantic" command="$(find xacro)/xacro '$(find panda_moveit_config)/config/panda.srdf.xacro' hand:=true"/>
1010

1111
<!-- Run RViz with a custom config -->
1212
<node name="$(anon rviz)" pkg="rviz" type="rviz" respawn="false" args="-d $(find moveit_tutorials)/doc/bullet_collision_checker/launch/moveit.rviz" output="screen">

doc/visualizing_collisions/launch/visualizing_collisions_tutorial.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
command="$(find xacro)/xacro '$(find franka_description)/robots/panda/panda.urdf.xacro' hand:=true"/>
77

88
<!-- load SRDF -->
9-
<param name="robot_description_semantic" command="$(find xacro)/xacro '$(find panda_moveit_config)/config/panda.srdf.xacro'"/>
9+
<param name="robot_description_semantic" command="$(find xacro)/xacro '$(find panda_moveit_config)/config/panda.srdf.xacro' hand:=true"/>
1010

1111
<!-- Run RViz with a custom config -->
1212
<node name="$(anon rviz)" pkg="rviz" type="rviz" respawn="false"

0 commit comments

Comments
 (0)