Closed leizhao3 closed 1 year ago
I was able to install it via the steps below -
install mrpt from debian/ubuntu ppa from here, [mrpt-install-ppa](https://docs.mrpt.org/reference/latest/download-mrpt.html#debian-ubuntu-ppa)
make folder mrpt-slam/src
in $HOME directory
git clone all PINNED pkgs from [mrpt-ros-pkgs](https://github.com/mrpt-ros-pkg) under src (if ros melodic, choose correct branch)
install pkg ros-$ROS_DISTRO-marker-msgs
by sudo apt-get install
sudo apt-get install ros-$ROS_DISTRO-marker-msgs
catkin build (being under mrpt-slam/)
Hi There,I'm having really difficulty on installing ros-melodic-mrpt-slam in Ubuntu 18.04 Melodic in my Odroid UX4.
If I installed from apt-get, it could NOT find fetch one the address. Error below: code ran:
"sudo apt-get install ros-melodic-mrpt-slam"
Error:If I installed from the sources (this git: https://github.com/mrpt-ros-pkg/mrpt_slam), and it shows error below: code ran:
~/catkin_ws$ catkin_make
Error:To fix error above, I'm trying following: code ran:
~/catkin_ws/src $ git clone https://github.com/mrpt-ros-pkg/mrpt_bridge/tree/ros1 #add mrpt_bridge package
Error:I'm still NOT able to get the package installed, and I would really appreciate if anyone could provide a solution OR work around. Really appreciate your valuable input!