File wheel_odometry.hpp
Sensor sources - wheel odometry.
-
namespace slamcore
Helper conversion methods
slamcore::ImageFormat \(\leftrightarrow\) BytesPerChannel
Get information about the client library
-
class WheelOdometrySensorInterface
- #include <wheel_odometry.hpp>
Interface to a customer wheel odometry sensor source
Registers a callback to invoke when wheel odometry data becomes available.
Implementers can invoke the registered callbacks in any thread.
-
using CallbackT = std::function<void(std::shared_ptr<const PoseListInterface<odometry_clock>>)>
Public Functions
-
virtual ~WheelOdometrySensorInterface()
-
using CallbackT = std::function<void(std::shared_ptr<const PoseListInterface<odometry_clock>>)>
-
class WheelOdometrySensorInterface