Supported Data
| Schema | Data | Typical Topics |
|---|---|---|
sensor_msgs/NavSatFix | Latitude, longitude, altitude | /gps/fix, /navsat/fix |
| GPS messages | Geographic coordinates | /gps, /gnss |
Auto-Detection
A topic is assigned to the Map panel when:- Its schema name contains
navsatorgps, or - Its topic name contains
navsat,gps, orfix
Odometry and pose topics (
nav_msgs/Odometry, geometry_msgs/PoseStamped, geometry_msgs/TransformStamped) are routed to the 3D / Point Cloud panel, not the Map panel. The Map panel only handles geographic coordinate data (latitude/longitude).Features
Path Tracing
The Map panel draws the vehicle’s path as a continuous line on the map, accumulated from all position messages in the recording. The path updates as you play through the recording, showing the trajectory up to the current timestamp.| Element | Description |
|---|---|
| Path line | Continuous trace of all positions from start to current time |
| Current position | Highlighted marker at the position corresponding to the current timeline position |
| Start/end markers | Indicators at the beginning and end of the trajectory |
Timeline Synchronization
The Map panel is synchronized with all other panels through the shared timeline:- Seeking moves the current position marker along the path
- Playing animates the marker along the trajectory in real-time
- Frame stepping advances the marker to the next position fix
Map Interaction
| Action | Control |
|---|---|
| Pan | Click and drag |
| Zoom | Scroll wheel |
| Fit to path | Double-click to reset the view to encompass the full trajectory |
Coordinate Display
The current position’s coordinates (latitude, longitude, altitude when available) are displayed on the panel. Hover over any point on the path to see its coordinates and timestamp.Common Use Cases
Route review
Visualize the complete vehicle trajectory to verify that the recording covers the intended route.
Localization verification
Compare GPS data with odometry to check localization accuracy and identify drift.
Event correlation
Click on map positions to seek the viewer to that location’s timestamp, then inspect camera and LiDAR data at that point.
Coverage analysis
Review spatial coverage of data collection sessions to identify gaps in mapping runs.
The Map panel uses geographic coordinates (latitude/longitude) from NavSatFix messages. Odometry and pose topics are routed to the 3D / Point Cloud panel instead, where local-frame positions are rendered in the 3D viewport.
Related
- Plot Panel — Numeric sensor data plotted over the same timeline
- Multi-Sensor Viewer — Overview of the synchronized multi-panel layout
- Point Cloud Panel — 3D view of the scene at each map position