uji-ros-pkg / underwater_simulation

UWSim-NET, the Underwater Simulator
97 stars 64 forks source link

Create marker and interactive marker services in UWSim #1

Closed marioprats closed 8 years ago

marioprats commented 11 years ago

This would allow external nodes to dynamically create geometry in the scene through visualization_msgs/Marker and visualization_msgs/InteractiveMarker messages. Markers could be spawn upon a service call. Interactive Markers should be created by a client in UWSim, listening to a server running in a external node. See an example here:

http://www.ros.org/wiki/osg_interactive_markers

perezsolerj commented 8 years ago

This is already working, issues should focus on concrete bugs / enhancements.