Skip to content

Commit 5083bdf

Browse files
authored
Update common/autoware_kalman_filter/include/autoware/kalman_filter/kalman_filter.hpp
1 parent 6d3d046 commit 5083bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/autoware_kalman_filter/include/autoware/kalman_filter/kalman_filter.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class KalmanFilter
130130
* @param i index of kalman filter state
131131
* @return value of i's component of the kalman filter state x[i]
132132
*/
133-
[[nodiscard]] double getXelement(unsigned int i) const;
133+
double getXelement(unsigned int i) const;
134134

135135
/**
136136
* @brief calculate kalman filter state and covariance by prediction model with A, B, Q matrix.

0 commit comments

Comments
 (0)