17 #ifndef GZ_SENSORS_ENVIRONMENTAL_DATA_HH_
18 #define GZ_SENSORS_ENVIRONMENTAL_DATA_HH_
23 #include <gz/common/DataFrame.hh>
24 #include <gz/math/SphericalCoordinates.hh>
25 #include <gz/math/TimeVaryingVolumetricGrid.hh>
27 #include <gz/sensors/config.hh>
28 #include <gz/sensors/Export.hh>
35 inline namespace GZ_SENSORS_VERSION_NAMESPACE
42 using T = math::InMemoryTimeVaryingVolumetricGrid<double>;
43 using FrameT = common::DataFrame<std::string, T>;
44 using ReferenceT = math::SphericalCoordinates::CoordinateType;
61 bool _ignoreTimeStep =
false);