Skip to content

Commit baf3efe

Browse files
committed
Revert temporary changes to sensor_fusion.cpp
1 parent 75eeb04 commit baf3efe

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/software/sensor_fusion/sensor_fusion.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ void SensorFusion::updateWorld(const SSLProto::SSL_WrapperPacket& packet)
100100

101101
updateWorld(packet.detection());
102102

103-
// LOG(WARNING) << "ROBOTS DETECTED: "<< packet.detection().robots_blue().size();
104103
if (!ball && (packet.detection().robots_blue().size() != 0 ||
105104
packet.detection().robots_yellow().size() != 0))
106105
{
@@ -365,7 +364,6 @@ Team SensorFusion::createFriendlyTeam(const std::vector<RobotDetection>& robot_d
365364
{
366365
Team new_friendly_team = friendly_team_filter.getFilteredData(
367366
friendly_team, robot_detections, friendly_robot_id_with_ball_in_dribbler);
368-
369367
return new_friendly_team;
370368
}
371369

0 commit comments

Comments
 (0)