-
Notifications
You must be signed in to change notification settings - Fork 81
Add admittance controller message #68
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
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
1416954
Revert "Added controller states for multi dof joints (#64)"
bmagyar c1e9535
Add initial configurations for multiple distros. (#59)
destogl 3ee4c8a
Merge branch 'galactic-devel' of https://github.com/ros-controls/cont…
pac48 2960f8b
add message comments
pac48 c022764
add to sensor messages package.xml
pac48 c8f630f
Formatting and better comments
a6437f4
Merge branch 'humble' into add-admittance-controller
bmagyar ab33fd6
Revert changes on Trajectory messge
destogl f354437
Update JointTrajectoryControllerState.msg
destogl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # Admittance parameters | ||
| std_msgs/Float64MultiArray mass # 6-vector of mass terms used in the admittance calculation | ||
| std_msgs/Float64MultiArray damping # 6-vector of damping terms used in the admittance calculation | ||
| std_msgs/Float64MultiArray stiffness # 6-vector of stiffness terms used in the admittance calculation | ||
bmagyar marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| # Frame information | ||
| geometry_msgs/Quaternion rot_base_control # quaternion describing the orientation of the control frame | ||
| geometry_msgs/TransformStamped ref_trans_base_ft # force torque sensor transform at the reference joint configuration | ||
| std_msgs/Int8MultiArray selected_axes # 6-vector of 0/1 describing if admittance is enable in the corresponding control frame axis | ||
| std_msgs/String ft_sensor_frame # name of the force torque frame | ||
|
|
||
| # State information | ||
| geometry_msgs/TransformStamped admittance_position # calculated admittance position in cartesian space | ||
| geometry_msgs/TwistStamped admittance_acceleration # calculated admittance acceleration in cartesian space | ||
| geometry_msgs/TwistStamped admittance_velocity # calculated admittance velocity in cartesian space | ||
| geometry_msgs/WrenchStamped wrench_base # wrench used in the admittance calculation | ||
| sensor_msgs/JointState joint_state # calculated admittance offsets in joint space | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.