srf_laser_odometry
srf_laser_odometry copied to clipboard
Added ubuntu20.04 / ROS noetic support
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.
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
Thanks! It works in noetic!