Skip to content

Commit

Permalink
Initialize acoustic perception score.
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero committed Oct 13, 2023
1 parent f5667af commit ef40d67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vrx_gz/src/AcousticPerceptionScoringPlugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ void AcousticPerceptionScoringPlugin::Configure(const sim::Entity &_entity,
gzerr << "Error creating visual marker" << std::endl;
}
}

this->SetScore(this->remainingTime().count());
}

//////////////////////////////////////////////////
Expand Down

0 comments on commit ef40d67

Please sign in to comment.