-
Notifications
You must be signed in to change notification settings - Fork 17.5k
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
Plane: handle guided path requests in GUIDED mode #26328
base: master
Are you sure you want to change the base?
Plane: handle guided path requests in GUIDED mode #26328
Commits on Oct 28, 2024
-
AP_Navigation: add method update_path
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a92238 - Browse repository at this point
Copy the full SHA 3a92238View commit details -
AP_L1_Control: add method update_path
- Implement method update_path - Update comment - Reduce look-ahead distance in update_path Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b0fc5f - Browse repository at this point
Copy the full SHA 7b0fc5fView commit details -
AP_L1_Control: disable loiter radius scaling in guided path navigation
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58cab18 - Browse repository at this point
Copy the full SHA 58cab18View commit details -
Plane: add guided path navigation
- Add guided path sub-mode - Extend handling of SET_POSITION_TARGET_GLOBAL_INT to include path guidance - Check for non-zero velocity and acceleration - Calculate path curvature and direction - Force update of adjust_altitude_target. - Remove duplicate check for guided mode. Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8ec3e3 - Browse repository at this point
Copy the full SHA f8ec3e3View commit details -
Plane: update type mask comparisons in set_position_global handler
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40b26cc - Browse repository at this point
Copy the full SHA 40b26ccView commit details -
AP_Navigation: rename position variable to location_on_path
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51e2704 - Browse repository at this point
Copy the full SHA 51e2704View commit details -
AP_L1_Control: rename position variable to location_on_path
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4035ead - Browse repository at this point
Copy the full SHA 4035eadView commit details -
Plane: rename position variable to location_on_path
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4b99e9 - Browse repository at this point
Copy the full SHA d4b99e9View commit details -
AP_Navigation: make unit_path_tangent const reference
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa9055e - Browse repository at this point
Copy the full SHA fa9055eView commit details -
AP_L1_Control: make unit_path_tangent const reference
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 172ddf0 - Browse repository at this point
Copy the full SHA 172ddf0View commit details -
Plane: make unit_path_tangent const reference
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abc040c - Browse repository at this point
Copy the full SHA abc040cView commit details -
AP_Navigation: rename path guidance function to
follow_path
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8a6792 - Browse repository at this point
Copy the full SHA c8a6792View commit details -
AP_L1_Control: rename path guidance function to
follow_path
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 243fa00 - Browse repository at this point
Copy the full SHA 243fa00View commit details -
Plane: rename path guidance function to
follow_path
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf74dab - Browse repository at this point
Copy the full SHA cf74dabView commit details -
Plane: make location_on_path const reference in handle_guided_path
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e75916 - Browse repository at this point
Copy the full SHA 1e75916View commit details -
Plane: use brace initialiser for Vector2f
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3373fa6 - Browse repository at this point
Copy the full SHA 3373fa6View commit details -
Plane: make local variables that don't change const
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a78315 - Browse repository at this point
Copy the full SHA 7a78315View commit details -
Plane: used standard code style for initialising local floats and bools
Signed-off-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8baaac6 - Browse repository at this point
Copy the full SHA 8baaac6View commit details -
AP_L1_Control: Remove false setter in header
* Save flash Signed-off-by: Ryan Friedman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f84d94 - Browse repository at this point
Copy the full SHA 5f84d94View commit details -
GCS_Mavlink: Use early return to reduce indent
Signed-off-by: Ryan Friedman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1061192 - Browse repository at this point
Copy the full SHA 1061192View commit details -
AP_L1_Control: Use is_positive
Avoid !is_zero
Configuration menu - View commit details
-
Copy full SHA for bce81f7 - Browse repository at this point
Copy the full SHA bce81f7View commit details