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

Revision history [back]

Hi, the solution is to publish from arduino three topics "imu_gyro", "imu_acc" and "imu_ori", and you should create a node that subscribe from this three topics and publish an "imu" topics.

This is my arduino code: MPU6050.ino

And this is the ros node: imu.cpp