For simplicity, OctoMY™ classifies robots using two basic parameters:
- Mobility: How the robot moves.
- Manipulator: How the robot manipulates it's environment.
To reduce complexity, the current model only allows for one mobility and one implement per agent, however in the future this model may be expanded uppon to support more flexible configurations.
Mobility
Type |
Details |
Stationary |
This robot is not mobile |
Submarine |
This robot travels under water |
Marine |
This robot travels on the surface of water |
Threads |
This robot travels on land using threads |
Wheels |
This robot travels on land using wheels |
Hexapod |
This robot travels on land using 6 legs |
Quadruped |
This robot travels on land using 4 legs |
Biped |
This robot travels on land using 2 legs |
Quadcopter |
This robot travels in the air using 4 vertical propellers |
Helicopter |
This robot travels in the air using one horizontal and one vertical propellers |
Winged |
This robot travels in the air using wings |
Rocket |
This robot travels in the air using rocket propulsion |
Manipulator
Type |
Details |
Jointed Arm |
This robot has a jointed robot arm. |
Polar Arm |
This robot has a robot arm. |
Cylindrical Arm |
This robot has a cylindrical robot arm. |
Cartesian Arm |
This robot has a cartesian robot arm. |
Spherical Arm |
This robot has aspherical robot arm. |
SCARA |
This robot has a Selective Compliance Articulated Robot Arm (link). |
|