Autoware.Auto
common_states.hpp
Go to the documentation of this file.
1 // Copyright 2021 the Autoware Foundation
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
6 //
7 //    http://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS,
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
14 //
15 // Developed by Apex.AI, Inc.
16 
21 
22 #ifndef KALMAN_FILTER__COMMON_STATES_HPP_
23 #define KALMAN_FILTER__COMMON_STATES_HPP_
24 
27 
28 namespace autoware
29 {
30 namespace prediction
31 {
32 namespace state
33 {
34 
35 using ConstAccelerationXY =
36  FloatState<
39 
41  FloatState<
42  variable::X, variable::X_VELOCITY, variable::X_ACCELERATION,
43  variable::Y, variable::Y_VELOCITY, variable::Y_ACCELERATION,
45 
46 } // namespace state
47 } // namespace prediction
48 } // namespace autoware
49 
50 #endif // KALMAN_FILTER__COMMON_STATES_HPP_
Definition: common_variables.hpp:51
Definition: common_variables.hpp:50
Definition: common_variables.hpp:37
Definition: common_variables.hpp:41
Definition: common_variables.hpp:48
Definition: common_variables.hpp:44
A representation of a generic state vectors with specified variables.
Definition: generic_state.hpp:50
Definition: common_variables.hpp:43
This file defines the common variables used within the filter implementations.
This file defines a class for a generic state vector representation.
Definition: common_variables.hpp:36
This file defines the lanelet2_map_provider_node class.
Definition: quick_sort.hpp:24