orocos_kinematics_dynamics icon indicating copy to clipboard operation
orocos_kinematics_dynamics copied to clipboard

Prismatic joint with curve path

Open AlbertoMarnetto-Work opened this issue 3 years ago • 1 comments
trafficstars

I must model a machine in which one of the joints is constrained to slide on a curvilinear path.

I see that KDL::Joint only support prismatic joints that move along an axis. How can this behaviour be extended? Should I extend the Joint class with a new JointType (but this will probably require to extend / rewrite a lot of dependent code) or are there simpler approaches?

AlbertoMarnetto-Work avatar Apr 11 '22 13:04 AlbertoMarnetto-Work

I am not sure. Extending the Joint class will not extend the solvers. So I don't think there is a simple solution.

MatthijsBurgh avatar Apr 11 '22 13:04 MatthijsBurgh