- Mar 21, 2018
-
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
work queue Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
- true airspeed innovation and variance - sideslip angle innovation and variance Signed-off-by:
Roman <bapstroman@gmail.com>
-
Karl Schwabe authored
-
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 20, 2018
-
-
sanderux authored
-
- Mar 19, 2018
-
-
Daniel Agar authored
-
Alessandro Simovic authored
Addressing review comments in PR #9096
-
Martina authored
-
Simone Guscetti authored
-
Simone Guscetti authored
This prevents the expanction of the ERROR macro inside the TuneID enum
-
Simone Guscetti authored
-
Simone Guscetti authored
-
Simone Guscetti authored
-
Simone Guscetti authored
-
Simone Guscetti authored
-
Simone Guscetti authored
-
Simone Guscetti authored
-
Simone Guscetti authored
This is included in other stm32 architectures in the stm32.h file.
-
Simone Guscetti authored
Change to be coherent with the change on NuttX upstream, in the future STM32_BKP_BASE will be removed. This is using the definition over stm32_rtc.h interface.
-
Beat Küng authored
-
Beat Küng authored
The indexes are directly mapped from MAVLink, thus the actual value is important.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
- Mar 18, 2018
-
-
Shivam Chauhan authored
-
- Mar 16, 2018
-
-
Thomas Stastny authored
-
ksschwabe authored
Adds ability for generate_listener.py to process out-of-tree uORB message definitions as well (#9097)
-
barzanisar authored
-
barzanisar authored
-
barzanisar authored
No need for this since beat's changes in syslink_main.cpp work for connecting crazyflie to QGC. Will open a separate PR for it.
-
barzanisar authored
Discussed in https://github.com/PX4/Firmware/issues/8924
-
- Mar 15, 2018
-
-
AlexKlimaj authored
* Batt_smbus. Added complementary filter to remaining capacity, reversed warning state checks, and added remaining/discharged out of range checks to handle bad battery calibrations * Changed errx to PX4_ERR * Added PX4_ERR returns
-
Kabir Mohammed authored
-
Amir Melzer authored
-
Matthias Grob authored
-
Matthias Grob authored
- On initialization _v_att_sp got filled with zeros leaving invalid quaternions - While not armed mc_pos_control did not publish any attitude setpoint which makes no sense - The attitude control just uses the data in _v_att_sp if it was (ever) updated or not
-
Matthias Grob authored
While operating on exactly normalized float quaternions it can aparently still happen that one of the elements gets just slightly above 1 or below -1 and hence out of the domain of the acosf and asinf functions resulting in NaN. The constrain function uses stricly smaller/bigger comparisons and catches all tested cases.
-