mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 05:42:49 +08:00
[navigation] Fix unwanted horizontal control state (#1609)
This commit is contained in:
committed by
Felix Ruess
parent
f326ca5b27
commit
525ea114bc
@@ -409,7 +409,6 @@ void nav_init_stage(void)
|
|||||||
VECT3_COPY(nav_last_point, *stateGetPositionEnu_i());
|
VECT3_COPY(nav_last_point, *stateGetPositionEnu_i());
|
||||||
stage_time = 0;
|
stage_time = 0;
|
||||||
nav_circle_radians = 0;
|
nav_circle_radians = 0;
|
||||||
horizontal_mode = HORIZONTAL_MODE_WAYPOINT;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user