Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dongfang-steven-yang/vci-dataset-citr
/ functions
Functions
12 in github.com/dongfang-steven-yang/vci-dataset-citr
⨍
Functions
12
◇
Types & classes
2
↓ 1 callers
Method
_cal_state_Jacobian
(self, x_vec, u_vec)
tools/kalman_filters.py:162
↓ 1 callers
Function
_heading_angle_correction
correct heading angle so that it always remains in [-pi, pi] :param theta: :return:
tools/kalman_filters.py:187
↓ 1 callers
Method
_kinematic_bicycle_model_rearCG
:param x: vehicle state vector = [x position, y position, heading, velocity] :param u: control vector = [acceleration, steering angl
tools/kalman_filters.py:133
↓ 1 callers
Function
get_events_names
(data_dir)
scripts/statistics.py:8
↓ 1 callers
Function
main
()
scripts/statistics.py:20
↓ 1 callers
Function
main
()
scripts/filter_trajectories.py:26
↓ 1 callers
Function
mkdir_anyway
(new_dir)
scripts/filter_trajectories.py:20
↓ 1 callers
Method
predict_and_update
for background please refer to wikipedia: https://en.wikipedia.org/wiki/Kalman_filter :param x_vec_est: :param u_vec:
tools/kalman_filters.py:37
↓ 1 callers
Method
predict_and_update
for background please refer to wikipedia: https://en.wikipedia.org/wiki/Extended_Kalman_filter :param x_vec_est: :param u_ve
tools/kalman_filters.py:100
Method
__init__
input matrices must be numpy arrays :param A: state transition matrix :param B: state control matrix :param C: measu
tools/kalman_filters.py:7
Method
__init__
(self, lf, lr, dt, sPos=None, sHeading=None, sVel=None, sMeasurement=None)
tools/kalman_filters.py:75
Function
get_scenarios_names
(data_dir)
scripts/filter_trajectories.py:12