23 namespace perception {
45 std::string
Name()
const {
return "MlfMotionRefiner"; }
52 bool CheckStaticHypothesisByState(
62 bool CheckStaticHypothesisByVelocityAngleChange(
65 double reasonable_angle_change_maximum)
const;
68 double claping_acceleration_threshold_ = 10;
69 double claping_speed_threshold_ = 1.0;
70 const double EPSION_TIME = 1e-3;
std::string Name() const
Definition: mlf_motion_refiner.h:45
Definition: mlf_motion_refiner.h:26
Definition: mlf_motion_refiner.h:30
std::shared_ptr< const MlfTrackData > MlfTrackDataConstPtr
Definition: mlf_track_data.h:111
Definition: mlf_motion_refiner.h:28
std::shared_ptr< const TrackedObject > TrackedObjectConstPtr
Definition: tracked_object.h:153
std::shared_ptr< TrackedObject > TrackedObjectPtr
Definition: tracked_object.h:152