correction robots var
This commit is contained in:
parent
fcc26231a1
commit
ef4f4e23e6
|
@ -73,9 +73,9 @@ namespace rosbzz_node{
|
||||||
multi_msg=true;
|
multi_msg=true;
|
||||||
}
|
}
|
||||||
/*Set ROBOTS variable for barrier in .bzz from neighbours count*/
|
/*Set ROBOTS variable for barrier in .bzz from neighbours count*/
|
||||||
buzz_utility::set_robot_var(neighbours_pos_map.size()+1);
|
buzz_utility::set_robot_var(raw_neighbours_pos_map.size()+1);
|
||||||
/*Set no of robots for updates*/
|
/*Set no of robots for updates*/
|
||||||
updates_set_robots(neighbours_pos_map.size()+1);
|
updates_set_robots(raw_neighbours_pos_map.size()+1);
|
||||||
/*run once*/
|
/*run once*/
|
||||||
ros::spinOnce();
|
ros::spinOnce();
|
||||||
/*loop rate of ros*/
|
/*loop rate of ros*/
|
||||||
|
|
Loading…
Reference in New Issue