13 个版本 (7 个重大更新)

0.9.1 2024年7月31日
0.8.0 2024年4月15日
0.7.2 2024年3月24日
0.7.0 2023年12月17日
0.2.0 2021年5月6日

#108 in 机器人

Download history 2/week @ 2024-05-17 119/week @ 2024-06-14 14/week @ 2024-06-21 17/week @ 2024-06-28 133/week @ 2024-07-05 2/week @ 2024-07-19 149/week @ 2024-07-26 18/week @ 2024-08-02

每月 169 次下载

BSD-2-Clause

115KB
2K SLoC

dynamixel2-cli

用于与 Dynamixel 协议 2.0 电机通信的命令行工具。

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)

依赖项

~4.5–6.5MB
~109K SLoC