Skip to main content
Cameras a robot can carry — attached by the robot’s config under a name you choose, and reached as robot.<name> or robot.sensors["<name>"]. Each class lists what that camera can do beyond a plain getImage(): a stereo pair, its intrinsics, its extrinsics.

Install

Quickstart

Which camera a robot carries is set in its config when it is added. Values returned are grid-types (Image; call decode() for an ndarray). The robot pages under Robots say when a camera is built in rather than attached.

Classes