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

Question: Where'd you get the SampleGraspPoses.action from?? #1

Open
Avdbergnmf opened this issue May 28, 2021 · 3 comments
Open

Question: Where'd you get the SampleGraspPoses.action from?? #1

Avdbergnmf opened this issue May 28, 2021 · 3 comments

Comments

@Avdbergnmf
Copy link

I opened an issue here: PickNikRobotics/deep_grasp_demo#8 as I'm missing the SampleGraspPoses msgs, but I can see them in your workspace here

Did you create those yourself? Or did you download them from somewhere? Any help would be greatly appreciated!

@Avdbergnmf
Copy link
Author

Same question about the deep_grasp_pose.h

@Avdbergnmf
Copy link
Author

Avdbergnmf commented May 28, 2021

Seems that you've got a more complete version of MTC (...somehow?). This helped me build my ws in the linked issue, so thanks! Hope to hear about where you found this, so that I can find & use the official files!

Edit: Okay this version has a different issue where upon running the roslaunch moveit_task_constructor_demo pickplace.launch it crashes the node for some reason. The official version does not run into this issue. I'll try and see if I can find the problem...

@Avdbergnmf
Copy link
Author

For anyone looking for the same answers:

I copied these files from this repo and placed them into the official repo.

  • SampleGraspPoses.action (msgs/action)
  • deep_grasp_pose.h (core/include/moveit/task_constructor/stages)
  • action_base.h(core/include/moveit/task_constructor/stages)

Then modify the CMakeLists.txt

  • core to include rviz_marker_tools in the CATKIN_DEPENDS (in catkin_package)
  • msgs to include SampleGraspPoses.action in FILES (in add_action_files)

Make sure to catkin clean before you catkin build.

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