Closed BenjaminMorrell closed 2 years ago
Confirming that I successfully built it from scratch in a new catkin repo on Ubuntu 18.04, ROS melodic. But I already had all the pre-reqs set up
Catkin ws from scratch steps
mkdir -p catkin_ws/src
cd catkin_ws
catkin init
Clone into the workspace
cd catkin_ws/src
git clone git@github.com:NeBula-Autonomy/LOCUS.git
Build
catkin build
I'll add that I successfully built with Ubuntu 20.04, ROS noetic. 1 pre-req was missing, which i've mentioned in https://github.com/NeBula-Autonomy/LOCUS/pull/6
My rough notes @femust
roscpp rostest rosunit cmake_modules
??? artifact ??? roadmap
pcl_ros pcl_conversions
tf2 tf2_ros tf
eigen_conversions
Install instructions here (to be tested): https://github.com/NeBula-Autonomy/LOCUS/pull/17
Closed with #15
Including :