-
Hi, I have a specific coding question. I have some revolute joints that rotate reversely in the robot. The urdf description for these joints would be something like I noticed that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @Cfather, This pull request #2315 have added the getMotionAxis method on joint model with aligned axis.
|
Beta Was this translation helpful? Give feedback.
Hello @Cfather,
This pull request #2315 have added the getMotionAxis method on joint model with aligned axis.
JointModelTpl
inherit from a boost::variant that contains the implemented joint.You can create boost::static_visitor that will call getMotionAxis for aligned joint and axis for unaligned joint.