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 new service to retrieve the different interfaces in the ROS Network #988

Merged
merged 1 commit into from
Jan 4, 2025

Conversation

FlorianLebecque
Copy link
Contributor

@FlorianLebecque FlorianLebecque commented Jan 2, 2025

Public API Changes

  • Add a service to retrieve the different interfaces in the ROS network. Returned as an array of string

Description

Service : /rosapi/interfaces
Service type: rosapi_msgs/srv/Interfaces

---
string[] interfaces

This addition provides a new service that complements existing rosapi services. While rosapi allows retrieving topics, services, and their types, it lacked the ability to obtain a list of all available types. This new service addresses that gap.

@FlorianLebecque FlorianLebecque force-pushed the ros2 branch 3 times, most recently from 7babb52 to 683fb38 Compare January 2, 2025 15:37
Copy link
Contributor

@sea-bass sea-bass left a comment

Choose a reason for hiding this comment

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

Looks good -- thanks!

@sea-bass sea-bass changed the title Add new service to retreive the different interfaces in the ROS Network Add new service to retrieve the different interfaces in the ROS Network Jan 4, 2025
@sea-bass sea-bass merged commit a000226 into RobotWebTools:ros2 Jan 4, 2025
3 checks passed
Mehsias pushed a commit to Mehsias/rosbridge_suite that referenced this pull request Jan 13, 2025
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