#include <forcedsphere.h>
Public Member Functions | |
| ForcedSphereConf () | |
| ~ForcedSphereConf () | |
| void | destroy () |
| deletes sensors | |
| void | addSensor (Sensor *s) |
| adds a sensor to the list of sensors | |
Public Attributes | |
| double | radius |
| double | max_force |
| maximal force applied to the sphere | |
| short | drivenDimensions |
| bit mask for selecting the dimensions for the forces (see ForcedSphere::Dimensions) | |
| std::list< Sensor * > | sensors |
| list of sensors that are mounted at the robot. (e.g.\ AxisOrientationSensor) | |
|
|
|
|
|
|
|
|
adds a sensor to the list of sensors
|
|
|
deletes sensors
|
|
|
bit mask for selecting the dimensions for the forces (see ForcedSphere::Dimensions)
|
|
|
maximal force applied to the sphere
|
|
|
|
|
|
list of sensors that are mounted at the robot. (e.g.\ AxisOrientationSensor)
|
1.3.8