modular_robots_v1
Standard modular robots.
Module Contents
Functions
|
Get a list of all standard module robots. |
|
Get the spider modular robot. |
|
Get the gecko modular robot. |
|
Get the babya modular robot. |
|
Get the ant modular robot. |
|
Get the salamander modular robot. |
|
Get the blokky modular robot. |
|
Get the park modular robot. |
|
Get the babyb modular robot. |
|
Get the garrix modular robot. |
|
Get the insect modular robot. |
|
Get the linkin modular robot. |
|
Get the longleg modular robot. |
|
Get the penguin modular robot. |
|
Get the pentapod modular robot. |
|
Get the queen modular robot. |
|
Get the squarish modular robot. |
|
Get the snake modular robot. |
|
Get the stingray modular robot. |
|
Get the tinlicker modular robot. |
|
Get the turtle modular robot. |
|
Get the ww modular robot. |
|
Get the zappa modular robot. |
|
Get a robot by name. |
- all() list[revolve2.modular_robot.body.v1.BodyV1]
Get a list of all standard module robots.
- Returns:
The list of robots.
- spider_v1() revolve2.modular_robot.body.v1.BodyV1
Get the spider modular robot.
- Returns:
the robot.
- gecko_v1() revolve2.modular_robot.body.v1.BodyV1
Get the gecko modular robot.
- Returns:
the robot.
- babya_v1() revolve2.modular_robot.body.v1.BodyV1
Get the babya modular robot.
- Returns:
the robot.
- ant_v1() revolve2.modular_robot.body.v1.BodyV1
Get the ant modular robot.
- Returns:
the robot.
- salamander_v1() revolve2.modular_robot.body.v1.BodyV1
Get the salamander modular robot.
- Returns:
the robot.
- blokky_v1() revolve2.modular_robot.body.v1.BodyV1
Get the blokky modular robot.
- Returns:
the robot.
- park_v1() revolve2.modular_robot.body.v1.BodyV1
Get the park modular robot.
- Returns:
the robot.
- babyb_v1() revolve2.modular_robot.body.v1.BodyV1
Get the babyb modular robot.
- Returns:
the robot.
- garrix_v1() revolve2.modular_robot.body.v1.BodyV1
Get the garrix modular robot.
- Returns:
the robot.
- insect_v1() revolve2.modular_robot.body.v1.BodyV1
Get the insect modular robot.
- Returns:
the robot.
- linkin_v1() revolve2.modular_robot.body.v1.BodyV1
Get the linkin modular robot.
- Returns:
the robot.
- longleg_v1() revolve2.modular_robot.body.v1.BodyV1
Get the longleg modular robot.
- Returns:
the robot.
- penguin_v1() revolve2.modular_robot.body.v1.BodyV1
Get the penguin modular robot.
- Returns:
the robot.
- pentapod_v1() revolve2.modular_robot.body.v1.BodyV1
Get the pentapod modular robot.
- Returns:
the robot.
- queen_v1() revolve2.modular_robot.body.v1.BodyV1
Get the queen modular robot.
- Returns:
the robot.
- squarish_v1() revolve2.modular_robot.body.v1.BodyV1
Get the squarish modular robot.
- Returns:
the robot.
- snake_v1() revolve2.modular_robot.body.v1.BodyV1
Get the snake modular robot.
- Returns:
the robot.
- stingray_v1() revolve2.modular_robot.body.v1.BodyV1
Get the stingray modular robot.
- Returns:
the robot.
- tinlicker_v1() revolve2.modular_robot.body.v1.BodyV1
Get the tinlicker modular robot.
- Returns:
the robot.
- turtle_v1() revolve2.modular_robot.body.v1.BodyV1
Get the turtle modular robot.
- Returns:
the robot.
- ww_v1() revolve2.modular_robot.body.v1.BodyV1
Get the ww modular robot.
- Returns:
the robot.
- zappa_v1() revolve2.modular_robot.body.v1.BodyV1
Get the zappa modular robot.
- Returns:
the robot.
- get(name: str) revolve2.modular_robot.body.v1.BodyV1
Get a robot by name.
- Parameters:
name – The name of the robot to get.
- Returns:
The robot with that name.
- Raises:
ValueError – When a robot with that name does not exist.