Add Graph description messages to rosgraph_msgs#188
Open
emersonknapp wants to merge 1 commit intorollingfrom
Open
Add Graph description messages to rosgraph_msgs#188emersonknapp wants to merge 1 commit intorollingfrom
emersonknapp wants to merge 1 commit intorollingfrom
Conversation
Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
dc66d05 to
7fea0f1
Compare
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: