Skip to content

Commit

Permalink
RgbdCameraSensor: add missing include (#464)
Browse files Browse the repository at this point in the history
Include gz/msgs/PointCloudPackedUtils.hh for
gz::msgs::InitPointCloudPacked.

DepthCameraSensor and GpuLidarSensor also use
InitPointCloudPacked so include the header there too.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Aug 26, 2024
1 parent f2fe577 commit f6b4ba0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/DepthCameraSensor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <gz/math/Angle.hh>
#include <gz/math/Helpers.hh>

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

Expand Down
1 change: 1 addition & 0 deletions src/GpuLidarSensor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

#include <gz/common/Console.hh>
#include <gz/common/Profiler.hh>
#include <gz/msgs/PointCloudPackedUtils.hh>
#include <gz/msgs/Utility.hh>
#include <gz/transport/Node.hh>

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

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

Expand Down

0 comments on commit f6b4ba0

Please sign in to comment.