Visualize the GNSS messages by RVIZ plugin, ROS

<p>The team recorded the GNSS messages with&nbsp;<a href="http://wiki.ros.org/novatel_span_driver" rel="noopener ugc nofollow" target="_blank">novatel_span_driver</a>&nbsp;which format is&nbsp;<a href="http://docs.ros.org/jade/api/novatel_msgs/html/msg/INSPVAX.html" rel="noopener ugc nofollow" target="_blank">novatel_msgs/INSPVAX</a>. But rviz_satellite only support&nbsp;<a href="http://docs.ros.org/melodic/api/sensor_msgs/html/msg/NavSatFix.html" rel="noopener ugc nofollow" target="_blank">sensor_msgs/NavSatFix</a></p> <p>Don&rsquo;t worry, the wiki of&nbsp;<a href="http://wiki.ros.org/novatel_span_driver" rel="noopener ugc nofollow" target="_blank">novatel_span_driver</a>&nbsp;told they will transform the data into&nbsp;<a href="http://docs.ros.org/melodic/api/sensor_msgs/html/msg/NavSatFix.html" rel="noopener ugc nofollow" target="_blank">sensor_msgs/NavSatFix</a>&nbsp;and then republish them. In this case, We can use the&nbsp;<em>/navsat/fix&nbsp;</em>topic directly.</p> <p><a href="https://link.zhihu.com/?target=http%3A%2F%2Fdocs.ros.org%2Fapi%2Fnovatel_span_driver%2Fhtml%2Fclassnovatel__span__driver_1_1publisher_1_1NovatelPublisher.html" rel="noopener ugc nofollow" target="_blank"><em>NovatelPublisher</em></a><em>&nbsp;class, which subscribes to those NovAtel-specific messages, and republishes them as standard ROS messages like&nbsp;</em><a href="http://docs.ros.org/melodic/api/sensor_msgs/html/msg/NavSatFix.html" rel="noopener ugc nofollow" target="_blank"><em>sensor_msgs/NavSatFix</em></a><em>&nbsp;and&nbsp;</em><a href="https://link.zhihu.com/?target=http%3A%2F%2Fdocs.ros.org%2Fapi%2Fnav_msgs%2Fhtml%2Fmsg%2FOdometry.html" rel="noopener ugc nofollow" target="_blank"><em>nav_msgs/Odometry</em></a><em>.</em></p> <p><a href="https://medium.com/@hitlx916/visualize-the-gnss-messages-by-rviz-plugin-ros-42a2f0675939"><strong>Read More</strong></a></p>
Tags: RVIZ Plugin