mvoellmy / bb_mpu9150

BeagleBone ROS package that publishes the Invensense MPU-9150 data into a Topic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BB-MPU9150

This repository creates a ROS package that publishes the Invensense MPU-9150 data into a ROS topic.

####mpu9150_node Get samples from the Invensense MPU9150 sensor and output these processed samples. Outputs can be either euler angles, quaternions, calibrated accelerometer or calibrated magnetometer. Default values (these values should be changed at the local_defaults.h and afterwards the code should be cross-compiled again):

  • Default I2C Bus: 1 (i2c-2 at the Beaglebone).
  • Default sample rate: 10 Hz
  • Default yaw mix factor: 4

#####Published topics imu_euler (std_msgs::String)

About

BeagleBone ROS package that publishes the Invensense MPU-9150 data into a Topic.

License:Other


Languages

Language:C 93.0%Language:C++ 6.0%Language:CMake 1.0%