-
Hello, I'm trying to create a Pick Task collaborating with the output of external ML module responsible for generating a grasp pose candidates. Basically the approach is as described here. Logic flow
Question
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
This is perfectly possible. Have a look at the task configuration in pick_place_task.cpp. You just need to replace the |
Beta Was this translation helpful? Give feedback.
-
@rhaschke, referring to the above, While working on a custom stage, I've been relying heavily on the MoveIt Task Constructor documentation. It's great for the high-level concepts, but I feel it could be more detailed for users building their own tasks and stages. I was thinking it would be super helpful to:
Just a thought! I think it would really help lower the learning curve. |
Beta Was this translation helpful? Give feedback.
This is perfectly possible. Have a look at the task configuration in pick_place_task.cpp. You just need to replace the
GenerateGraspPose
stage with a new one generating grasp poses using your ML module.