SwarmBox v0.3.0 #9
leeminki02
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Key Feature Update: Default Multi-layered DDS Architecture
Now SwarmBox supports a multi-layered DDS configuration as the default.
This separates DDS Domains as follows:
ROS_DOMAIN_ID=0dds_port=8888ROS_DOMAIN_ID=$(10+drone_id)(confined tolocalhostto optimize bandwidth)dds_port=$(8888+10+drone_id)We hope this change can significantly reduce the network burden (e.g., DDS discovery storm) and therefore support larger swarming scales out-of-the-(Swarm)Box. 😏
What's Changed
Full Changelog: v0.2.0...v0.3.0
This discussion was created from the release SwarmBox v0.3.0.
Beta Was this translation helpful? Give feedback.
All reactions