robots variable fix
This commit is contained in:
parent
7499d59834
commit
4aa8e36eb3
|
@ -673,7 +673,7 @@ namespace rosbzz_node{
|
|||
}
|
||||
}
|
||||
}
|
||||
if(odd_count>count_robots.current){
|
||||
if(odd_count>current_count){
|
||||
count_robots.current=odd_val;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue