srf_laser_odometry icon indicating copy to clipboard operation
srf_laser_odometry copied to clipboard

Added ubuntu20.04 / ROS noetic support

Open MRo47 opened this issue 3 years ago • 2 comments

Hi

Great job with this project and thank you.

I had some issues compiling it with Ubuntu 20.04 mostly due to the updates in libmrpt_dev v1:2.4.0, eigen3 and mrpt_bridge.

Did a PR yesterday with mrpt_bridge and it now compiles with Ubuntu 20.04.

for libmrpt changed the include paths and namespaces to reflect the new changes. for eigen3 changed the matrix multiplication functions.

compiles and runs fine on hardware. Haven't done extensive testing though.

MRo47 avatar Dec 25 '21 20:12 MRo47

MRPT install was done with

sudo add-apt-repository ppa:joseluisblancoc/mrpt-stable
sudo apt-get update
sudo apt-get install libmrpt-dev mrpt-apps

MRo47 avatar Dec 25 '21 20:12 MRo47

Thanks! It works in noetic!

Lenny-Lee-ustb avatar May 10 '22 15:05 Lenny-Lee-ustb