- Oct 18, 2017
-
-
Beat Küng authored
flight review now uses vehicle_status & manual_control_setpoint
-
Beat Küng authored
to avoid dynamic memory allocations & frees (specifically in orb_exists)
-
Beat Küng authored
-
Beat Küng authored
If logger is started very early, orb_exists() will fail for a lot of topics, they will be advertised within the next few seconds. Logger already dynamically adds subscriptions during logging, but if we do that before as well, we'll avoid any delays and having to subscribe to a lot of topics all at once.
-
Beat Küng authored
To keep track of the configured interval, we store it as negative file descriptor, until we do the subscription. This frees up a considerable amount of file descriptors in most use-cases.
-
Beat Küng authored
-
Beat Küng authored
Existing users of orb_exists: - logger (dynamic subscribe to multi-instances) - mavlink (orb subscription) - sdlog2 - preflightcheck (check for home_position) - wait_for_topic shell command (it's not used) - orb_group_count() (sensors: dynamic sensor addition) All use-cases benefit from the changed semantics: they are really only interested if there is a publisher, not another subscriber.
-
- Oct 17, 2017
-
-
Daniel Agar authored
-
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'
-