Skip to content
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

Added joint_state_hint for storing nullspace parameter. #63

Merged
merged 2 commits into from
Oct 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ float64 wrench_gain
# These can be modified at any time, and the controller will do its best to achieve them.
geometry_msgs/Twist twist
geometry_msgs/Wrench wrench

# Nullspace parameter to be optionally used for secondary control goal.
# Empty array will be ignored, otherwise array length must match number of degrees-of-freedom.
# These can be modified at any time, and the controller should do its best to minimize joint-space costs if a nullspace controller is implemented.
float64[] joint_state_hint
Loading