Skip to content

Commit

Permalink
Fix one more comment
Browse files Browse the repository at this point in the history
Signed-off-by: Shameek Ganguly <[email protected]>
  • Loading branch information
shameekganguly committed Oct 2, 2023
1 parent 5401be9 commit 868f988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/DepthCameraSensor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <gz/math/Helpers.hh>

#include <gz/msgs/Utility.hh>
#include <gz/rendering/Utils.hh>
#include <gz/transport/Node.hh>

#include "gz/sensors/DepthCameraSensor.hh"
Expand All @@ -38,8 +39,6 @@
#include "gz/sensors/ImageNoise.hh"
#include "gz/sensors/RenderingEvents.hh"

#include "gz/rendering/Utils.hh"

#include "CameraSensorUtil.hh"
#include "PointCloudUtil.hh"

Expand Down
3 changes: 1 addition & 2 deletions src/RgbdCameraSensor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <gz/rendering/DepthCamera.hh>

#include <gz/msgs/Utility.hh>
#include <gz/rendering/Utils.hh>
#include <gz/transport/Node.hh>

#include <sdf/Sensor.hh>
Expand All @@ -36,8 +37,6 @@
#include "gz/sensors/RenderingEvents.hh"
#include "gz/sensors/SensorFactory.hh"

#include "gz/rendering/Utils.hh"

#include "CameraSensorUtil.hh"
#include "PointCloudUtil.hh"

Expand Down

0 comments on commit 868f988

Please sign in to comment.