groovy:Documentation generated on October 03, 2014 at 04:27 PM
hydro:Only showing information from the released package extracted on September 16, 2015 at 10:00 AM. No API documentation available. Please see this page for information on how to submit your repository to our index.
indigo:Only showing information from the released package extracted on July 09, 2019 at 04:49 AM. No API documentation available. Please see this page for information on how to submit your repository to our index.
A message API for implementing a 6-DOF interaction cursor.
A minimal implementation has one node that handles the user device I/O and
another node (e.g. a plugin in Rviz) that uses the messages to interact with
a marker.
Maintainer: Adam Leeper <adamleeper AT gmail DOT com>
A message API for implementing a 6-DOF interaction cursor. A minimal implementation has one node that handles the user device I/O and another node (e.g. a plugin in Rviz) that uses the messages to interact with a marker.
Maintainer status: developed
Maintainer: Adam Leeper <adamleeper AT gmail DOT com>
Author: Adam Leeper <adamleeper AT gmail DOT com>
License: BSD
Messages for 3D Interaction
There are two interaction cursor message types:
interaction_cursor_msgs/InteractionCursorUpdate
interaction_cursor_msgs/InteractionCursorFeedback
These are structured in a similar way to InteractiveMarker Update/Feedback messages. In particular, a server application (such as interaction_cursor_demo) sends InteractionCursorUpdate messages that are received by a client application (such as Rviz running the interaction_cursor_rviz display plugin). The client plugin is then responsible for sending feedback messages to the server.