ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Also: the object_manipulation_msgs version that is in the industrial_training repository is actually a Catkin package. See here.

Also: I suggest to report this to the industrial_training issue tracker. There might be some add_dependencies(..) missing for the simulated_grasp_action_server, causing you to run into this error.

I was going to build the object_manipulation_msgs from sources but it is a rosbuild project not catkin. Is there a way to easily convert this to catkin? There is a branch on the github with a couple of folders 'catkinized' but I don't think it's enough as catkin doesn't seem to detect anything.

The object_manipulation_msgs version that is in the industrial_training repository is actually a Catkin package. See here.

Could you try to add a add_dependencies(simulated_grasp_action_server ${catkin_EXPORTED_TARGETS}) to the CMakLists.txt here?

I suggest to report this to the industrial_training issue tracker. There might be some add_dependencies(..) missing for the simulated_grasp_action_server, causing you to run into this error.

I was going to build the object_manipulation_msgs from sources but it is a rosbuild project not catkin. Is there a way to easily convert this to catkin? There is a branch on the github with a couple of folders 'catkinized' but I don't think it's enough as catkin doesn't seem to detect anything.

The object_manipulation_msgs version that is in the industrial_training repository is actually a Catkin package. See here.

Could you try to add a add_dependencies(simulated_grasp_action_server ${catkin_EXPORTED_TARGETS}) to the CMakLists.txt here?


Edit:

Adding the dependency didn't work but copying the object_manipulation_msgs src folder from the supplements directory did the trick. Not sure if that is how it is supposed to be done or if catkin should be automatically detecting the folder in the supplements directory.

No, that is definitely not how that is supposed to work. This is at best a work-around.

I can't select your comment as the answer, should I just close this question? Thanks for your help

Please keep this open until we've actually fixed it.

I can't find your issue at the issue tracker. Have you reported it? That would give the maintainers a chance to fix this at the source.