orca-robotics INTRODUCTION Overview Download and Install Quick Start Documentation Publications REPOSITORY Interfaces Components Libraries Utilities Software Map DEVELOPER Tutorials Examples Dev Guide Dashboard Wiki login/pass: orca/orca PEOPLE Contributors Users Project Download Mailing lists
|
orca::PathFollower2dConsumer Interface ReferenceConsumer of path updates.
More...
|
Public Member Functions | |
idempotent void | setWaypointIndex (int index) |
idempotent void | setActivationTime (Time absoluteTime, double relativeTime) |
idempotent void | setData (PathFollower2dData data) |
idempotent void | setEnabledState (bool enabledState) |
When the follower's enabled-state changes, it tells all subscribers about it. |
|
Once the follower starts following a path it notifies consumers of the activation time. It provides:
|
|
When the follower is loaded with a new path, it transmits that path to all subscribers. |
|
Used by the follower to broadcast changes without transmitting the entire path. Given that the follower is loaded up with a list of n waypoints, the follower will call 'setWaypointIndex' with the index of the waypoint it is _actively_ seeking.
|
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)