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

Using mapviz gpsfix vs navsatfix

asked 2015-11-03 10:17:49 -0500

jeremya gravatar image

Mapviz apparently uses GPSFix.It seems like most GPS nodes are still using NavSatFix which is a subset of the items in GPSFix.

  • Is there a mapping node between these two message types for Indigo?
  • In general is everything moving to GPSFix over NavSatFix?
  • Does mapviz somehow support NavSatFix in Indigo?
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-03-24 15:35:32 -0500

updated 2018-09-19 13:35:17 -0500

I believe Mapviz already supports NavSatFix. Try to compile the most recent version of Mapviz from Source, just to make sure.

If somebody still needs to convert NavSatFix messages to GPSFix (or the other way round), you can use the fix_translator script from the gps_common package (see http://wiki.ros.org/gps_common ):

roslaunch gps_common fix_translator.launch

You need to adapt fix_translator.launch to the topic names on your system.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2015-11-03 10:17:49 -0500

Seen: 1,486 times

Last updated: Sep 19 '18