Change the auto launch state
modified: src/rosbuzz/buzz_scripts/main.bzz
This commit is contained in:
parent
835a25c3c5
commit
0c69ad6d78
|
@ -9,7 +9,7 @@ include "timesync.bzz"
|
||||||
include "utils/takeoff_heights.bzz"
|
include "utils/takeoff_heights.bzz"
|
||||||
|
|
||||||
#State launched after takeoff
|
#State launched after takeoff
|
||||||
AUTO_LAUNCH_STATE = "IDLE"
|
AUTO_LAUNCH_STATE = "TASK_ALLOCATE"
|
||||||
#AUTO_LAUNCH_STATE = "CUSFUN"
|
#AUTO_LAUNCH_STATE = "CUSFUN"
|
||||||
#Lowest robot id in the network
|
#Lowest robot id in the network
|
||||||
LOWEST_ROBOT_ID = 0
|
LOWEST_ROBOT_ID = 0
|
||||||
|
|
Loading…
Reference in New Issue