Official RTAB-Map Forum
Search
everywhere
only in this topic
Advanced Search
catkin_make error while having rtabmap pkg
Classic
List
Threaded
♦
♦
Locked
4 messages
Masoumeh
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
catkin_make error while having rtabmap pkg
Hi,
I have only rtabmap on my work space, but when I run catkin_make it shows the following error. what should I do now?
41.png
Thanks a lot
matlabbe
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: catkin_make error while having rtabmap pkg
Administrator
Make sure to update to latest version (both rtabmap and rtabmap_ros). laserScanFromPointcloud returns a LaserScan now, not a cv::Mat anymore.
Masoumeh
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: catkin_make error while having rtabmap pkg
Dear Mattiueu,
I have tried to update both, but it makes the following errors:
make.png
make_continue.png
make_install.png
catkin_make_-j1_--pkg_rtabmap_ros.png
unfortunately, it is not working. when i also run catkin_make command in my workspace, it makes an error from protobuf version.
I am working with:
kinetic 16.4
libprotoc 3.15.0-rc1
would you please help me to solve it?
Thanks
matlabbe
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: catkin_make error while having rtabmap pkg
Administrator
Hi,
remove rtabmap binaries, and do "sudo make install" for rtabmap library.
sudo apt remove ros-kinetic-rtabmap cd ~/rtabmap/build sudo make install cd ~/catkin_ws4 catkin_make
Free forum by Nabble
Edit this page