Add Graph description messages to rosgraph_msgs (backport #188 jazzy)#190
Open
mergify[bot] wants to merge 1 commit intojazzyfrom
Open
Add Graph description messages to rosgraph_msgs (backport #188 jazzy)#190mergify[bot] wants to merge 1 commit intojazzyfrom
mergify[bot] wants to merge 1 commit intojazzyfrom
Conversation
Add new message definitions to rosgraph_msgs that can be used to describe a running or potential ROS Graph. Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com> (cherry picked from commit 2209d02)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes #182
Add new message definitions to
rosgraph_msgsthat can be used to describe a running or potential ROS Graph.Graph: a list of nodesNode: describe a single node's parameters and interface endpointsTopic: describe a single topic endpoint, either Publisher or SubscriptionService: describe a single service endpoint, either Server or ClientAction: describe a single action endpoint, either Server or ClientQoSProfile: describe a QoS Profile, either offered or requestedInterfaceType: identify arosidltypeTypeHash: identify a REP-2016 RIHS type hash (rosidl_runtime_cdefined type)This is intended to supplant the definitions in use at https://github.com/ros-tooling/graph-monitor/tree/main/rosgraph_monitor_msgs
Is this user-facing behavior change?
Yes
Did you use Generative AI?
No
Additional Information
Part of the NoDL and rosgraph_monitor work being done within the ROSGraph Working Group.
We would like to get these messages into the core for Lyrical, so that we can build tools around them for release into that LTS distro.
These messages act as a counterpart to the NoDL schema, being used to output either a desired or observed state of a ROS application as a message between nodes. The NoDL schema is not a strict duplicate of the information that these messages will contain, because:
This is an automatic backport of pull request #188 done by [Mergify](https://mergify.com).