Skip to content

Commit

Permalink
Fix headers
Browse files Browse the repository at this point in the history
Signed-off-by: Shameek Ganguly <[email protected]>
  • Loading branch information
shameekganguly committed Sep 30, 2023
1 parent a095327 commit 0e338b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/DepthCameraSensor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,16 @@
#include <gz/msgs/Utility.hh>
#include <gz/transport/Node.hh>

#include "CameraSensorUtil.hh"
#include "gz/sensors/DepthCameraSensor.hh"
#include "gz/sensors/Manager.hh"
#include "gz/sensors/SensorFactory.hh"
#include "gz/sensors/ImageGaussianNoiseModel.hh"
#include "gz/sensors/ImageNoise.hh"
#include "gz/sensors/RenderingEvents.hh"

#include "gz/rendering/Utils.hh"

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

// undefine near and far macros from windows.h
Expand Down
4 changes: 3 additions & 1 deletion src/RgbdCameraSensor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@

#include <sdf/Sensor.hh>

#include "CameraSensorUtil.hh"
#include "gz/sensors/ImageGaussianNoiseModel.hh"
#include "gz/sensors/ImageNoise.hh"
#include "gz/sensors/RgbdCameraSensor.hh"
#include "gz/sensors/RenderingEvents.hh"
#include "gz/sensors/SensorFactory.hh"

#include "gz/rendering/Utils.hh"

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

/// \brief Private data for RgbdCameraSensor
Expand Down

0 comments on commit 0e338b3

Please sign in to comment.