Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Update: we have prepared a detailed blog post, which includes a step-by-step walkthrough on Ubuntu Linux.

Users of ROS, the Robot Operating System, http://www.ros.org/, who want to use LP-Research IMUs in their ROS projects can use a driver provided by the Larics laboratory of the University of Zagreb in Croatia.  It uses the LpSensor library to poll the IMU. The accelerometer, gyroscope and magnetometer readouts are then provided using ROS's standard sensor_msgs::Imu and sensor_msgs::MagneticField messages.

The source for the driver can be found here: https://github.com/larics/lpms_imu. In order to use it, you will also need another project by the same group, which can (optionally) synchronize the timestamps provided by the sensor to the ROS clock. Please find it here: https://github.com/larics/timesync_ros

Have fun, and thanks to the Larics group for their work.

  • No labels