File tree 2 files changed +6
-6
lines changed
common/autoware_kalman_filter/include/autoware/kalman_filter
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef AUTOWARE_KALMAN_FILTER__KALMAN_FILTER_HPP_
16
- #define AUTOWARE_KALMAN_FILTER__KALMAN_FILTER_HPP_
15
+ #ifndef AUTOWARE__KALMAN_FILTER__KALMAN_FILTER_HPP_
16
+ #define AUTOWARE__KALMAN_FILTER__KALMAN_FILTER_HPP_
17
17
18
18
#include < Eigen/Core>
19
19
#include < Eigen/LU>
@@ -211,4 +211,4 @@ class KalmanFilter
211
211
Eigen::MatrixXd P_; // !< @brief covariance of estimated state
212
212
};
213
213
} // namespace autoware::kalman_filter
214
- #endif // AUTOWARE_KALMAN_FILTER__KALMAN_FILTER_HPP_
214
+ #endif // AUTOWARE__KALMAN_FILTER__KALMAN_FILTER_HPP_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef AUTOWARE_KALMAN_FILTER__TIME_DELAY_KALMAN_FILTER_HPP_
16
- #define AUTOWARE_KALMAN_FILTER__TIME_DELAY_KALMAN_FILTER_HPP_
15
+ #ifndef AUTOWARE__KALMAN_FILTER__TIME_DELAY_KALMAN_FILTER_HPP_
16
+ #define AUTOWARE__KALMAN_FILTER__TIME_DELAY_KALMAN_FILTER_HPP_
17
17
18
18
#include " autoware/kalman_filter/kalman_filter.hpp"
19
19
@@ -86,4 +86,4 @@ class TimeDelayKalmanFilter : public KalmanFilter
86
86
int dim_x_ex_; // !< @brief dimension of extended state with dime delay
87
87
};
88
88
} // namespace autoware::kalman_filter
89
- #endif // AUTOWARE_KALMAN_FILTER__TIME_DELAY_KALMAN_FILTER_HPP_
89
+ #endif // AUTOWARE__KALMAN_FILTER__TIME_DELAY_KALMAN_FILTER_HPP_
You can’t perform that action at this time.
0 commit comments