#include <sphererobot3masses.h>
Public Member Functions | |
| void | destroy () |
| function that deletes sensors | |
| void | addSensor (Sensor *s) |
| adds a sensor to the list of sensors | |
Public Attributes | |
| double | diameter |
| double | spheremass |
| double | pendulardiameter |
| automatically set | |
| double | pendularmass |
| double | pendularrange |
| bool | motorsensor |
| motor values as sensors | |
| bool | irAxis1 |
| bool | irAxis2 |
| bool | irAxis3 |
| bool | drawIRs |
| double | irsensorscale |
| range of the ir sensors in units of diameter | |
| double | irCharacter |
| characteristics of sensor (
| |
| std::list< Sensor * > | sensors |
| list of sensors that are mounted at the robot. (e.g.\ AxisOrientationSensor) | |
|
|
adds a sensor to the list of sensors
|
|
|
function that deletes sensors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
characteristics of sensor (
where x is the range-distance)
|
|
|
range of the ir sensors in units of diameter
|
|
|
motor values as sensors
|
|
|
automatically set
|
|
|
|
|
|
|
|
|
list of sensors that are mounted at the robot. (e.g.\ AxisOrientationSensor)
|
|
|
|
1.3.8