mirror of
https://github.com/modelec/detection_adversaire.git
synced 2026-01-19 00:27:23 +01:00
Rollback failed merge
This commit is contained in:
@@ -308,7 +308,6 @@ void Localization::processPoints(sl_lidar_response_measurement_node_hq_t nodes[N
|
||||
vector<bool> beaconsDetected(3, false);
|
||||
bool proximityAlert = false;
|
||||
bool positionIncorrect = false;
|
||||
pair<int,int> proximityValues = {-1, -1};
|
||||
for (int pos = 0; pos < count; ++pos) {
|
||||
//checking measurement quality
|
||||
if(nodes[pos].quality >> SL_LIDAR_RESP_MEASUREMENT_QUALITY_SHIFT != 0){
|
||||
|
||||
Reference in New Issue
Block a user