Show EOL distros:
Package Summary
Released
Documented
Common plugins for the Mapviz visualization tool
- Maintainer status: developed
- Maintainer: Marc Alban <malban AT swri DOT org>
- Author: Marc Alban
- License: BSD
- External website: https://github.com/swri-robotics/mapviz
- Source: git https://github.com/swri-robotics/mapviz.git (branch: indigo-devel)
Package Summary
Released
Documented
Common plugins for the Mapviz visualization tool
- Maintainer status: developed
- Maintainer: Marc Alban <malban AT swri DOT org>
- Author: Marc Alban
- License: BSD
- External website: https://github.com/swri-robotics/mapviz
- Source: git https://github.com/swri-robotics/mapviz.git (branch: jade-devel)
Package Summary
Released
Documented
Common plugins for the Mapviz visualization tool
- Maintainer status: developed
- Maintainer: Marc Alban <malban AT swri DOT org>
- Author: Marc Alban
- License: BSD
- External website: https://github.com/swri-robotics/mapviz
- Source: git https://github.com/swri-robotics/mapviz.git (branch: master)
Package Summary
Released
Documented
Common plugins for the Mapviz visualization tool
- Maintainer status: developed
- Maintainer: Marc Alban <malban AT swri DOT org>
- Author: Marc Alban
- License: BSD
- External website: https://github.com/swri-robotics/mapviz
- Source: git https://github.com/swri-robotics/mapviz.git (branch: kinetic-devel)
Package Summary
Released
Documented
Common plugins for the Mapviz visualization tool
- Maintainer status: developed
- Maintainer: Marc Alban <malban AT swri DOT org>
- Author: Marc Alban
- License: BSD
- External website: https://github.com/swri-robotics/mapviz
- Source: git https://github.com/swri-robotics/mapviz.git (branch: master)
Package Summary
Released
Documented
Common plugins for the Mapviz visualization tool
- Maintainer status: developed
- Maintainer: Marc Alban <malban AT swri DOT org>
- Author: Marc Alban
- License: BSD
- External website: https://github.com/swri-robotics/mapviz
- Source: git https://github.com/swri-robotics/mapviz.git (branch: master)
Contents
Overview
Mapviz is extensible, like rviz, by writing plugins to display different kinds of data. This page describes existing plugin types.
Plugin Types
Disparity
Overlays a sensor_msgs/DisparityImage onto the display using the "jet" color map.Parameters
Topic (string)- disparity topic name
- position in display (options: top left | top center | top right | center left | center | center right | bottom left | bottom center | bottom right)
- display offset from the left
- display offset from the top
- display width
- display height
- units for offsets, width, and height
GPS
Projects gps_common/GPSFix message data into the scene.Parameters
Topic (string)- GPS topic name
- color of the GPS data
- display style of GPS data
- distance threshold for adding new GPS points to visualization
- size of circular buffer of GPS points
Grid
Projects a 2D grid into the scene.Parameters
Frame (string)- coordinate frame of the grid
- color of the grid
- alpha transparency of the grid
- x-offset of the grid from origin of coordinate frame
- y-offset of the grid from origin of coordinate frame
- size of each grid cell
- number of grid rows
- number of grid columns
Image
Overlays a sensor_msgs/Image onto the displayParameters
Topic (string)- image topic name
- position in display (options: top left | top center | top right | center left | center | center right | bottom left | bottom center | bottom right)
- display offset from the left
- display offset from the top
- display width
- display height
- units for offsets, width, and height
LaserScan
Projects a sensor_msgs/LaserScan message into the sceneParameters
Topic (string)- laser scan topic name
- color associated with minimum return intensity
- color associated with maximum return intensity
- minimum intensity value
- maximum intensity value
- display size of laser scan points in pixels
- size of circular buffer of laser scan messages
Marker
Projects a visualization_msgs/Marker or visualization_msgs/MarkerArray into the scene. Markers are the most flexible display type; they more or less mirror the OpenGL primitives.Parameters
Topic (string)- marker topic name
Multi-res Image
Projects a geo-referenced multi-resolution image tile map into the scene. The concept is the same as the Google Maps-style pan/zoom satellite imagery.Parameters
Geo File (string)- Path to the geo-referenced map tiles; see mapviz/GeoFile for format
Odometry
Projects nav_msgs/Odometry message data into the scene.Parameters
Topic (string)- odometry topic name
- color of the odometry data
- display style of odometry data
- draw covariance ellipse around latest data
- distance threshold for adding new odometry points to visualization
- size of circular buffer of odometry points
Path
Projects nav_msgs/Path message data into the sceneParameters
Topic (string)- path topic
Robot Image
Projects an image loaded from a file into the scene to represent the robot platformParameters
Image File (string)- path to image file
- frame to which to tie the image
- physical width represented by the image
- physical height represented by the image
Textured Marker
Projects marti_visualization_msgs/TexturedMarker and marti_visualization_msgs/TexturedMarkerArray message data into the scene. Textured markers follow the same general approach as traditional markers, but can be used to texture dense image data onto a quad which is projected into the scene.Parameters
Topic (string)- textured marker topic
Tile Map
Projects a geo-referenced multi-resolution image tile map into the scene. Data is automatically streamed from OpenMapQuest (satellite and road data) or Stamen Design (terrain, watercolor, and toner). Custom or local map servers can also be specified. Map data is cached to disk, which enables some limited use when completely offline.Parameters
Source (string)- source of the tile data
TF Frame
Projects tf frames into the scene, similar to the Odometry pluginParameters
Frame (string)- tf frame
- color of the tf data
- display style of tf data
- distance threshold for adding new tf points to visualization
- size of circular buffer of tf points