Gazebo | Ignition | Community
Ask Your Question
0

Revolute2 joint axis2 limits not working?

asked 2016-04-12 20:06:37 -0500

pcdangio gravatar image

updated 2016-04-12 20:07:24 -0500

Has anybody been able to get the limits to work for the second axis on a revolute2 joint? Here is the model SDF I'm using:

<joint name="FL_Joint" type="revolute2">
  <parent>Link1</parent>
  <child>Link2</child>
  <pose>0 0 0 0 0 0</pose>
  <axis>
    <xyz>0 0 1</xyz>
    <limit>
      <lower>-0.785398</lower>
      <upper>0.785398</upper>
    </limit>
  </axis>
  <axis2>
    <xyz>0 1 0</xyz>
    <limit>
      <lower>-0.785398</lower>
      <upper>0.785398</upper>
    </limit>
  </axis2>
</joint>

The limits work for the first axis, but not for the second axis. Any thoughts?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-03-17 20:32:21 -0500

immars gravatar image

pcdangio,

same problem here, any progress on this matter?

Thanks,

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-04-12 20:06:37 -0500

Seen: 677 times

Last updated: Apr 12 '16