Skip to content

Commit 81fa16c

Browse files
committed
Rename panda_arm_hand.srdf.xacro -> panda.srdf.xacro
1 parent a98e633 commit 81fa16c

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
@@ -5,7 +5,7 @@
55
command="$(find xacro)/xacro '$(find franka_description)/robots/panda/panda.urdf.xacro hand:=true'"/>
66

77
<!-- load SRDF -->
8-
<param name="robot_description_semantic" command="$(find xacro)/xacro '$(find panda_moveit_config)/config/panda_arm_hand.srdf.xacro'" />
8+
<param name="robot_description_semantic" command="$(find xacro)/xacro '$(find panda_moveit_config)/config/panda.srdf.xacro'"/>
99

1010
<!-- Run RViz with a custom config -->
1111
<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
@@ -5,7 +5,7 @@
55
command="$(find xacro)/xacro '$(find franka_description)/robots/panda/panda.urdf.xacro' hand:=true"/>
66

77
<!-- load SRDF -->
8-
<param name="robot_description_semantic" command="$(find xacro)/xacro '$(find panda_moveit_config)/config/panda_arm_hand.srdf.xacro'"/>
8+
<param name="robot_description_semantic" command="$(find xacro)/xacro '$(find panda_moveit_config)/config/panda.srdf.xacro'"/>
99

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

0 commit comments

Comments
 (0)