Skip to content

Commit

Permalink
update initial asc
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Oct 23, 2023
1 parent 66ff934 commit e8a1e05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/python/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
modes = ["walk", "car", "ride", "pt", "bike"]
fixed_mode = "walk"
initial = {
"bike": -0.56,
"pt": 0.01,
"car": -0.799,
"ride": -1.30
"bike": 0.30,
"pt": -0.16,
"car": 0.39,
"ride": -1.42
}

# Target from SrV
Expand Down

0 comments on commit e8a1e05

Please sign in to comment.