Skip to content

Commit

Permalink
Change initial pose of pendulum (#313)
Browse files Browse the repository at this point in the history
(cherry picked from commit 40ee42d)
  • Loading branch information
christophfroehlich authored and mergify[bot] committed May 13, 2024
1 parent 4b9d266 commit 8804890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
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 8804890

Please sign in to comment.