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

using GPS error mtdef.MTException: fixed point precision not supported

asked 2017-03-20 01:30:17 -0500

AbdRenawi gravatar image

Hi, I appreciate your fast response on this.

I am using the Xsense MTi-G710 with all outputs enabled. Inside the building without a GPS fix everything is fine. Once I get outside to open sky and get a fix, the driver fails showing this message:

Traceback (most recent call last): File "/home/renawi/catkin_ws/src/ethzasl_xsens_driver/nodes/mtnode.py", line 717, in <module> main() File "/home/renawi/catkin_ws/src/ethzasl_xsens_driver/nodes/mtnode.py", line 713, in main driver.spin() File "/home/renawi/catkin_ws/src/ethzasl_xsens_driver/nodes/mtnode.py", line 122, in spin self.spin_once() File "/home/renawi/catkin_ws/src/ethzasl_xsens_driver/nodes/mtnode.py", line 629, in spin_once data = self.mt.read_measurement() File "/home/renawi/catkin_ws/src/ethzasl_xsens_driver/nodes/mtdevice.py", line 632, in read_measurement return self.parse_MTData2(data) File "/home/renawi/catkin_ws/src/ethzasl_xsens_driver/nodes/mtdevice.py", line 912, in parse_MTData2 raise MTException("fixed point precision not supported.") mtdef.MTException: fixed point precision not supported.

Any help?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-04-25 06:39:43 -0500

AbdRenawi gravatar image

Fixed! I changed the settings of the GPS data to floating point.

edit flag offensive delete link more

Comments

Where and how did you change it?

Ubicray gravatar image Ubicray  ( 2017-08-02 07:41:09 -0500 )edit
1

I Installed the Xsense manager on a windows PC and connected the sensor to it. There you find an option to change thr GPS data type.

AbdRenawi gravatar image AbdRenawi  ( 2017-08-06 21:38:54 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2017-03-20 01:30:17 -0500

Seen: 299 times

Last updated: Apr 25 '17