11 releases (6 breaking)

new 0.8.0 Apr 15, 2024
0.7.2 Mar 24, 2024
0.7.0 Dec 17, 2023
0.4.1 Dec 12, 2022
0.2.0 May 6, 2021

#106 in Robotics

Download history 67/week @ 2024-02-26 138/week @ 2024-03-18 46/week @ 2024-03-25 87/week @ 2024-04-01

271 downloads per month

BSD-2-Clause

100KB
2K SLoC

dynamixel2-cli

Command line utility to communicate with Dynamixel protocol 2.0 motors.

USAGE:
    dynamixel2 [OPTIONS] <SUBCOMMAND>

OPTIONS:
    -v, --verbose
            Print more verbose messages. Can be used multiple times

    -s, --serial-port <serial-port>
            The serial port to use [default: /dev/ttyUSB0]

    -b, --baud-rate <baud-rate>
            The baud rate for the serial port [default: 9600]

    -h, --help
            Prints help information

    -V, --version
            Prints version information


SUBCOMMANDS:
    ping                Ping a motor or scan the entire bus
    reboot              Reboot a motor
    read8               Read an 8-bit value from a motor
    read16              Read a 16-bit value from a motor
    read32              Read a 32-bit value from a motor
    write8              Write an 8-bit value to a motor
    write16             Write a 16-bit value to a motor
    write32             Write a 32-bit value to a motor
    shell-completion    Write shell completions to standard output or a file
    help                Prints this message or the help of the given subcommand(s)

Dependencies

~4.5–6.5MB
~112K SLoC