Re: Rtabmap error in process rtabmap/rgbd_odometry-1 - ubuntu on raspberry pi

Posted by matlabbe on
URL: http://official-rtab-map-forum.206.s1.nabble.com/Rtabmap-error-in-process-rtabmap-rgbd-odometry-1-ubuntu-on-raspberry-pi-tp444p448.html

The error is from catkin, it cannot copy some files. For the rtabmap_rosConfig*.cmake.tmp, it seems related to these lines in this file: https://github.com/ros/catkin/blob/2599eb973762c2a23f103fdc8bd0ef40e779f2ed/cmake/catkin_package.cmake#L370-L383

Did you initialize the ros workspace? http://wiki.ros.org/catkin/Tutorials/create_a_workspace

cheers