|
Autoware.Auto
|
|
#include <state_estimation_nodes/state_estimation_node.hpp>#include <state_estimation_nodes/time.hpp>#include <state_estimation_nodes/measurement_conversion.hpp>#include <rclcpp_components/register_node_macro.hpp>#include <tf2_geometry_msgs/tf2_geometry_msgs.h>#include <tf2_eigen/tf2_eigen.h>#include <string>#include <vector>#include <memory>#include <limits>#include <functional>
Namespaces | |
| 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... | |
| autoware::prediction::state_estimation_nodes | |
Functions | |
| template void | autoware::prediction::state_estimation_nodes::StateEstimationNode::create_subscriptions< StateEstimationNode::OdomMsgT > (const std::vector< std::string > &, std::vector< rclcpp::Subscription< OdomMsgT >::SharedPtr > *, CallbackFnT< StateEstimationNode::OdomMsgT >) |
| template void | autoware::prediction::state_estimation_nodes::StateEstimationNode::create_subscriptions< StateEstimationNode::PoseMsgT > (const std::vector< std::string > &, std::vector< rclcpp::Subscription< PoseMsgT >::SharedPtr > *, CallbackFnT< StateEstimationNode::PoseMsgT >) |
| template void | autoware::prediction::state_estimation_nodes::StateEstimationNode::create_subscriptions< StateEstimationNode::TwistMsgT > (const std::vector< std::string > &, std::vector< rclcpp::Subscription< TwistMsgT >::SharedPtr > *, CallbackFnT< StateEstimationNode::TwistMsgT >) |