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
As of the above #119, MoveIt Servo works well for local motions, but for large motions like moving from the home configuration to an at-mouth position, it doesn't work well and often gets stuck in a singularity. If we want to enable farther-distance teleoperations like that, we may have to do one or more of the following:
Implement dampened Jacobians in MoveIt Servo: http://robotics.caltech.edu/~jwb/courses/ME115/handouts/damped.pdf . This should mostly be the same as the inverse jacobian method, expect with a slight non-Cartesian motion at singularities. In theory, this should eliminate singularities altogether.
Allow for the IK solution to violate a strictly cartesian motion. For example, with the Jaco controller, if moving the fork towards you requires changing the yaw, it will do so.
Allow a more intuitive interface for getting out of singularities (than joint control). With the Jaco controller, it is the home button. Perhaps we can expose users to a similarly intuitive motion to reset the arm to some configuration?
The text was updated successfully, but these errors were encountered:
As of the above #119, MoveIt Servo works well for local motions, but for large motions like moving from the home configuration to an at-mouth position, it doesn't work well and often gets stuck in a singularity. If we want to enable farther-distance teleoperations like that, we may have to do one or more of the following:
The text was updated successfully, but these errors were encountered: