cx_features: add navgraph interface features and remove blackboard#10
Draft
cx_features: add navgraph interface features and remove blackboard#10
Conversation
Contributor
|
I think this would be better suited in a different repository as these are not core CX features. |
Contributor
Author
Fair, I'll do a separate PR just removing the blackboard. |
50783bc to
05a5715
Compare
These service definitions will be used to communicate with a ROS2 node running in fawkes to translate communication between the navgraph interface and the navgraph generator with mps interface in fawkes and the ROS2 CX.
05a5715 to
0b575bf
Compare
TarikViehmann
added a commit
to carologistics/expertino-rcll
that referenced
this pull request
Jan 8, 2024
The messages are needed in order to relay ground-truth information from the central agent to the worker robots running fawkes. Adapted from carologistics/clips_executive#10 Co-Authored-By: Daniel Swoboda <swoboda@kbsg.rwth-aachen.de>
TarikViehmann
added a commit
to carologistics/expertino-rcll
that referenced
this pull request
Jan 8, 2024
The agent needs to relay machine positions to the fawkes instances on the robot. This is done through ROS communication that is converted in fawkes to blackboard messages. The changes are adapted from carologistics/clips_executive#10 Co-authored-by: Daniel Swoboda <swoboda@kbsg.rwth-aachen.de>
TarikViehmann
added a commit
to carologistics/expertino-rcll
that referenced
this pull request
Dec 12, 2024
The agent needs to relay machine positions to the fawkes instances on the robot. This is done through ROS communication that is converted in fawkes to blackboard messages. The changes are adapted from carologistics/clips_executive#10 Co-authored-by: Daniel Swoboda <swoboda@kbsg.rwth-aachen.de>
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.
This PR adds features to the CX that allow the use of a new navgraph interface that will be used to bridge between ROS2 and the Navgraph-related blackboard interfaces in Fawkes. The features were auto-generated using the new feature generator from ROS2 service definitions. The same definitions will be used on the Fawkes side in a plugin.