Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
ExtendedKalmanFilter Member List

This is the complete list of members for ExtendedKalmanFilter, including all inherited members.

_data_association_model_ExtendedKalmanFilterprivate
_first_prediction_ExtendedKalmanFilterprivate
_fixed_mapExtendedKalmanFilterprivate
_last_update_ExtendedKalmanFilterprivate
_motion_models_ExtendedKalmanFilterprivate
_observation_model_ExtendedKalmanFilterprivate
_p_matrix_ExtendedKalmanFilterprivate
_x_vector_ExtendedKalmanFilterprivate
add_motion_model(const std::string &model_name, std::shared_ptr< MotionModel > motion_model)ExtendedKalmanFilterinline
augment_state(const std::vector< Eigen::Vector2f > &new_features)ExtendedKalmanFilter
correct_with_matched_ids(const std::vector< int > &matched_ids, const std::vector< Eigen::Vector2f > &matched_cone_positions)ExtendedKalmanFilter
correct_with_matched_ids_full_state(const std::vector< int > &matched_ids, const std::vector< Eigen::Vector2f > &matched_cone_positions)ExtendedKalmanFilter
correction_step(const std::vector< common_lib::structures::Cone > &perception_map)ExtendedKalmanFilter
ExtendedKalmanFilter(std::shared_ptr< ObservationModel > observation_model, std::shared_ptr< DataAssociationModel > data_association_model)ExtendedKalmanFilter
get_covariance() constExtendedKalmanFilterinline
get_kalman_gain(const Eigen::MatrixXf &H, const Eigen::MatrixXf &_p_matrix_, const Eigen::MatrixXf &Q) constExtendedKalmanFilterprivate
get_last_update() constExtendedKalmanFilterinline
get_state() constExtendedKalmanFilterinline
PerformanceTestExtendedKalmanFilterfriend
prediction_step(const MotionUpdate &motion_update, const std::string &sensor_type)ExtendedKalmanFilter
update(std::shared_ptr< common_lib::structures::VehicleState > vehicle_state, std::shared_ptr< std::vector< common_lib::structures::Cone > > track_map)ExtendedKalmanFilter