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

Support actions in rosbridge protocol #886

Merged
merged 24 commits into from
Nov 10, 2023
Merged

Support actions in rosbridge protocol #886

merged 24 commits into from
Nov 10, 2023

Conversation

sea-bass
Copy link
Contributor

@sea-bass sea-bass commented Oct 30, 2023

Description
This PR adds ROS 2 action support to the rosbridge protocol, using the actual rclpy.action module instead of relying on hidden topics/services.

Public API Changes
Nothing changes the existing API, but instead adds a collection of new capabilities based on action servers/clients. See the corresponding doc changes here.

Also adds a send_action_goals_in_new_thread parameter to match what was done for services.

Note in developing this I found ros2/rclpy#1195, which is stopping some of the actions tests from being runnable right now.

Closes #697

@sea-bass sea-bass self-assigned this Oct 30, 2023
@sea-bass sea-bass changed the title [WIP] Support actions in rosbridge protocol Support actions in rosbridge protocol Nov 2, 2023
@sea-bass sea-bass marked this pull request as ready for review November 2, 2023 12:56
Copy link
Contributor

@EzraBrooks EzraBrooks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code seems sensical to me and you obviously did your legwork w/r/t testing here. I say we merge so we can start work on the client side and fix any issues found in smaller, more targeted PRs.

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.

Add ROS2 Actions to rosbridge protocol
2 participants