sbgisen / vesc

VESC Interface for ROS
Apache License 2.0
44 stars 33 forks source link

[vesc_servo_controller.cpp] PID control cycle depends on the hardware interface #37

Closed nyxrobotics closed 1 year ago

nyxrobotics commented 3 years ago

Abstract

PID control cycle depends on the hardware interface, so it is not possible to control the start and end behavior. When the number of motors increases, the control cycle decreases. A problem with one motor will cause all the motors to run out of control.

To be considered