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

Add services to return Action interface details #1021

Merged
merged 1 commit into from
Mar 28, 2025

Conversation

davidferlop
Copy link
Contributor

Public API Changes
Added the following rosapi services:

  • ~/action_goal_details
  • ~/action_result_details
  • ~/action_feedback_details

Description
Added services to rosapi to retrieve details on action interfaces, similar to the existing message and request services.

@bjsowa bjsowa requested a review from Copilot March 28, 2025 18:08
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request adds new rosapi services to return typedef details for action interfaces (goal, result, and feedback) by implementing helper functions and corresponding service endpoints.

  • Added helper functions in objectutils.py to recursively retrieve typedefs for action goal, result, and feedback messages.
  • Updated the rosapi_node script to register new services (ActionGoalDetails, ActionResultDetails, and ActionFeedbackDetails) with their handling functions.

Reviewed Changes

Copilot reviewed 2 out of 6 changed files in this pull request and generated no comments.

File Description
rosapi/src/rosapi/objectutils.py Added functions to recursively retrieve typedefs for action interfaces.
rosapi/scripts/rosapi_node Registered and implemented new services for action typedef details.
Files not reviewed (4)
  • rosapi_msgs/CMakeLists.txt: Language not supported
  • rosapi_msgs/srv/ActionFeedbackDetails.srv: Language not supported
  • rosapi_msgs/srv/ActionGoalDetails.srv: Language not supported
  • rosapi_msgs/srv/ActionResultDetails.srv: Language not supported

@bjsowa bjsowa merged commit fde7509 into RobotWebTools:ros2 Mar 28, 2025
3 checks passed
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.

2 participants