Wiki

Only released in EOL distros:  

Overview

When observing or controlling a robot remotely over high latency connections, it is important to compress and limit the amount of data being sent without sacrificing the amount of information being provided to the client. Marker topics are published by many nodes in ROS and can be large and frequently published. wviz_scene_manager provides two services, add_marker and remove_marker, that allow clients to specify which markers are of interest. Once added the wviz_scene_manager will subscribe to the marker and aggregate incoming messages into a scene composed of markers. Whenever the scene changes it is published as a whole.

Running the wviz_scene_manager node

Nodes

Published Topics

scene (wviz_scene_manager/VisualizationScene)

Services

~<name>/add_marker (wviz_scene_manager/AddMarker) ~<name>/remove_marker (wviz_scene_manager/RemoveMarker)

Wiki: wviz_scene_manager (last edited 2011-04-01 21:54:51 by BenjaminPitzer)