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
41dc133e
Commit
41dc133e
authored
1 month ago
by
Tommy Persson
Browse files
Options
Downloads
Patches
Plain Diff
Work on remote
parent
6a439ad5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
communication.md
+12
-2
12 additions, 2 deletions
communication.md
with
12 additions
and
2 deletions
communication.md
+
12
−
2
View file @
41dc133e
...
...
@@ -7,12 +7,15 @@ communication channels 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.
in this case. All agents will have the same value for
ROS_DOMAIN_ID. THIS IS NOT CURRENTLY WORKING.
-
Use ZENOH. We specify what should be communicated between agents. All agents
have different ROS_DOMAIN_ID or ROS_LOCALHOST_ONLY set to 1.
-
Use JSON coding of messages and send the encoded message between agents using an MQTT
broker. All agents will have different value for ROS_DOMAIN_ID.
We want to minimize the regular communication between agents. One
special proble is /tf so we will soon change the code here to use /ns/tf for the tf.
special proble
m
is /tf so we will soon change the code here to use /ns/tf for the tf.
## Issues
...
...
@@ -25,8 +28,15 @@ special proble is /tf so we will soon change the code here to use /ns/tf for the
## ROS2
Set the environment variable TST_REMOTE_TRANSPORT to ros.
No topics should be sent regularly between agents using ROS2.
This is currently not implemented.
## ZENOH
Set the environment variable TST_REMOTE_TRANSPORT to zenoh.
## JSON and MQTT Broker
...
...
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