Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 862 Bytes

File metadata and controls

20 lines (15 loc) · 862 Bytes

Package srrg2_solver_experiments

Comparative experiments in the ICP scenario

How to build

All our software is tested both with Ubuntu 18.04 and 16.04 (GCC 5 and 7), still the remaining of this guide refers to Ubuntu 18.04.

  1. initialize the srrg2 Catkin workspace following the guide here. As indicated in the aforementioned guide, we suggest to have a directory in which you clone all the srrg2 repositories (referred here as SRRG2_SOURCE_ROOT) and a directory that contains the Catkin workspace (referred here as SRRG2_WS_ROOT)

  2. link this package in your Catkin workspace

cd <SRRG2_WS_ROOT>/src
ln -s <SRRG2_SOURCE_ROOT>/srrg2_solver/srrg2_solver_experiments .
  1. build using Catkin
cd <SRRG2_WS_ROOT>
catkin build srrg2_solver_experiments