-
Notifications
You must be signed in to change notification settings - Fork 53
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
Missing Action Msg Headers #8
Comments
Exactly the same issue while building with ROS noetic. Could anyone help here? |
If I search for the Action msg, I can only find it being referenced in some tutorials: https://github.com/search?q=org%3Aros-planning+SampleGraspPoses&type=code There's no reference to in the MTC repo: https://github.com/ros-planning/moveit_task_constructor/tree/master/msgs/action Perhaps its a line we gotta replace with our own Msg? I have no idea how to proceed though (other than trial and error) |
Finally got the ws to build by replacing the moveit_task_constructor package with the package I found in some other ws. Download the folder by
|
How? The link just shows Error 404... |
To view the repo replace trunk with tree/master: https://github.com/huangguoqing1111/MAEG5755-Project/tree/master/park_moveit/moveit_task_constructor Edit: there is a problem with the repo though. When running the deep grasping demos or the pickplace demo, it causes a crash. The pickplace demo does work with the official repo (this one) without crashing. Monday, I'll try to see if I can just take the missing files out of the other repo and combine them with this one. I've tried for a bit already, but could not get it to work. Any help would be greatly appreciated. |
For anyone looking for the same answers: I copied these files from this repo and placed them into the official repo.
Then modify the CMakeLists.txt
Make sure to I'll make a fork of the repo so that people can just pull it if they need to. Edit: Fork can be found here |
Great that you made this fork, as PickNik is doing upgrade now which breaks the dependency again ;o) |
doing an upgrade on? Could you explain please? :) |
For example the action_base class is restructed and all templates are removed. And there are also other changes. You could checkout the repo and do the changes mentioned above and see the effects. :) |
hello Thanks to # 8, rviz was able to display it well, but gazebo did not display it as expected. I've used it for 2 days and it's not working. Looking at the error and rqt_graph, it seems that MTC has not received the solution. I'm on ROS Melodic, Ubuntu 18.04. |
hi. I chenged the end effector group name from panda_arm to hand. thank you. |
Hello!
When building the workspace according to the README, I run into fatal Errors caused by missing Action msg headers. I tried building multiple times (I know this sometimes fixes things when working with actionlib), but to no avail.
I'm on ROS Melodic, Ubuntu 18.04.
Any help would be greatly appreciated!
The build log:
The text was updated successfully, but these errors were encountered: