-
Updated
Dec 1, 2020 - Go
uav
Here are 374 public repositories matching this topic...
-
Updated
Dec 3, 2020 - C++
There seems to be some issues with the landing function in ./software/px4_mavros_scripts/1_px4_mavros_offboard_controller/commander.py.
To do:
- Test the land function and report if it works well.
- Fix if there is an issue.
Help with Testing
-
Updated
Nov 23, 2020 - C++
-
Updated
Nov 16, 2020 - Java
-
Updated
Dec 3, 2020 - C++
-
Updated
Nov 13, 2020 - C++
-
Updated
Nov 30, 2017 - C
-
Updated
Sep 13, 2020 - MATLAB
-
Updated
Apr 3, 2020 - C
-
Updated
Jul 4, 2019 - C
-
Updated
Aug 26, 2020 - C
-
Updated
Dec 2, 2020 - JavaScript
-
Updated
Sep 30, 2020 - Python
-
Updated
Dec 2, 2020 - C++
-
Updated
Nov 19, 2020 - Lua
-
Updated
Sep 5, 2019 - C
-
Updated
Nov 27, 2020 - C++
-
Updated
May 11, 2020
Improve this page
Add a description, image, and links to the uav topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the uav topic, visit your repo's landing page and select "manage topics."
Mode::get_pilot_desired_heading_and_speed() directly takes the steering and throttle input from the RC object instead of using Mode::get_pilot_input(). This means simple mode will not work correctly with two paddle input.
This should be quite a straightforward fix it just needs to be tested afterwards to be sure the fix is correct.