- Jul 12, 2018
-
-
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
-
Daniel Agar authored
-
mcsauder authored
-
- Jul 11, 2018
-
-
mcsauder authored
-
Thomas Stastny authored
-
Thomas Stastny authored
-
- Jul 10, 2018
-
-
Beat Küng authored
- do not configure RSSI GPIO pin - disable serial console on UART4
-
Beat Küng authored
Can be used to avoid auto-detection. Strangely on the Omnibus via UART4, the auto-detection for single-wire S.Port did not work when connecting via battery (it works via USB) - S.Port got detected instead. Might be a board-specific issue.
-