17 #ifndef GZ_MATH_DIFFDRIVEODOMETRY_HH_
18 #define GZ_MATH_DIFFDRIVEODOMETRY_HH_
22 #include <gz/math/Export.hh>
23 #include <gz/math/config.hh>
24 #include <gz/utils/ImplPtr.hh>
32 inline namespace GZ_MATH_VERSION_NAMESPACE {
84 public:
void Init(
const clock::time_point &_time);
97 const clock::time_point &_time);
105 public:
double X()
const;
109 public:
double Y()
const;
124 double _leftWheelRadius,
125 double _rightWheelRadius);
132 GZ_UTILS_IMPL_PTR(dataPtr)