ROSBuzz_MISTLab/buzz_scripts/include/update.bzz

9 lines
417 B
Plaintext
Raw Normal View History

2017-06-16 20:31:54 -03:00
####################################################################################################
# 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)
}