Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Oct 5, 2024
1 parent d70f6b5 commit 4c0c340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples_3d/parking_4p.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function simulate(integrator, steps, plot=PLOT)
end
steering = 0
if i > 200
steering = -0.043
steering = -0.0482
end
set_depower_steering(kps4.kcu, kps4.depower, steering)

Expand Down

0 comments on commit 4c0c340

Please sign in to comment.