- Oct 31, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
- fixes CID 139488
-
Daniel Agar authored
- fixes CID 199479
-
Daniel Agar authored
- fixes CID 141890
-
Daniel Agar authored
- fixes CID 139514
-
Daniel Agar authored
- fixes CID 199478
-
- Oct 30, 2017
-
-
sanderux authored
-
sanderux authored
-
davidaroyer authored
-
davidaroyer authored
-
davidaroyer authored
-
davidaroyer authored
-
Daniel Agar authored
-
PX4 Build Bot authored
-
Lorenz Meier authored
The mixer was creating a new class in interrupt context, which is not valid use in NuttX. This change copies the mixer into the buffer and runs the mixer management section of the code outside of interrupt context in the normal task.
-
Daniel Agar authored
- check format first - build on nuttx_px4fmu-v2_default - generate all metadata - stubs for deploying metadata and binaries
-
Paul Riseborough authored
This reverts commit 9fde1925.
-
Paul Riseborough authored
This is a non-functional change that point to a commit on master instead of the merged branch.
-
Paul Riseborough authored
-
Paul Riseborough authored
-
- Oct 29, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Julian Oes authored
The function `mission_item_to_position_setpoint()` is called in `FollowTarget::update_position_sp()`. The nav_cmd is a NAV_CMD_DO_FOLLOW_REPOSITION as set earlier in `set_follow_target_item`. Since `mission_item_to_position_setpointi` returns early because the item presumably contains no position, the lat/lon of the mission_item are not copied over to the position_setpoint and therefore the vehicle will never move in follow me position mode.
-
Julian Oes authored
-
Matthew Dailey authored
-
Matthew Dailey authored
Fixes issue #8178
-
- Oct 27, 2017
-
-
Daniel Agar authored
- use make instead of ninja on OSX for now
-
Daniel Agar authored
-
Beat Küng authored
This reduces memory usage by roughly 100MB on my laptop
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-