- Oct 17, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Matthias Grob authored
mc_att_control: defualt parameters set maximal acro rates to 2/1.5 turns per second for roll,pitch/yaw
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
mc_att_control: use expo input for acro mode to allow for high input rates without loosing input sensitivity
-
Beat Küng authored
we're out of flash again :/
-
Beat Küng authored
The board id was used as flight id which does not make sense.
-
Beat Küng authored
-
Beat Küng authored
arming_state_changed was not set in all places where an arming transition occurred, for example when calling arm_disarm() from auto-disarm. We did not notice because the state is published with at least 5 Hz already.
-
- Oct 16, 2017
-
-
José Roberto de Souza authored
The size in g_per_item_size[item] is the real struct size + DM_SECTOR_HDR_SIZE bytes of header and the backend functions were not taking in care it. So a call to dm_write() with more bytes than the real struct is allowed, causing corruption in the header of the next item. Kudos to jeonghwan-lee for finding it. https://github.com/PX4/Firmware/issues/7927
-
Luís Felipe Strano Moraes authored
Adding Sugnan Prabhu as maintainer for Intel Aero. With great power comes great responsibility!
-
- Oct 15, 2017
- Oct 14, 2017
- Oct 13, 2017
-
-
Julian Oes authored
DroneCore uses the attitude quaternion, and not the attitude Euler angles.
-
Julian Oes authored
The gimbal attitude is required by DroneCore.
-
Julian Oes authored
-
Beat Küng authored
-
Daniel Agar authored
-
- Oct 12, 2017
-
-
Beat Küng authored
-
Beat Küng authored
-
acfloria authored
-
acfloria authored
-
acfloria authored
-
Lucas De Marchi authored
-
Lucas De Marchi authored
aerofc-v1 uses a STM32F429V not STM32F427V.
-
Lucas De Marchi authored
There was and extra "nuttx" dir: cp: cannot stat '/home/lucas/p/dronecode/PX4/Firmware/build/aerofc-v1_default/NuttX/nuttx/nuttx/.config': No such file or directory FAILED: NuttX/CMakeFiles/menuconfig And the board fixup being executed from the wrong working directory: nuttx-configs/aerofc-v1/nsh/defconfig fatal: Path 'nuttx-configs/aerofc-v1/nsh/defconfig' does not exist in 'HEAD'
-
Beat Küng authored
- initialize rc lost with true - refactor for simpler downstream code-plugin - allow for the addition of different binding commands - fix st24 RC lost logic
-
- Oct 11, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Dennis Mannhart authored
-
Dave Royer authored
-
Sugnan Prabhu authored
Signed-off-by:
Sugnan Prabhu S <sugnan.prabhu.s@intel.com>
-
Beat Küng authored
The config mode uses high rates for many streams, leading to high CPU usage (9-10% for the mavlink sender). The normal mode contains almost the same set of messages but at lower rates. This reduces the CPU load on a Pixracer by 3-4%.
-