#include <history.hpp>
◆ HistoryEntry()
template<typename FilterT , std::int32_t kNumOfStates, typename ... EventT>
template<typename SingleEventT >
◆ event()
template<typename FilterT , std::int32_t kNumOfStates, typename ... EventT>
Get the event stored in this history entry.
◆ stored_covariance_factor()
template<typename FilterT , std::int32_t kNumOfStates, typename ... EventT>
Get the stored covariance in the form of its left factor.
◆ stored_state()
template<typename FilterT , std::int32_t kNumOfStates, typename ... EventT>
◆ update_stored_covariance_factor()
template<typename FilterT , std::int32_t kNumOfStates, typename ... EventT>
| void autoware::prediction::History< FilterT, kNumOfStates, EventT >::HistoryEntry::update_stored_covariance_factor |
( |
const typename FilterT::square_mat_t & |
factor | ) |
|
|
inlinenoexcept |
Set the covariance left factor to be stored there.
◆ update_stored_state()
template<typename FilterT , std::int32_t kNumOfStates, typename ... EventT>
| void autoware::prediction::History< FilterT, kNumOfStates, EventT >::HistoryEntry::update_stored_state |
( |
const typename FilterT::state_vec_t & |
state | ) |
|
|
inlinenoexcept |
The documentation for this class was generated from the following file: