ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

imu stack tutorial non-functional

asked 2012-03-12 16:36:32 -0500

mblanton gravatar image

I have attempted to follow the directions in the imu_node tutorial and step 1.1 (compiling) appears to be broken. I am running ROS electric on Ubuntu 10.10.

The following command:

rosdep install microstrain_3dmgx2_imu

returns the following error:

Warning: could not identify ['microstrain_3dmgx2_imu'] as a package

Any assistance is appreciated.

edit retag flag offensive close merge delete

Comments

2

In ubuntu you can install it from apt: sudo apt-get install ros-electric-imu-drivers, then roscd microstrain_3dmgx2_imu, and you can omit rosdep and rosmake steps, as everything is already built. You should be able to rosrun the imu_node directly.

Enrique gravatar image Enrique  ( 2012-03-13 02:23:09 -0500 )edit

Thanks Enrique! That worked perfectly.

mblanton gravatar image mblanton  ( 2012-03-14 13:52:33 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-04-10 16:03:38 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

From @Enrique's comment: In ubuntu you can install it from apt: sudo apt-get install ros-electric-imu-drivers, then roscd microstrain_3dmgx2_imu, and you can omit rosdep and rosmake steps, as everything is already built. You should be able to rosrun the imu_node directly.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-03-12 16:36:32 -0500

Seen: 359 times

Last updated: Apr 10 '12