Setting up ETH ANYbotics/elevation_mapping on Ubuntu 20.04

Install Dependencies

Install grid_map

sudo apt-get install ros-$ROS_DISTRO-grid-map

verify installation

roslaunch grid_map_demos simple_demo.launch

Install Eigen

download herearrow-up-right.

export PATH="/home/tk/Documents/eigen-3.4.0/:$PATH"

Install Kindr

cd ~/Desktop/catkin_workspace/src/
git clone git@github.com:anybotics/kindr.git
catkin build -w ~/Desktop/catkin_workspace/ kindr

Install kindr_ros

Install message_logger

Install elevation_mapping

Running Example

cavet:

it might not be able to find the launch file. In this case, clean the build and do

to force it build and generate the install folder.

Last updated