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:
Methods
setPose(pose)
Set the pose of this marker to the given values.
Parameters:
Name | Type | Description |
---|---|---|
pose |
the pose to set for this marker |
- Source:
update(message)
Update this marker.
Parameters:
Name | Type | Description |
---|---|---|
message |
the marker message |
- Source:
Returns:
true on success otherwhise false is returned