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
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Definition: mlf_motion_refiner.h:26
Definition: mlf_motion_refiner.h:30
std::shared_ptr< const MlfTrackData > MlfTrackDataConstPtr
Definition: mlf_track_data.h:118
bool Init(const char *binary_name)
Definition: mlf_motion_refiner.h:28
std::shared_ptr< const TrackedObject > TrackedObjectConstPtr
Definition: tracked_object.h:157
std::shared_ptr< TrackedObject > TrackedObjectPtr
Definition: tracked_object.h:156