what's the lower and upper limit for a floating joint in urdf?
Hi all,
I intend to use a floating joint in my model, and give a certain limit (t_ll, t_ul)
to the translation freedom and another certain limit (r_ll, r_ul)
to the rotation freedom.
But in the floating joint example , there is only one lower and one upper limit: <limit effort="30" velocity="1.0" lower="-2.2" upper="0.7" />
. What do these two limits mean? Can I set two limit ranges (t_ll, t_ul)
and (r_ll, r_ul)
?
Thanks for any suggestion!
Asked by xibeisiber on 2020-08-18 20:50:44 UTC
Comments
I am not sure what your ROS version/ exact use case is, but maybe it is useful to keep in mind that floating joints are somewhat deprecated .. see ros/robot_model#188
Asked by rfn123 on 2020-08-19 03:38:45 UTC
Thanks for your reply. Currently I use 6 dummy links to mimic the 6DOF joint...
Asked by xibeisiber on 2020-08-19 03:52:15 UTC
@xibeisiber Those limits are explained here.
Asked by Weasfas on 2020-08-20 06:23:31 UTC