Skip to content

Commit

Permalink
systemtests: use non-default domain id
Browse files Browse the repository at this point in the history
This should avoid interference with systemtests running on the same machine as flight tests
  • Loading branch information
whoenig committed Jan 27, 2024
1 parent 74839dc commit 762672a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/systemtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
source /opt/ros/humble/setup.bash
. install/local_setup.bash
export ROS_LOCALHOST_ONLY=1
export ROS_DOMAIN_ID=99
python3 src/crazyswarm2/systemtests/test_flights.py
- name: Upload files
Expand Down

0 comments on commit 762672a

Please sign in to comment.