Da terminale:
mkdir -p my_workspace/src/
cd my_workspace/src/
git clone https://github.com/FrancescoVisentin/ROS-Homeworks.git .
catkin_init_workspace
cd .. && catkin build
L'eseguibile si chiama laser_scan
quindi: rosrun laser_scan laser_scan
Per visualizzare su Rviz l'output aggiungere LaserScan
ed Marker
con parametri settati come nello screen sotto