Skip to content

Conversation

@pavelkomarov
Copy link
Collaborator

@pavelkomarov pavelkomarov commented Jun 27, 2025

Chose a KF initialization.

@pavelkomarov pavelkomarov merged commit bd74bc1 into master Jun 27, 2025
1 check passed
@pavelkomarov pavelkomarov deleted the kf-P0 branch June 27, 2025 22:37
(constant_jerk, {'r':1e-4, 'q':10}), (constant_jerk, [1e-4, 10]),
# TODO (known_dynamics), but presently it doesn't calculate a derivative
]
diff_methods_and_params = [(constant_jerk, {'r':1e-4, 'q':10})]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't be here. Removed in the next merge.

#print("]\n[", end="")
if request.config.getoption("--bounds"): print("]\n[", end="")
for j,(a,b) in enumerate([(x,x_hat), (dxdt,dxdt_hat), (x,x_hat_noisy), (dxdt,dxdt_hat_noisy)]):
# l2_error = np.linalg.norm(a - b)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got tired of commenting and uncommenting these lines and then sometimes forgetting and committing the file with lines commented out. A command line arg is easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants