We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
If someone sets the ROS_DOMAIN_ID and it doesn't match their DDS_DOMAIN_ID, they can't communicate with the vehicle over DDS
Describe the solution you'd like
In sitl.launch.py , use pymavlink to read the DDS_DOMAIN_ID param, and issue a warning if it doesn't match the environment variable ROS_DOMAIN_ID
sitl.launch.py
Describe alternatives you've considered
The wiki explains this, but people miss it from time to time
Platform [ x ] All [ ] AntennaTracker [ ] Copter [ ] Plane [ ] Rover [ ] Submarine
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature request
Is your feature request related to a problem? Please describe.
If someone sets the ROS_DOMAIN_ID and it doesn't match their DDS_DOMAIN_ID, they can't communicate with the vehicle over DDS
Describe the solution you'd like
In
sitl.launch.py
, use pymavlink to read the DDS_DOMAIN_ID param, and issue a warning if it doesn't match the environment variable ROS_DOMAIN_IDDescribe alternatives you've considered
The wiki explains this, but people miss it from time to time
Platform
[ x ] All
[ ] AntennaTracker
[ ] Copter
[ ] Plane
[ ] Rover
[ ] Submarine
Additional context
The text was updated successfully, but these errors were encountered: