- Oct 20, 2018
-
-
dakejahl authored
-
- Oct 17, 2018
-
-
Daniel Agar authored
- start mavlink on network by default (port 14570) - start mavlink for TX2 companion by default
-
- Oct 16, 2018
-
-
Friedrich Beckmann authored
The PX4BuildBot extracted the comments from the lines following the class line which says "Plane" as the class. To avoid the confusion for the bot I moved the comment further down.
-
- Oct 15, 2018
-
-
Mark Sauder authored
-
fredowski authored
* The X-UAV Mini Talon airframe with the new type Plane V-Tail uses the new AAVVTWFF_vtail mixer. The new mixer is derived from the AAVVTWFF mixer and is a generic V-Tail mixer. I left the flaps and wheel although there are no flaps and wheels on the mini talon to keep it generic. The airframe configuration is derived from the Albatross A-Tail.
-
- Oct 04, 2018
- Sep 27, 2018
-
-
Beat Küng authored
This uses the systems default shell: - Ubuntu: dash - Fedora: bash Since bash is invoked via /bin/sh, it operates in POSIX mode: https://tiswww.case.edu/php/chet/bash/POSIX - remove '# Ignore the expand_aliases command in zshell.' Not needed because the shell operates in POSIX mode - [[ is bashism -> use [ - autostart_files=( $autostart_file_match ) is not supported in dash, so use 'ls' - shellcheck runs the dash flavor, since dash is a minimalistic shell. Tested on dash & bash.
-
Beat Küng authored
- NuttX supports both versions - POSIX shell only supports '='
-
- Sep 26, 2018
-
-
David Sidrane authored
-
- Sep 25, 2018
-
-
Beat Küng authored
-
mcsauder authored
-
Daniel Agar authored
-
Beat Küng authored
This is because NuttX uses a different assignment for variables.
-
Beat Küng authored
Replaced with the more generic serial config params. rc.mavlink contains automatic transition support that can be removed after the next release.
-
Beat Küng authored
Replaced with the more general serial config params.
-
Beat Küng authored
-
Beat Küng authored
- only a few configs done yet
-
- Sep 21, 2018
-
-
mcsauder authored
-
Kunal Shah authored
-
- Sep 19, 2018
-
-
mcsauder authored
Modify 500001_axialracing_ax10 to utilize rc.ugv_defaults to allow deprecating rc.axialracing_ax10_apps and rc.axialracing_ax10_defaults and update CMakeLists.txt.
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
mcsauder authored
-
mcsauder authored
Remove logic from rc.vehicle_setup that resulted in redundantly setting the MAV_TYPE to the same initial default value set within the script.
-
mcsauder authored
Alphabetize vehicle type logic block order and Update param set MAV_TYPE logic to only set the parameter if no MAV_TYPE was previously set.
-
- Sep 18, 2018
-
-
Daniel Agar authored
- remove all platform defines
-
TSC21 authored
-
mcsauder authored
Updated rc.vtol_defaults to correct PWM_AUX behavior for VTOL airframes. Added PWM_AUX_RATE to rc.vtol_default and set parameters directly instead of environment variables.
-
- Sep 17, 2018
-
-
David Sidrane authored
-
bresch authored
-
Daniel Agar authored
-
- Sep 14, 2018
-
-
Beat Küng authored
This allows a simple-to-use bootloader update mechanism to switch from fmu-v2 to fmu-v3 target that has more flash.
-
- Sep 06, 2018
-
-
mcsauder authored
Added an imu heater driver, formatted whitespace, standardized comments, and added doxy documentation.
-
- Sep 04, 2018
-
-
mcsauder authored
Edit the init.d-posix files to set MAV_TYPE script variables, and alphabetize lists in a few places.
-
mcsauder authored
Set parameters directly rather than script variables in VTOL airframe config files and alphabetize lists.
-
fredowski authored
Starting with cmake version 3.12 the cmake -E copy_directory command fails if the source directory does not exist. This results in a build failure. This fix creates the source directory before the copy which does not harm if the source directory exists. Closes: #10368
-
- Aug 30, 2018
-
-
David Sidrane authored
-
David Sidrane authored
On FW with a px4io bin file, but not a px4io do not error Use tune control and have all paths in rcS indicate tunes
-
David Sidrane authored
-
David Sidrane authored
-