- Jul 12, 2018
-
-
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
-
Martina authored
trajectory_waypoint
-
Martina authored
-
Martina authored
-
Martina authored
-
Martina authored
-
Martina authored
-
Martina authored
waypoint to the obstacle avoidance module
-
Martina authored
obstacle avoidance
-
Martina authored
waypoint
-
Martina authored
obstacle avoidance
-
Martina authored
obstacle avoidance module
-
Martina authored
-
Martina authored
-
Martina authored
uORB trajectory_waypoint as input path to a obstacle avoidance node
-
Martina authored
trajectory_waypoint or trajectory_bezier depending on the mav trajectory representation type
-
Martina authored
-
ChristophTobler authored
-
Beat Küng authored
- reorders operations, such that the most expensive one (orb_copy) is done only when really needed. - corner case: when the topic was not advertised yet, orb_stat() would fail and then update() was called, which succeeds for the first advertisement. In that case the timestamp was incorrectly set to 0 and true was returned. The next call would again return true, because the timestamp was updated, but the topic data was still the same. Reduces CPU load by ~2% on a Pixracer.
-
Mark Sauder authored
-