Navsat_transform in robot_localization gives sightly rotated gps odometry [closed]

asked 2017-07-25 04:05:25 -0500

lasdasdas gravatar image

Hi, I have been having this problem for a week or so.

I am trying to fuse the GPS position with an IMU simulated in Gazebo(hector_sensors) with the robot_localization package (with one EKF node and one navsat node ). So far it everything was OK, I rotated everything as the REP103 states and the data seems to give good covariances. However, the GPS(or the navsat node rather) has a steady drift of approximately 1~2º in the /odometry/gps & /odometry/filtered topics and after traveling a long distance , it becomes a problem. The movement is along the Y axis, but after 100 meters or so, it drifts a meter on the y axis.

It seems to be an extra rotation and I cannot retrieve the proper coordinates( i.e. getting the global reference of the robot). At first I though it should be rotated with the utm->odom transform published by navsat_transform_node but I can't figure it out how.

Do you know what my problem is?, i am almost certain that it has to be something regarding the map-utm transformation but can't get it to work.

Launchfiles: Navsat: , EKF

Yaml config parameters Navsat , EKF

Sensor model gazebo model.sdf

And a photo of the odometry results

Thanks a lot, it you need anything else let me know.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by Tom Moore
close date 2022-01-25 04:34:59.866850

Comments

Can you perhaps post an image of what you're trying to say? If you are fusing/odometry/gps into the EKF, then odometry/filtered ought to track odometry/gps pretty closely.

Tom Moore gravatar image Tom Moore  ( 2017-09-28 06:03:40 -0500 )edit