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

ekf_localization compute heading from gps motion?

asked 2015-05-27 06:59:27 -0500

charles.fox gravatar image

My magnetometer is not working so great here, so I'm thinking about estimating mobile robot heading from changes in GPS location (as I think is used in car satnavs to get the heading). My question is, how to integrate this with the ekf_localization system? Should I write my own node which takes NMEA in and writes out headings, and fuse them into ekf_localization, or is ekf_localization or some other existing library node already set up to do this ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-05-27 14:35:18 -0500

Tom Moore gravatar image

ekf_localization_node does not handle this. You're not the first person to want that kind of functionality in a node, so if there are no others, you might consider writing one and releasing it. Note, however, that some GPS devices provide heading based on differentiated positions, and their ROS drivers would likely fill out those fields in the messages they produce.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-05-27 06:59:27 -0500

Seen: 185 times

Last updated: May 27 '15