|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
#include <robotchain.h>
Public Attributes | |
| double | size |
| scaling factor for robot (size of one robot) More... | |
| double | distance |
| distance between robots More... | |
| double | force |
| double | speed |
| int | numRobots |
| number of robots in the chain More... | |
| double | massFactor |
| double | wheelSlip |
| std::string | color |
| color of robots More... | |
| bool | useIR |
| use infrared sensors? More... | |
| int | mainRobot |
| robot index that is returned by getMainPrimitive() (-1 for middle robot, then massFactorMain and forceMain is ignored) More... | |
| double | massFactorMain |
| massfactor of main robot More... | |
| double | forceMain |
| factor of main robot More... | |
| std::string color |
color of robots
| double distance |
distance between robots
| double force |
| double forceMain |
factor of main robot
| int mainRobot |
robot index that is returned by getMainPrimitive() (-1 for middle robot, then massFactorMain and forceMain is ignored)
| double massFactor |
| double massFactorMain |
massfactor of main robot
| int numRobots |
number of robots in the chain
| double size |
scaling factor for robot (size of one robot)
| double speed |
| bool useIR |
use infrared sensors?
| double wheelSlip |