|
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::Odometry2d Class ReferenceAccess to odometry of 2d mobile robotic bases.
More...
|
||||||||||||||||||||||||||||||||||
Public Member Functions | |
| Odometry2dData | getData () throw ( DataNotExistException, HardwareFailedException) |
| VehicleDescription | getDescription ()) |
| Returns description. | |
| void | subscribe (Odometry2dConsumer *subscriber) throw ( SubscriptionFailedException) |
| void | unsubscribe (Odometry2dConsumer *subscriber)) |
| Odometry2dData orca::Odometry2d::getData | ( | ) | throw ( DataNotExistException, HardwareFailedException) |
Returns the latest data. May raise DataNotExistException if the requested information is not available. May raise HardwareFailedException if there is some problem with hardware.
| void orca::Odometry2d::subscribe | ( | Odometry2dConsumer * | subscriber | ) | throw ( SubscriptionFailedException) |
Mimics IceStorm's subscribe(). subscriber is typically a direct proxy to the consumer object. The implementation may choose to implement the push directly or use IceStorm. This choice is transparent to the subscriber. The case when the subscriber is already subscribed is quietly ignored.
| void orca::Odometry2d::unsubscribe | ( | Odometry2dConsumer * | subscriber | ) |
Unsubscribe an existing subscriber. The case when the subscriber is not subscribed is quietly ignored.
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)
1.4.5