You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the orientation constraint message from moveit has 3 theta bounds for each axes in the constraint frame. The current orientation constraint implementation just applies one of the three. See comment below.
A better approach would be to add an additional rotational transformation to R_BbarB, computing R_BbarBx, R_BbarBy and R_BbarBz - add 3 different orientation constraints for each axis with the theta_bounds being the individual tolerances.
Right now, the orientation constraint message from moveit has 3 theta bounds for each axes in the constraint frame. The current orientation constraint implementation just applies one of the three. See comment below.
A better approach would be to add an additional rotational transformation to
R_BbarB
, computingR_BbarBx
,R_BbarBy
andR_BbarBz
- add 3 different orientation constraints for each axis with the theta_bounds being the individual tolerances.Originally posted by @kamiradi in #55 (comment)
The text was updated successfully, but these errors were encountered: