Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lrs_doc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lrs2
lrs_doc
Commits
6ccf96bb
Commit
6ccf96bb
authored
2 years ago
by
Tommy Persson
Browse files
Options
Downloads
Patches
Plain Diff
Refactoring execution.
parent
fd943462
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
communication.md
+2
-7
2 additions, 7 deletions
communication.md
with
2 additions
and
7 deletions
communication.md
+
2
−
7
View file @
6ccf96bb
...
...
@@ -4,11 +4,7 @@ We have the problem with how to communicate between different agents
when we most probably have unreliable or band width limited
communication channels between agents.
We also have the issue that there is a legacy implementation in ROS1
we want to be compatible with.
For a system with only ROS2 agents we can choose one of the
following way to communicate between agents:
We can choose one of the following way to communicate between agents:
-
Use ROS2. We need to make sure the DDS layer is configured correctly
in this case. All agents will have the same value for ROS_DOMAIN_ID.
...
...
@@ -38,9 +34,8 @@ from other agents. The topics which are used across agents are:
-
[
/distribute_tree
](
https://gitlab.liu.se/lrs2/lrs_msgs_tst/-/blob/master/msg/TSTDistributeTreeInfo.msg
)
-
[
/update_node
](
https://gitlab.liu.se/lrs2/lrs_msgs_tst/-/blob/master/msg/TSTUpdateNodeInfo.msg
)
-
[
/response
](
https://gitlab.liu.se/lrs2/lrs_msgs_common/-/blob/master/msg/Response.msg
)
-
/tst_expand_command
-
/tst_expand_response
-
/tst_display_request
-
ADD NEW TOPICS...
Here we probably need to fine tune DDS to get wanted communication
properties. This has not been done yet. Also the global /tf will not
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment