(!) 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 IMU

Description: Starting IMU sensor on the Evarobot.

Tutorial Level: BEGINNER

Next Tutorial: Reading IMU via Terminal

Connect via SSH to the Evarobot.

> ssh pi@evarobotDSK
> sudo -s

Execute evarobot_minimu9.launch file.

# evarobot
> roslaunch evarobot_minimu9 evarobot_minimu9.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_minimu9/Tutorials/indigo/Starting IMU (last edited 2015-09-17 08:27:27 by makcakoca)