Struct StateEstimationSmoother::State
Defined in File StateEstimationSmoother.h
Nested Relationships
This struct is a nested type of Class StateEstimationSmoother.
Struct Documentation
-
struct State
Public Functions
-
State()
-
~State()
-
frameid_t frame_id(const std::string &frame_name)
Returns the existing ID, or creates a new ID, for a frame:
-
auto last_pose_of_frame_id(const std::string &frame_id) -> std::optional<std::pair<mrpt::Clock::time_point, PointData>>
-
inline void update_last_input_stamp(const mrpt::Clock::time_point &t)
-
inline std::optional<mrpt::Clock::time_point> get_current_extrapolated_stamp() const
-
State()