-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Spinal][Neuron][Servo] enable current control for dynamixel motor (#527
) * [Neuron][Dynamixel] remove uncessary codes * [Neuron][Dynamixel] enable to get model number in init phase * [Neuron][Dynamixel][WIP] enable sending goal current (torque) in the init phase * [Neuron][Dynamixel][WIP] use sync write for goal position regardless of RS485 TTL mix mode * [Neuron][Dynamixel] enable polling the operating mode * [Neuron][Dynamixel] refactor the current assignment * [Neuron][Dynamixel] enable to send goal current every iteration after sending the goal position. Also enable receiving the goal current from CAN * [Spinal][Servo][WIP] enable send goal current from rosserial to spinal, and finally to neuron * [Spinal][Neuron] modify the CAN initialize message protocol to support sending the initial goal current from neuron to spinal * [Servo Bridge] enable to pub/sub target torque via servo bridge * [Servo Config] refactor Servo.yaml for all robots: removing unnecessary topic name assignment, use default one * [Spinal][RQT] fix the import bug for python3 * [Servo][Spinal][Neuron] refactor the force servo off rule, which is determined by neuron but not spinal * [Neuron][Dynamixel] add original rule to force switching off servo according to overload error * [Neuron][Dynamixel] implement setup of pre-defined configuration * [Spinal][RQT] fix the wrong list assignment * [Spinal][CAN] set 1[ms] internal between motor pwn and servo target command. --------- Co-authored-by: Moju Zhao <[email protected]>
- Loading branch information
Showing
23 changed files
with
487 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.