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

Propose generic messages for commanding and getting states from controllers. (backport #69) #133

Merged
merged 2 commits into from
Jun 6, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Apr 24, 2024

I propose here some new messages for sending commands to controllers.
This work was motivated by the implementation of the PID controller in ros2_controllers repository.

The message MultiDOFCommand should replace std_msgs/MultiArrayFloat64 currently used with the controllers.
The former is deprecated, and a new message enables to set joint (or in general DOF) names, which makes it more explicit than just a list of values.

Other messages specify a generic status messages, providing flexibility about degrees of freedom.

The PR can also be separated if some messages are not so suitable.


This is an automatic backport of pull request #69 done by [Mergify](https://mergify.com).

@mergify mergify bot added the conflicts label Apr 24, 2024

This comment was marked as outdated.

@christophfroehlich
Copy link
Contributor

As per request #69 (comment)

destogl and others added 2 commits June 5, 2024 20:52
…rs. (#69)

(cherry picked from commit d24165f)

# Conflicts:
#	control_msgs/CHANGELOG.rst
@christophfroehlich christophfroehlich merged commit 0e13063 into humble Jun 6, 2024
4 checks passed
@christophfroehlich christophfroehlich deleted the mergify/bp/humble/pr-69 branch June 6, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants