This commit is contained in:
2022-08-28 23:33:51 +02:00
parent 86aef79e66
commit 25bea1aab3
5 changed files with 142 additions and 19 deletions

View File

@ -81,7 +81,7 @@ func main() {
client,
steeringTopic, driveModeTopic, rcSteeringTopic, tfSteeringTopic, objectsTopic,
steering.WithCorrector(
steering.NewCorrector(
steering.NewGridCorrector(
steering.WidthDeltaMiddle(deltaMiddle),
steering.WithGridMap(gridMapConfig),
steering.WithObjectMoveFactors(objectsMoveFactorsConfig),