Skip to content

dynamixel_single_motor_wiki

Rodrigo Serra edited this page Nov 28, 2023 · 1 revision

This is a quick guide (sorry not much time for now). It is meant to serve as a training for getting into the dynamixel hardware.

The following snippet allows you to interact with the motor using dynamixel motor api

from dynamixel_driver import dynamixel_io
arm = dynamixel_io.DynamixelIO('/dev/ttyUSBrobai','1000000')
arm.get_feedback(4)

Clone this wiki locally