Skip to content

Commit

Permalink
Initial config for fake arm modified
Browse files Browse the repository at this point in the history
  • Loading branch information
yilmazabdurrah committed Nov 26, 2024
1 parent 9d45cbe commit 14dde91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions franka_description/robots/panda_arm.ros2_control.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
</joint>
</xacro:macro>

<xacro:configure_joint joint_name="${ns}_joint1" initial_position="-1.57"/>
<xacro:configure_joint joint_name="${ns}_joint2" initial_position="0.67"/>
<xacro:configure_joint joint_name="${ns}_joint1" initial_position="0.0"/>
<xacro:configure_joint joint_name="${ns}_joint2" initial_position="-0.7854"/>
<xacro:configure_joint joint_name="${ns}_joint3" initial_position="0.0"/>
<xacro:configure_joint joint_name="${ns}_joint4" initial_position="0.0"/>
<xacro:configure_joint joint_name="${ns}_joint4" initial_position="-2.3562"/>
<xacro:configure_joint joint_name="${ns}_joint5" initial_position="0.0"/>
<xacro:configure_joint joint_name="${ns}_joint6" initial_position="1.3"/>
<xacro:configure_joint joint_name="${ns}_joint7" initial_position="2.3"/>
<xacro:configure_joint joint_name="${ns}_joint6" initial_position="1.5708"/>
<xacro:configure_joint joint_name="${ns}_joint7" initial_position="0.7854"/>

</ros2_control>
</xacro:macro>
Expand Down

0 comments on commit 14dde91

Please sign in to comment.