Template Struct on_motion_policy

Inheritance Relationships

Base Type

Struct Documentation

template<class Pose>
struct on_motion_policy : public beluga::policies::detail::on_motion_policy_base<Pose>

Base implementation for the on_motion_policy algorithm.

Template Parameters:

Pose – The pose type to check for motion.

Public Functions

inline constexpr bool operator()(const Pose &pose)

Return true if motion has been detected.