- Jul 15, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Lorenz Meier authored
-
- Jul 13, 2018
-
-
TSC21 authored
-
David Sidrane authored
The __getSync was costing about 16Ms per call. The commit uses a window based approch allowing the SYNC,<results> to be read all at one time. and delaying for programing based on transport time + 1 Ms; THe improvment at 2Mbps is >4 minutes to ~37 seconds
-
Daniel Agar authored
- publish continuously in position control mode when there's a valid setpoint - optionally fill in the velocity and acceleration setpoints when available - fixes #9841
-
Daniel Agar authored
-
Daniel Agar authored
- fixes #9867
-
Beat Küng authored
- There is an assumption un uORB that PX4_F_RDONLY is not 0. - But O_RDONLY is 0 on Linux. orb_exists passes 0 to px4_open, which in uORB::DeviceNode::open leads to an unnecessary allocation of SubscriberData() - PX4_F_RDONLY is only used in combination with px4_open, never with open() However even if it was wrong/unexpected, it did not cause any problems, just the unnecessary allocation.
-
mcsauder authored
-
mcsauder authored
-
mcsauder authored
-
Daniel Agar authored
-
Nuno Marques authored
* uorb_microcdr: msg.cpp.template: update API for how the buffer length is obtained * micrortps_bridge: CMakeLists: temporarily deactivate check endianness option
-
- Jul 12, 2018
-
-
Mark Sauder authored
Move additional logic block to rc.vehicle_setup, add rc.vehicle_setup to init.d/CMakeLists.txt, and relocate sd card logic block higher up in rcS. (#9896)
-
Martina authored
-
Martina authored
-
Martina authored
-
Martina authored
-
Martina authored
-
Martina authored
-
Martina authored
mavlink_messages: refactor to use vehicle_trajectory_waypoint instead of trajectory_waypoint message
-
Martina authored
-
Martina authored
-
Martina authored
points of the trajectory
-
Martina authored
-
Martina authored
nuttx_omnibus-f4sd_default: disable bl_update, wind_estimator, gnd_att_control, gnd_pos_control to save flash
-
Martina authored
-
Martina authored
-
Martina authored
avoidance
-
Martina authored
avoidance
-
Martina authored
-
Martina authored
trajectory_waypoint and trajectory_waypoint_desired
-
Martina authored
obstacle avoidance waypoints
-
Martina authored
in the pos_control and not coming from navigator. Refactor method update_avoidance_waypoint_desired since all waypoints have the same type
-
Martina authored
-
Martina authored
-
Martina authored
code
-
Martina authored
if obstacle avoidance is running
-
Martina authored
to eliminate duplicated code
-