We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75eeb04 commit baf3efeCopy full SHA for baf3efe
1 file changed
src/software/sensor_fusion/sensor_fusion.cpp
@@ -100,7 +100,6 @@ void SensorFusion::updateWorld(const SSLProto::SSL_WrapperPacket& packet)
100
101
updateWorld(packet.detection());
102
103
- // LOG(WARNING) << "ROBOTS DETECTED: "<< packet.detection().robots_blue().size();
104
if (!ball && (packet.detection().robots_blue().size() != 0 ||
105
packet.detection().robots_yellow().size() != 0))
106
{
@@ -365,7 +364,6 @@ Team SensorFusion::createFriendlyTeam(const std::vector<RobotDetection>& robot_d
365
364
366
Team new_friendly_team = friendly_team_filter.getFilteredData(
367
friendly_team, robot_detections, friendly_robot_id_with_ball_in_dribbler);
368
-
369
return new_friendly_team;
370
}
371
0 commit comments