Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replan b15 that has a difficult reorient #25

Open
yck011522 opened this issue Mar 30, 2022 · 0 comments
Open

Replan b15 that has a difficult reorient #25

yck011522 opened this issue Mar 30, 2022 · 0 comments

Comments

@yck011522
Copy link
Member

yck011522 commented Mar 30, 2022

b15 has a difficult reorient move.
However, in practice, we cannot lift the beam with the robot and reorient it due to robot payload. Therefore it is possible to skip the reorientation move (operator will attach the tool in top grasp position) and the subsequent free move (operator will jog the robot near the start state of the next move)

The reorient move A183_M2 and subsequent free move A186_M0 will not be executed.

In order to perform the planning. We need to :

  • Plan A183_M0, A183_M1 separately. Then force plan A183_M2 as free_move.
  • Plan A186_M1 and check the IK to be good. Replan if needed.
  • Manually delete neighbouring b16's first free move A195_M0 because the start state is constrained.
  • Plan entire b15 with --keep_planned_movement flag.
  • Plan A195_M0.
  • Check state for b15 with --verify_plan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant