Class: InteractiveMarkerControl

InteractiveMarkerControl(options)

new InteractiveMarkerControl(options)

The main marker control object for an interactive marker.

Parameters:
Name Type Description
options

object with following keys:

  • parent - the parent of this control
  • message - the interactive marker control message
  • camera - the main camera associated with the viewer for this marker client
  • path (optional) - the base path to any meshes that will be loaded
  • loader (optional) - the Collada loader to use (e.g., an instance of ROS3D.COLLADA_LOADER)
Source:

Methods

(inner) stopPropagation(event)

Install default listeners for highlighting / dragging.

Parameters:
Name Type Description
event

the event to stop

Source: