Revert debug stuff from field in main.bzz
This commit is contained in:
parent
92f7a8d1e6
commit
e5e7500b20
|
@ -10,8 +10,7 @@ include "utils/takeoff_heights.bzz"
|
||||||
|
|
||||||
#State launched after takeoff
|
#State launched after takeoff
|
||||||
|
|
||||||
#AUTO_LAUNCH_STATE = "TASK_ALLOCATE"
|
AUTO_LAUNCH_STATE = "TASK_ALLOCATE"
|
||||||
AUTO_LAUNCH_STATE = "IDLE"
|
|
||||||
TARGET = 9.0
|
TARGET = 9.0
|
||||||
EPSILON = 30.0
|
EPSILON = 30.0
|
||||||
ROOT_ID = 3
|
ROOT_ID = 3
|
||||||
|
@ -38,7 +37,7 @@ function init() {
|
||||||
# initGraph()
|
# initGraph()
|
||||||
|
|
||||||
TARGET_ALTITUDE = takeoff_heights[id]
|
TARGET_ALTITUDE = takeoff_heights[id]
|
||||||
log("----------------------->alt",TARGET_ALTITUDE)
|
|
||||||
# start the swarm command listener
|
# start the swarm command listener
|
||||||
nei_cmd_listen()
|
nei_cmd_listen()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue