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

New async rosapi params module implementation #1001

Draft
wants to merge 15 commits into
base: ros2
Choose a base branch
from

Conversation

bjsowa
Copy link
Collaborator

@bjsowa bjsowa commented Jan 27, 2025

Public API Changes
Changed set_param, get_param, delete_param service types to include boolean indicating if the operation is successful and an optional string with the reason the operation failed. This doesn't change the behavior of current version of roslibjs as it will just ignore these fields and the value field in get_param response is still set to empty JSON string if the operation failed.

Description
Changed the implementation of rosapi params module to take advantage of async/await feature of rclpy executor instead of creating a separate node.

@bjsowa bjsowa marked this pull request as draft January 27, 2025 23:45
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.

1 participant