#include <schlange.h>
Public Attributes | |
| int | segmNumber |
| number of snake elements | |
| double | segmLength |
| length of one snake element | |
| double | segmDia |
| diameter of a snake element | |
| double | segmMass |
| mass of one snake element | |
| double | motorPower |
| power of the motors / servos | |
| double | sensorFactor |
| scale for sensors | |
| double | frictionGround |
| friction with ground | |
| double | frictionJoint |
| friction within joint | |
| double | jointLimit |
| maximal angle for the joints (M_PI/2 = 90 degree) | |
| bool | useServoVel |
| if true the new Servos are used (only for schlangeservo) | |
| double | velocity |
| maximal velocity of servos | |
| double frictionGround |
friction with ground
| double frictionJoint |
friction within joint
| double jointLimit |
maximal angle for the joints (M_PI/2 = 90 degree)
| double motorPower |
power of the motors / servos
| double segmDia |
diameter of a snake element
| double segmLength |
length of one snake element
| double segmMass |
mass of one snake element
| int segmNumber |
number of snake elements
| double sensorFactor |
scale for sensors
| bool useServoVel |
if true the new Servos are used (only for schlangeservo)
| double velocity |
maximal velocity of servos
1.4.7