(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

Starting Infrared

Description: Starting infrared sensors on the Evarobot.

Tutorial Level: BEGINNER

Next Tutorial: Reading Infrared via Terminal

Connect via SSH to the Evarobot.

> ssh pi@evarobotDSK
> sudo -s

Execute evarobot_infrared.launch file.

# evarobot
> roslaunch evarobot_infrared evarobot_infrared.launch

In order to sync ros masters,

# evarobot
> roslaunch master_discovery_fkie master_discovery.launch

# evarobot
> roslaunch master_sync_fkie master_sync.launch

Wiki: evarobot_infrared/Tutorials/indigo/Starting Infrared (last edited 2015-09-17 07:15:16 by makcakoca)