Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Feb 24, 2023
1 parent b7ecaa5 commit 544534c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/BoundingBoxCameraSensor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ bool BoundingBoxCameraSensor::Load(const sdf::Sensor &_sdf)

if (this->dataPtr->triggerTopic.empty())
{
gzerr << "Invalid trigger topic name [" <<
gzerr << "Invalid trigger topic name [" <<
this->dataPtr->triggerTopic << "]" << std::endl;
return false;
}
Expand Down
4 changes: 2 additions & 2 deletions test/integration/triggered_boundingbox_camera.cc
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ void TriggeredBoundingBoxCameraTest::BoxesWithBuiltinSDF(

std::string type = sdfSensor.TypeStr();
EXPECT_EQ(type, "boundingbox_camera");

gz::sensors::BoundingBoxCameraSensor *sensor =
mgr.CreateSensor<gz::sensors::BoundingBoxCameraSensor>(sdfSensor);
ASSERT_NE(sensor, nullptr);
Expand Down Expand Up @@ -217,7 +217,7 @@ TEST_P(TriggeredBoundingBoxCameraTest, BoxesWithBuiltinSDF)
BoxesWithBuiltinSDF(GetParam());
}

INSTANTIATE_TEST_SUITE_P(BoundingBoxCameraSensor,
INSTANTIATE_TEST_SUITE_P(BoundingBoxCameraSensor,
TriggeredBoundingBoxCameraTest,
RENDER_ENGINE_VALUES, gz::rendering::PrintToStringParam());

Expand Down

0 comments on commit 544534c

Please sign in to comment.