Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 656 Bytes

INSTALLATION_DEPRECATED.md

File metadata and controls

29 lines (19 loc) · 656 Bytes

Install and run natively

This package was tested and works under Ubuntu 16.04 and ROS kinetic. You will need CGAL 4.7, fftw3, and boost/random as dependencies.

Install

cd ~/catkin_ws/src
git clone [email protected]:li9i/fsm-lo.git
cd fsm-lo; mv fsm_lo/* $PWD; rmdir fsm_lo; cd ../..
catkin build fsm_lo

Run

Launch

roslaunch fsm_lo avanti.launch

Call

Launching fsm-lo simply makes it go into stand-by mode and does not actually execute anything. To do so simply call the provided service

docker exec -it fsm_lo_container sh -c "source ~/catkin_ws/devel/setup.bash; rosservice call /fsm_lo/start"