Class: MarkerClient

MarkerClient(options)

new MarkerClient(options)

A marker client that listens to a given marker topic.

Emits the following events:

  • 'change' - there was an update or change in the marker
Parameters:
Name Type Description
options

object with following keys:

  • ros - the ROSLIB.Ros connection handle
  • topic - the marker topic to listen to
  • tfClient - the TF client handle to use
  • rootObject (optional) - the root object to add this marker to
  • path (optional) - the base path to any meshes that will be loaded
  • lifetime - the lifetime of marker
Source: