atenpas / gpd

Detect 6-DOF grasp poses in point clouds
BSD 2-Clause "Simplified" License
606 stars 233 forks source link

Package not compiling with catkin_make and catkin_build #53

Closed saikishor closed 5 years ago

saikishor commented 5 years ago

I am not sure what's the problem but, when I try to compile using the catkin_make or catkin build at some times, the package is not getting compiled at all, this creates the problem for me as I am not able to compile the package in the Docker. Any idea for this particular cause?. How can this be solved?

-----------------------------------------------
Profile:                     default
Extending:             [env] /opt/ros/kinetic
Workspace:                   /catkin_ws
-----------------------------------------------
Source Space:       [exists] /catkin_ws/src
Log Space:         [missing] /catkin_ws/logs
Build Space:        [exists] /catkin_ws/build
Devel Space:        [exists] /catkin_ws/devel
Install Space:      [unused] /catkin_ws/install
DESTDIR:            [unused] None
-----------------------------------------------
Devel Space Layout:          linked
Install Space Layout:        None
-----------------------------------------------
Additional CMake Args:       None
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] No packages were found in the source space '/catkin_ws/src'
[build] No packages to be built.
[build] Package table is up to date.                                                                
Starting  >>> catkin_tools_prebuild                                                                 
Finished  <<< catkin_tools_prebuild                [ 1.1 seconds ]                                  
[build] Summary: All 1 packages succeeded!                                                          
[build]   Ignored:   None.                                                                          
[build]   Warnings:  None.                                                                          
[build]   Abandoned: None.                                                                          
[build]   Failed:    None.                                                                          
[build] Runtime: 1.1 seconds total.