modular_robots_v1

Standard modular robots.

Module Contents

Functions

all(→ list[revolve2.modular_robot.body.v1.BodyV1])

Get a list of all standard module robots.

spider_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the spider modular robot.

gecko_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the gecko modular robot.

babya_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the babya modular robot.

ant_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the ant modular robot.

salamander_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the salamander modular robot.

blokky_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the blokky modular robot.

park_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the park modular robot.

babyb_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the babyb modular robot.

garrix_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the garrix modular robot.

insect_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the insect modular robot.

linkin_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the linkin modular robot.

longleg_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the longleg modular robot.

penguin_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the penguin modular robot.

pentapod_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the pentapod modular robot.

queen_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the queen modular robot.

squarish_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the squarish modular robot.

snake_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the snake modular robot.

stingray_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the stingray modular robot.

tinlicker_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the tinlicker modular robot.

turtle_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the turtle modular robot.

ww_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the ww modular robot.

zappa_v1(→ revolve2.modular_robot.body.v1.BodyV1)

Get the zappa modular robot.

get(→ revolve2.modular_robot.body.v1.BodyV1)

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.