imu_3dm_gx4 icon indicating copy to clipboard operation
imu_3dm_gx4 copied to clipboard

Driver for Lord Corporation Microstrain 3DM GX4 25

Results 11 imu_3dm_gx4 issues
Sort by recently updated
recently updated
newest added

Hello I use imu_3dm_gx4. In windows, i can get filtered acceleration output with gravity free. But when i use roslaunch this program, it doesn't publish acceleration in filtered output. Is...

I am using a Lord Microstrain 3DM-GX5-25 IMU together with this driver. I have the IMU rate configured at 500 Hz, meaning I expect an imu message each 2 ms...

Hi, I am working with a 3DM-GX4-25 IMU connected via a motherboard serial port. Everything seems to work fine except when attempting to run with `enable_filter:=true` after which the node...

is it possible to recalibrate the imu? my imu is giving a constant offset (with gaussian noise on top of that) which I would like to normalize back to 0.

Hi, I have a very repeatable error which I can't seem to resolve. When I boot my system and try to start the imu_3dm_gx4 node I first get: ``` [...

thank you for your repo! It worked for me plug-and-play with the MicroStrain 3DM-GX4-25. Is it possible to include the orientation in the published imu msg? Kind regards, Felix

Hi, first of all, thanks for making this driver open source. I'm pretty sure the robotics community appreciates it. I have a question regarding the baudrate. I'm able to run...

I've being playing with the code trying to rotate the frame. Added some functions to imu.cpp and imu.hpp to make the calls to the api for that. I did not...

ROS MagneticField message defines its output in Tesla. http://docs.ros.org/jade/api/sensor_msgs/html/msg/MagneticField.html 3dm-gx4 measures magnetic filed in Gauss and the driver outputs is thus in Gauss http://www.microstrain.com/inertial/3dm-gx4-25 The conversion between tesla and gauss...