new Marker(options)
A Marker can convert a ROS marker message into a THREE object.
Parameters:
| Name | Type | Description |
|---|---|---|
options |
object with following keys:
|
- Source:
- markers/Marker.js, line 17
Methods
-
setPose(pose)
-
Set the pose of this marker to the given values.
Parameters:
Name Type Description posethe pose to set for this marker
- Source:
- markers/Marker.js, line 283