Skip to content

Conversation

civerachb-cpr
Copy link
Contributor

Write the ROS_AUTOMATIC_DISCOVERY_RANGE and ROS_STATIC_PEERS envars to setup.bash

Sample configuration (not necessarily useful, but syntactically valid):

system:
  ros2:
    middleware:
      automatic_discovery_range: subnet  # one of subnet, localhost, system_default, or off
      static_peers:  # array of hostnames and/or IP addresses
        - 192.168.131.1
        - 192.168.131.2
        - 192.168.131.100

result in setup.bash:

export ROS_AUTOMATIC_DISCOVERY_RANGE=SUBNET
export ROS_STATIC_PEERS="192.168.131.1;192.168.131.2;192.168.131.100"

Part of RPSW-2778.

@civerachb-cpr civerachb-cpr requested a review from a team as a code owner September 11, 2025 16:50
@civerachb-cpr civerachb-cpr requested review from roni-kreinin, luis-camero and hilary-luo and removed request for a team and roni-kreinin September 11, 2025 16:50
Copy link

mergify bot commented Sep 11, 2025

🧪 CI Insights

Here's what we observed from your CI run for ca5e313.

🟢 All jobs passed!

But CI Insights is watching 👀

civerachb-cpr added a commit to clearpathrobotics/cpr-documentation that referenced this pull request Sep 15, 2025
@civerachb-cpr civerachb-cpr merged commit 174005f into rc/jazzy/2.8 Sep 30, 2025
3 of 19 checks passed
@civerachb-cpr civerachb-cpr deleted the feature/discovery-range branch September 30, 2025 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants