Add actionlib interface for basic Joint Group Command#60
Closed
egordon wants to merge 3 commits intoros-controls:kinetic-develfrom
Closed
Add actionlib interface for basic Joint Group Command#60egordon wants to merge 3 commits intoros-controls:kinetic-develfrom
egordon wants to merge 3 commits intoros-controls:kinetic-develfrom
Conversation
destogl
reviewed
Jun 30, 2021
|
|
||
| # A command to the joints listed in joint_names. | ||
| # The order must be identical. | ||
| float64[] command |
Member
There was a problem hiding this comment.
Wold it make sense to make this command more explicit, e.g. trajectory_msgs/JointTrajectoryPoint. This would probably avoid future extensions and fields can be used explicitly (positions, velocities, accelerations).
Does this makes sense for you?
Author
There was a problem hiding this comment.
Pros:
- Could allow for dual command types (e.g. position with a max velocity/acceleration)
- Explicit command is easier to interpret
Cons:
- Doesn't allow for non-traditional joint commands (only position, velocity, acceleration, effort) outside of overloading a variable
- Makes the coding in ros_controllers a bit more difficult (need to add logic that detects the command type and writes to the appropriate field)
I think the pros can outweigh the cons, so let me make the changes in both packages.
Author
|
@destogl Sorry for the delay. Updated action and corresponding ros_controllers PR (ros-controls/ros_controllers#569) accordingly |
Member
|
No longer supporting ROS1. Please come to ROS2. |
This file contains hidden or 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
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.
In service of ros-controls/ros_controllers#568
Tested via velocity_controllers/JointGroupVelocityController on Kinova JACO2