|
RobotLib
1
A set of software wrappers for Rovio, Roomba and NXT robots written in C#.
|
A convenience class for accessing the TrueTrack navigation sensor. More...
Public Member Functions | |
| NavigationSensor (Robot _robot) | |
| The constructor. | |
| override void | Update () |
| Update the IRSensor value. | |
Public Member Functions inherited from Rovio.Component | |
| Component (Robot _robot) | |
| The constructor. | |
Additional Inherited Members | |
Public Attributes inherited from Rovio.Component | |
| bool | AutoUpdate = true |
| Automatic update option for methods requesting more than one piece of information. | |
Protected Attributes inherited from Rovio.Component | |
| Robot | robot |
| The robot class, accessible by all dervied classes. | |
A convenience class for accessing the TrueTrack navigation sensor.
| Rovio.NavigationSensor.NavigationSensor | ( | Robot | _robot | ) |
The constructor.
|
virtual |
Update the IRSensor value.
Reimplemented from Rovio.Component.
1.8.2