husky / husky_robot

Robot (Hardware) packages for the Clearpath Husky
http://wiki.ros.org/Robots/Husky
48 stars 37 forks source link

UM7 IMU #26

Closed SOHAILMBS closed 2 years ago

SOHAILMBS commented 2 years ago

PC information:

Solution is already available in your ridgeback repo for fixing. It was just changing the python compute_calibration line 42 with:

vecs.append((float(msg.magnetic_field.x), float(msg.magnetic_field.y), float(msg.magnetic_field.z)))

Now works well.

To Reproduce Running the UM7 IMU calibration.

tonybaltovski commented 2 years ago

Thanks for reporting this! It was fixed in 5db998f.