mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 00:05:57 +08:00
fix
old-commit-hash: 1db7b4387054a0c47d51d785be63f10962954b94
This commit is contained in:
@@ -126,7 +126,7 @@ extern "C" {
|
||||
}
|
||||
double localizer_get_bias(void * localizer) {
|
||||
Localizer * loc = (Localizer*) localizer;
|
||||
return loc->x[2];
|
||||
return loc->x[1];
|
||||
}
|
||||
|
||||
double * localizer_get_state(void * localizer) {
|
||||
|
||||
Reference in New Issue
Block a user