new TraceShape(options)
A trace of poses, handy to see where a robot has been
Parameters:
Name | Type | Description |
---|---|---|
options |
object with following keys:
|
- Source:
Methods
addPose(pose)
Adds a pose to the trace and updates the graphics
Parameters:
Name | Type | Description |
---|---|---|
pose |
of type ROSLIB.Pose |
- Source:
popFront()
Removes front pose and updates the graphics
- Source: