SoMa-Project / ec_grasp_planner

Grasp Planner Based on Environmental Constraint Exploitation
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Limit maximum joint velocity during PostGraspRotate #29

Closed JannisW closed 5 years ago

JannisW commented 6 years ago

The trajectory generated by the HA for PostGraspRotate (for a grasped real cucumber) includes a part in which the WAM is moving at least one of its joints quite fast. This results in the max velocity safety being triggered and in case its not, it simply looks scary.

Adding a parameter to handarm_parameters.py to control this behavior would be great. Something worth trying out is, if setting a lower vmax in the HA is already solving this issue (would still need to adjustable from the parameter file)

zweistein commented 6 years ago

It looks like this will be solved with the kinematic check as the cause is reaching joint limit while executing the action.

JannisW commented 5 years ago

kinematics check was merged to master with PR #57 This problem was also not observed for a long time after changing initial joint configurations. I'll close the issue now. If it will re-appear, we can reopen this.