File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1919#include < limits>
2020#include < map>
2121#include < unordered_map>
22+ #include < vector>
2223
2324#include < gz/common/Console.hh>
2425#include < gz/common/Profiler.hh>
2526#include < gz/math/Helpers.hh>
2627#include < gz/msgs/laserscan.pb.h>
28+ #include < gz/math/Vector3.hh>
2729#include < gz/msgs/pointcloud_packed.pb.h>
2830#include < gz/msgs/PointCloudPackedUtils.hh>
2931#include < gz/msgs/Utility.hh>
3032#include < gz/transport/Node.hh>
3133
34+ #include < sdf/Lidar.hh>
35+
3236#include " gz/sensors/CpuLidarSensor.hh"
3337#include " gz/sensors/GaussianNoiseModel.hh"
3438#include " gz/sensors/Noise.hh"
Original file line number Diff line number Diff line change 1616*/
1717
1818#include < cmath>
19+ #include < cstddef>
1920#include < limits>
2021#include < sstream>
22+ #include < string>
2123#include < vector>
2224
2325#include < gtest/gtest.h>
You can’t perform that action at this time.
0 commit comments