Skip to content

Commit

Permalink
Change initial pose of pendulum
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed May 10, 2024
1 parent 18fd2c7 commit c580b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gz_ros2_control_demos/urdf/test_pendulum_effort.xacro.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

<joint name="cart_to_pendulum" type="revolute">
<axis xyz="0 1 0"/>
<origin xyz="0.0 0.35 0.0" rpy="0 0.1 0"/>
<origin xyz="0.0 0.35 0.0" rpy="0 ${pi} 0"/>
<parent link="cart"/>
<child link="pendulum"/>
<limit effort="10000.0" lower="-100000" upper="100000" velocity="100000"/>
Expand Down

0 comments on commit c580b5e

Please sign in to comment.