j5 Module

Module contents

j5 Robotics API.

class j5.BoardGroup(board: j5.boards.base.Board, backend: j5.backends.base.Backend)[source]

Bases: object

A group of boards that can be accessed.

make_safe() → None[source]

Make all of the boards safe.

singular() → j5.boards.base.Board[source]

If there is only a single board in the group, return that board.

update_boards() → None[source]

Update the boards in this group to see if new boards have been added.

class j5.BaseRobot[source]

Bases: object

A base robot.

make_safe() → None[source]

Make this robot safe.