Dynamixel2Arduino icon indicating copy to clipboard operation
Dynamixel2Arduino copied to clipboard

DYNAMIXEL protocol library for Arduino

Results 36 Dynamixel2Arduino issues
Sort by recently updated
recently updated
newest added

When using setGoalVelocity with unit set to UNIT_PERCENT I would expect it to be mapped to the servos max velocity. But instead the servo reaches max speed at around 21%...

bug

By definition a slave device should communicate over the Dynamixel bus, therefore I think it would be logical to include the baudrate as a default register in the class along...

Hi, I have 30ish XM dynamixels to control and I try to find easy way to pull actual position and hardware errors on all of them(2 separate actions) I am...

- Changed `info_rx_packet_.parse_state` to `DXL2_0_PACKET_PARSING_STATE_IDLE` after a timeout to ensure it is reset correctly. - Ensure that on every new packet, `xel_index` and `buf_index` are reset to zero. Right now,...

Hi! Recently, I’ve been working on controlling a Dynamixel **XL430** using an **Arduino Nano ESP32** (as you may know, this is an official board from the Arduino project). However, I...

Fixed build error when using ARM Cortex-M based Arduino (Such as Arduino UNO R4 Minima and UNO R4 WiFi).