#include <wheelie.h>
Inherits DefaultWheelie.
Inheritance diagram for Wheelie:
Public Member Functions | |
Wheelie (const OdeHandle &odeHandle, const OsgHandle &osgHandle, const WheelieConf &conf, const std::string &name) | |
virtual | ~Wheelie () |
virtual void | setMotors (const motor *motors, int motornumber) |
Reads the actual motor commands from an array, and sets all motors (forces) of the snake to this values. | |
virtual int | getSensors (sensor *sensors, int sensornumber) |
Writes the sensor values to an array in the memory. | |
virtual int | getSensorNumber () |
returns number of sensors | |
virtual int | getMotorNumber () |
returns number of motors | |
virtual bool | setParam (const paramkey &key, paramval val) |
sets the value of the given parameter or does nothing if unknown. | |
Private Member Functions | |
virtual void | create (const osg::Matrix &pose) |
creates vehicle at desired position | |
virtual void | destroy () |
destroys vehicle and space | |
Private Attributes | |
std::vector< HingeServo * > | hingeServos |
It consists of a number of equal elements, each linked by a joint powered by 1 servo
|
|
|
|
|
creates vehicle at desired position
Reimplemented from DefaultWheelie.
|
|
destroys vehicle and space
Reimplemented from DefaultWheelie.
|
|
returns number of motors
Implements DefaultWheelie.
|
|
returns number of sensors
Implements DefaultWheelie.
|
|
Writes the sensor values to an array in the memory.
Implements DefaultWheelie.
|
|
Reads the actual motor commands from an array, and sets all motors (forces) of the snake to this values. It is an linear allocation.
Implements DefaultWheelie.
|
|
sets the value of the given parameter or does nothing if unknown.
Reimplemented from DefaultWheelie.
|
|
|