Update submodule ecl to latest Thu Jul 16 00:39:49 UTC 2020 #15346
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
46a5e6e 2020-06-28 kamilritz - Replace divisions with multiplications
3e3a66e 2020-06-28 kamilritz - Remove unnecessary operations
079a699 2020-06-28 kamilritz - Random cleanup
d18ddb3 2020-06-28 kamilritz - Use ternary operator
122f58b 2020-06-27 kamilritz - Bug: stop overwriting fault status of index 0 with index 1
9e211d6 2020-06-27 kamilritz - Stop overwriting fault status with false if one component is true
e5ddd91 2020-06-27 kamilritz - Remove not needed else case
430497e 2020-06-27 kamilritz - Shift variable definition inside calculateOutputStates
f59343b 2020-06-27 kamilritz - Remove misplaced comment
673b309 2020-06-27 kamilritz - Fix bug: pos gain used instead of vel gain
2af2696 2020-06-27 kamilritz - Revert if-else condition to get rid of unnecessary indentation
fce4958 2020-06-27 kamilritz - Random cleanup
9eea44f 2020-07-02 kritz - Return type of resets (#859)
97e54df 2020-07-02 bresch - Gps control: add missing consts and reduce variable scope
b0f79ca 2020-07-02 bresch - GPS yaw: Extract and refactor GPS yaw control logic
7f4fedd 2020-06-30 bresch - GPS Yaw: fix heading initialisation and add unit tests
97225fc 2020-06-27 kamilritz - Use matrix lib inside getState
16a00ea 2020-06-27 kamilritz - Make Kfusion a Vector24f
356b2f6 2020-06-27 kamilritz - Stop setting zero to zero
552bf82 2020-06-27 kamilritz - Add typedef for Matrix 24 types