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

Handle all grasp candidates and use Stage's timeout property #2

Open
wants to merge 7 commits into
base: pr-deep_grasp_stage
Choose a base branch
from

Conversation

JafarAbdi
Copy link

1- Replace goal_timeout member variable with Stage's timeout property
2- Make grasp_candidates_ a queue of vector of grasp candidates to make sure to handle all feedback message with thread safety

bostoncleek and others added 7 commits January 10, 2022 16:58
This stage uses action messages to communicate with an action server external to MTC.
The action server can use machine learning pipelines to sample grasps given a point cloud/depth image.
This removes complex dependencies from MTC. The stage sends a request for grasps. If a time out is reached or no grasps are found then planning fails.
This stage uses a template parameter which is the action message and inherits from an action base class.
This allows other stages to inherit these properties and use action messages.
The action base class can only be used with the action msg
GraspPlanning.action from grasping_msgs.
The grasp detection flag is an atomic bool. The scope of the
grasp candidate's mutex has been moved.
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

Successfully merging this pull request may close these issues.

2 participants