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

Extraneous Robot motion path #11

Open
LuisC18 opened this issue Nov 15, 2021 · 1 comment
Open

Extraneous Robot motion path #11

LuisC18 opened this issue Nov 15, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@LuisC18
Copy link
Collaborator

LuisC18 commented Nov 15, 2021

Extraneous motion when preforming pick and place action has been an issue for the tictactoe game. The grasp message has fields for pre_grasp_approach (direction and distance), post_grasp_retreat and defines a pre_grasp pose for the location/orientation. The moveit documentation defines collsion objects for the move_group.pick function as well as the pick/place grasp messages to execute. Currently the O's for the tictactoe game are not imported as objects into the environment.

There is a moveit_tutorial for pick and place in cpp. There is also a grasp tutorial page that goes more in depth about the grasp pipeline.

This solution may be more complex than is needed for tictactoe; however, it seems like it could fix the extraneous movements issue at the key moments for picking and placing objects.

@LuisC18 LuisC18 added the enhancement New feature or request label Nov 15, 2021
@LuisC18 LuisC18 self-assigned this Nov 15, 2021
@LuisC18
Copy link
Collaborator Author

LuisC18 commented Mar 4, 2022

Extraneous motion is still an issue for game movement (Example). Final positions are correct but motion to pickup/placement is unreliable. Further investigation of Pilz motion planner could result in solution.

@LuisC18 LuisC18 changed the title Investigating moveit_grasps Extraneous Robot motion path Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant