-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Spinal][Neuron][Servo] enable current control for dynamixel motor #527
Merged
tongtybj
merged 19 commits into
jsk-ros-pkg:master
from
tongtybj:develop/neuron/servo/torque_control
Jan 19, 2025
Merged
[Spinal][Neuron][Servo] enable current control for dynamixel motor #527
tongtybj
merged 19 commits into
jsk-ros-pkg:master
from
tongtybj:develop/neuron/servo/torque_control
Jan 19, 2025
Conversation
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
…of RS485 TTL mix mode
… sending the goal position. Also enable receiving the goal current from CAN
…l, and finally to neuron
…t sending the initial goal current from neuron to spinal
tongtybj
force-pushed
the
develop/neuron/servo/torque_control
branch
from
October 10, 2022 20:02
feb3db4
to
87b9b30
Compare
tongtybj
changed the title
[WIP] enable current control for dynamixel motor
[Spinal][Neuron][WIP] enable current control for dynamixel motor
Oct 6, 2023
sugikazu75
added a commit
to sugikazu75/jsk_aerial_robot
that referenced
this pull request
Jul 19, 2024
sugikazu75
added a commit
to sugikazu75/jsk_aerial_robot
that referenced
this pull request
Jul 19, 2024
sugikazu75
added a commit
to sugikazu75/jsk_aerial_robot
that referenced
this pull request
Jul 19, 2024
This was referenced Jul 19, 2024
…ry topic name assignment, use default one
tongtybj
force-pushed
the
develop/neuron/servo/torque_control
branch
from
November 17, 2024 14:06
c2bf162
to
a621931
Compare
…etermined by neuron but not spinal
…cording to overload error
tongtybj
changed the title
[Spinal][Neuron][WIP] enable current control for dynamixel motor
[Spinal][Neuron][Servo] enable current control for dynamixel motor
Nov 17, 2024
tongtybj
force-pushed
the
develop/neuron/servo/torque_control
branch
from
November 17, 2024 14:50
a621931
to
aaf1cd3
Compare
sugikazu75
added a commit
to sugikazu75/jsk_aerial_robot
that referenced
this pull request
Nov 29, 2024
sugikazu75
added a commit
to sugikazu75/jsk_aerial_robot
that referenced
this pull request
Nov 29, 2024
sugikazu75
added a commit
to sugikazu75/jsk_aerial_robot
that referenced
this pull request
Nov 29, 2024
sugikazu75
added a commit
to sugikazu75/jsk_aerial_robot
that referenced
this pull request
Nov 29, 2024
tongtybj
force-pushed
the
develop/neuron/servo/torque_control
branch
2 times, most recently
from
January 18, 2025 01:10
574a377
to
4fca21a
Compare
tongtybj
force-pushed
the
develop/neuron/servo/torque_control
branch
from
January 18, 2025 01:24
4fca21a
to
acf5a99
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is this?
Support sending goal current for current-based position control for dynamixel motor.
This prevents servo motor from being overloaded.
Detail