#include <common/types.hpp>
#include <kalman_filter/esrcf.hpp>
#include <motion_model/constant_acceleration.hpp>
#include <nav_msgs/msg/odometry.hpp>
#include <state_estimation_nodes/measurement.hpp>
#include <state_estimation_nodes/measurement_time_keeper.hpp>
#include <state_estimation_nodes/visibility_control.hpp>
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <limits>
#include <cstdint>
#include <memory>
#include <string>
#include <chrono>
Go to the source code of this file.
|
| | autoware |
| | This file defines the lanelet2_map_provider_node class.
|
| |
| | autoware::prediction |
| | Functionality relating to prediction, including state estimation, kinematic prediction, maneuver-based prediction, map-aware prediction etc...
|
| |