Reachy Mini documentation
Tools
Tools
Motor Setup Tools
reachy_mini.tools.setup_motor
< source >( motor_config: MotorConfig serial_port: str from_baudrate: int target_baudrate: int from_id: int )
Set up the motor with the given configuration.
reachy_mini.tools.setup_motor.lookup_for_motor
< source >( serial_port: str id: int baudrate: int silent: bool = False )
Check if a motor with the given ID is reachable on the specified serial port.
Disable the torque of the motor with the given ID on the specified serial port.
reachy_mini.tools.setup_motor.change_baudrate
< source >( serial_port: str id: int base_baudrate: int target_baudrate: int )
Change the baudrate of the motor with the given ID on the specified serial port.
reachy_mini.tools.setup_motor.change_id
< source >( serial_port: str current_id: int new_id: int baudrate: int )
Change the ID of the motor with the given current ID on the specified serial port.
reachy_mini.tools.setup_motor.change_offset
< source >( serial_port: str id: int offset: int baudrate: int )
Change the offset of the motor with the given ID on the specified serial port.
reachy_mini.tools.setup_motor.change_operating_mode
< source >( serial_port: str id: int operating_mode: int baudrate: int )
Change the operating mode of the motor with the given ID on the specified serial port.
reachy_mini.tools.setup_motor.change_angle_limits
< source >( serial_port: str id: int angle_limit_min: int angle_limit_max: int baudrate: int )
Change the angle limits of the motor with the given ID on the specified serial port.
reachy_mini.tools.setup_motor.change_shutdown_error
< source >( serial_port: str id: int baudrate: int shutdown_error: int )
Change the shutdown error of the motor with the given ID on the specified serial port.
reachy_mini.tools.setup_motor.change_return_delay_time
< source >( serial_port: str id: int return_delay_time: int baudrate: int )
Change the return delay time of the motor with the given ID on the specified serial port.
Light the LED of the motor with the given ID on the specified serial port.
Light the LED of the motor with the given ID on the specified serial port.
reachy_mini.tools.setup_motor.check_configuration
< source >( motor_config: MotorConfig serial_port: str baudrate: int )
Check the configuration of the motor with the given ID on the specified serial port.
Motor Scanning Tools
Scan the bus at the given baudrate and return detected IDs.
Motor Reflashing Tools
reachy_mini.tools.reflash_motors
< source >( serialport: typing.Optional[str] = None dont_light_up: bool = False )
Reflash Reachy Mini’s motors.