spinner sync
This commit is contained in:
parent
80fd376a8c
commit
0eb07f973d
|
@ -227,10 +227,10 @@ void roscontroller::RosControllerRun()
|
||||||
const uint8_t shrt_id= 0xFF;
|
const uint8_t shrt_id= 0xFF;
|
||||||
float result;
|
float result;
|
||||||
|
|
||||||
if ( GetFilteredPacketLoss(shrt_id, result) )
|
// if ( GetFilteredPacketLoss(shrt_id, result) )
|
||||||
log<<result<<",";
|
// log<<result<<",";
|
||||||
else
|
// else
|
||||||
log<<"0,";
|
// log<<"0,";
|
||||||
/*Neighbours of the robot published with id in respective topic*/
|
/*Neighbours of the robot published with id in respective topic*/
|
||||||
neighbours_pos_publisher();
|
neighbours_pos_publisher();
|
||||||
send_MPpayload();
|
send_MPpayload();
|
||||||
|
|
Loading…
Reference in New Issue