-
Notifications
You must be signed in to change notification settings - Fork 13.6k
New issue
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
Cosmetic changes to navigator_params #14065
Cosmetic changes to navigator_params #14065
Conversation
As per suggestion.
@@ -128,28 +128,24 @@ PARAM_DEFINE_FLOAT(NAV_MC_ALT_RAD, 0.8f); | |||
PARAM_DEFINE_INT32(NAV_TRAFF_AVOID, 1); | |||
|
|||
/** | |||
* Set NAV TRAFFIC AVOID RADIUS MANNED | |||
* Set avoidance radius/distance for manned vehicles (ADS-B/FLARM). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could perhaps change these to
Set ADS-B/FLARM avoidance radius.
and
Set UTM avoidance radius.
The extended description covers the detail.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no opinion on the optimal solution
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
Closing because the source branch disappeared (which chokes Jenkins). |
As per @hamishwillee suggestion from this PR: #13159 .
Maybe we should add, that Unmanned collision avoidance is ONLY and ALWAYS triggered if a UTM_Globalposition message is received.
Eg. the Two Failure Cases:
-Manned aviation that sends UTM_Global_position is detected (as Unmanned)
If it has both Mavlink and ADSB it will be received twice.
-Unmanned aviation that does not send UTM_Global_position is not.
(UTM_Global_Position also needs to be received by mavlink on the Drone)
#13159