ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In the documentation https://wiki.nps.edu/display/RC/Garmin+GPS18x says that "To interpret the fix message you need to know that it is a message of type NavSatFix."
You look at the structure: http://docs.ros.org/en/api/sensor_msgs/html/msg/NavSatFix.html
So I suggest you look on ways to read NavSatFix messages in ROS, there is a question that might help you as well #q288031