ROSBuzz_MISTLab/buzz_scripts/include/update.bzz
2017-07-05 22:57:21 -04:00

9 lines
417 B
Plaintext

####################################################################################################
# Updater related
# This should be here for the updater to work, changing position of code will crash the updater
####################################################################################################
updated="update_ack"
update_no=0
function updated_neigh(){
neighbors.broadcast(updated, update_no)
}