-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
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:
$ catkin build
-----------------------------------------------------------------------
Profile: default
Extending: [explicit] /home/deepgrasp/docker_dir/ws_moveit/devel
Workspace: /home/deepgrasp/ws_grasp
-----------------------------------------------------------------------
Build Space: [exists] /home/deepgrasp/ws_grasp/build
Devel Space: [exists] /home/deepgrasp/ws_grasp/devel
Install Space: [unused] /home/deepgrasp/ws_grasp/install
Log Space: [missing] /home/deepgrasp/ws_grasp/logs
Source Space: [exists] /home/deepgrasp/ws_grasp/src
DESTDIR: [unused] None
-----------------------------------------------------------------------
Devel Space Layout: linked
Install Space Layout: None
-----------------------------------------------------------------------
Additional CMake Args: -DCMAKE_BUILD_TYPE=Release
Additional Make Args: None
Additional catkin Make Args: None
Internal Make Job Server: True
Cache Job Environments: False
-----------------------------------------------------------------------
Whitelisted Packages: None
Blacklisted Packages: None
-----------------------------------------------------------------------
Workspace configuration appears valid.
NOTE: Forcing CMake to run for each package.
-----------------------------------------------------------------------
[build] Found '9' packages in 0.0 seconds.
[build] Updating package table.
Starting >>> catkin_tools_prebuild
Finished <<< catkin_tools_prebuild [ 1.2 seconds ]
Starting >>> moveit_task_constructor_msgs
Starting >>> rviz_marker_tools
Finished <<< rviz_marker_tools [ 4.4 seconds ]
Finished <<< moveit_task_constructor_msgs [ 4.9 seconds ]
Starting >>> moveit_task_constructor_capabilities
Starting >>> moveit_task_constructor_dexnet
Starting >>> moveit_task_constructor_gpd
Starting >>> moveit_task_constructor_core
____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
Warnings << moveit_task_constructor_gpd:cmake /home/deepgrasp/ws_grasp/logs/moveit_task_constructor_gpd/build.cmake.000.log
** WARNING ** io features related to pcap will be disabled
** WARNING ** io features related to png will be disabled
** WARNING ** io features related to libusb-1.0 will be disabled
cd /home/deepgrasp/ws_grasp/build/moveit_task_constructor_gpd; catkin build --get-env moveit_task_constructor_gpd | catkin env -si /usr/local/bin/cmake /home/deepgrasp/ws_grasp/src/deep_grasp_demo/moveit_task_constructor_gpd --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/home/deepgrasp/ws_grasp/devel/.private/moveit_task_constructor_gpd -DCMAKE_INSTALL_PREFIX=/home/deepgrasp/ws_grasp/install -DCMAKE_BUILD_TYPE=Release; cd -
....................................................................................................................................................................................................................................................................................................................................................................................
____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
Errors << moveit_task_constructor_dexnet:make /home/deepgrasp/ws_grasp/logs/moveit_task_constructor_dexnet/build.make.000.log
In file included from /home/deepgrasp/ws_grasp/src/deep_grasp_demo/moveit_task_constructor_dexnet/src/grasp_detection.cpp:45:0:
/home/deepgrasp/ws_grasp/src/deep_grasp_demo/moveit_task_constructor_dexnet/include/moveit_task_constructor_dexnet/grasp_detection.h:45:10: fatal error: moveit_task_constructor_msgs/SampleGraspPosesAction.h: No such file or directory
#include <moveit_task_constructor_msgs/SampleGraspPosesAction.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/grasp_image_detection.dir/src/grasp_detection.cpp.o] Error 1
make[1]: *** [CMakeFiles/grasp_image_detection.dir/all] Error 2
make: *** [all] Error 2
cd /home/deepgrasp/ws_grasp/build/moveit_task_constructor_dexnet; catkin build --get-env moveit_task_constructor_dexnet | catkin env -si /usr/bin/make --jobserver-fds=6,7 -j; cd -
....................................................................................................................................................................................................................................................................................................................................................................................
Failed << moveit_task_constructor_dexnet:make [ Exited with code 2 ]
Failed <<< moveit_task_constructor_dexnet [ 6.5 seconds ]
Abandoned <<< deep_grasp_task [ Unrelated job failed ]
Abandoned <<< moveit_task_constructor_demo [ Unrelated job failed ]
Abandoned <<< moveit_task_constructor_visualization [ Unrelated job failed ]
Finished <<< moveit_task_constructor_capabilities [ 19.7 seconds ]
____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
Errors << moveit_task_constructor_gpd:make /home/deepgrasp/ws_grasp/logs/moveit_task_constructor_gpd/build.make.000.log
In file included from /home/deepgrasp/ws_grasp/src/deep_grasp_demo/moveit_task_constructor_gpd/src/grasp_cloud_detection.cpp:59:0:
/home/deepgrasp/ws_grasp/src/deep_grasp_demo/moveit_task_constructor_gpd/include/moveit_task_constructor_gpd/grasp_detection.h:54:10: fatal error: moveit_task_constructor_msgs/SampleGraspPosesAction.h: No such file or directory
#include <moveit_task_constructor_msgs/SampleGraspPosesAction.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/grasp_cloud_detection.dir/src/grasp_cloud_detection.cpp.o] Error 1
make[1]: *** [CMakeFiles/grasp_cloud_detection.dir/all] Error 2
make: *** [all] Error 2
cd /home/deepgrasp/ws_grasp/build/moveit_task_constructor_gpd; catkin build --get-env moveit_task_constructor_gpd | catkin env -si /usr/bin/make --jobserver-fds=6,7 -j; cd -
....................................................................................................................................................................................................................................................................................................................................................................................
Failed << moveit_task_constructor_gpd:make [ Exited with code 2 ]
Failed <<< moveit_task_constructor_gpd [ 22.1 seconds ]
Finished <<< moveit_task_constructor_core [ 1 minute and 24.7 seconds ]
[build] Summary: 5 of 10 packages succeeded.
[build] Ignored: None.
[build] Warnings: 1 packages succeeded with warnings.
[build] Abandoned: 3 packages were abandoned.
[build] Failed: 2 packages failed.
[build] Runtime: 1 minute and 30.9 seconds total.
[build] Note: Workspace packages have changed, please re-source setup files to use them.
Metadata
Metadata
Assignees
Labels
No labels