- Apr 04, 2018
-
-
DanielePettenuzzo authored
-
- Mar 28, 2018
-
-
Phillip Kocmoud authored
-
- Mar 26, 2018
-
-
ksschwabe authored
* Lists ROMFS files explicity instead of using GLOB_RECURSE Previously, when ROMFS files that were not airframes were touched, the ROMFS would not be rebuilt. The ROMFS files are now specified explicityl in a CMakeLists.txt file that is located in the root ROMFS directory. Now when one of the ROMFS files is touched the whole ROMFS is rebuilt. When new files are added to the ROMFS, they need to be explicity added to the CMakeLists in the ROMFS root directory. * ROMFS: adds individual CMakeLists files in each subdirectory Also moves the temporary ROMFS build directory to ${PX4_BINARY_DIR}/ROMFS/genromfs so that the cmake_install.cmake files and the CMakeFiles directories (generated whenever are not add_subdirectory() is called) are not generated in the temporary ROMFS directory from which the ROMFS binary is created. * cmake ROMFS generate add px4_add_romfs_files function * ROMFS CMakeLists: adds explanatory comment to px4_add_romfs_files function * ROMFS CMakeLists: updates copyright headers
-
- Mar 22, 2018
-
-
Martin Trgina authored
* Adding pwm_out_sim * pwm_out_sim driver will be by default part of Aero FC PX4 Nuttx drivers * tap_esc is off when SYS_HITL 1
-
- Mar 21, 2018
-
-
Daniel Agar authored
-
Roman authored
- need to make some flash space for fmuv2 to avoid user confusion about why it wind estimator only runs on some platforms Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
- increase the minimum pwm value for multirotor mode since we experienced the rear motor stalling in certain situations when throttle was low Signed-off-by:
Roman <bapstroman@gmail.com>
-
- Mar 15, 2018
-
-
Kabir Mohammed authored
-
Matthias Grob authored
Because the parameter does not make sense from a control theory perspective. Either you have a gain with the unit 1/s or an inverse gain or time constant with the unit s. But the time constant parameter was neither bound to any exact unit nor did it apply instead of a gain. Rather it adjusted multiple gains from rate and attitude control according to an arbitrary scale. This can only by accident lead to good tuning.
-
- Mar 12, 2018
-
-
Beat Küng authored
-
Daniel Agar authored
-
- Mar 11, 2018
-
-
Mohammed Kabir authored
-
- Mar 07, 2018
-
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
- Mar 06, 2018
-
-
Daniel Agar authored
-
- Mar 05, 2018
-
-
Roman authored
- this makes sure that all motors are idling in mc mode. having this too low can lead to a motor stopping in flight which is critical for attitude control - experienced loss of attitude control in RTL during descent prior to this change Signed-off-by:
Roman <bapstroman@gmail.com>
-
- Mar 04, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
- move to ModuleBase - strip down to PWM 8 and 16 modes only - remove all dead code - implement missing pwm ioctls (current value, rates, etc) - default rate 50Hz -> 400Hz
-
- Mar 01, 2018
-
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
- Feb 22, 2018
-
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
- Feb 17, 2018
-
-
Daniel Agar authored
- fixes #8903
-
- Feb 16, 2018
-
-
Beat Küng authored
-
- Feb 14, 2018
-
-
Roman authored
- simulated tailsitter needs a virtual elevator since we cannot simulate elevons yet (liftDrag plugin does not model longitudinal moment Cm) Signed-off-by:
Roman <bapstroman@gmail.com>
-
acfloria authored
-
- Feb 13, 2018
-
-
Phillip Kocmoud authored
This change allows the LIS3MDL based GPS magnetometers to autostart on the mRo x2.1.
-
- Feb 09, 2018
-
-
Daniel Agar authored
- fixes #8858
-
Daniel Agar authored
-
- Feb 08, 2018
-
-
Beat Küng authored
-
Haukanes authored
-
José Roberto de Souza authored
-
José Roberto de Souza authored
More information: https://leddartech.com/modules/leddarone/
-
- Jan 31, 2018
-
-
ChristophTobler authored
disable mavlink on aero telemetry if tfmini enabled and start on mavlink companion device for others (needs SYS_COMPANION to be 0)
-
- Jan 29, 2018
-
-
Simone Guscetti authored
- Start tone_alrm driver after uorb - Replace tone_alarm $TUNE_ERR with tune_control play -m ${TUNE_ERR} - TUNE_ERR is a string
-
- Jan 27, 2018
-
-
ChristophTobler authored
-
ChristophTobler authored
-
ChristophTobler authored
Comment was a contradiction
-
- Jan 16, 2018
-
-
Julien Lecoeur authored
The geometry was previously quad_deadcat in which front motors are closer to CG and thus more loaded in hover. quad_wide is the same geometry as quad_deadcat except the CG is centered so all motors are loaded equally. Flight logs on IRIS with deadcat mixer showed that - all motors are equally loaded during hover (actuator_outputs 0 to 3 have similar values) - a negative pitch offset is building up soon after takeoff (visible in actuator_controls)
-
- Jan 10, 2018