Skip to content

Commit

Permalink
simulated hrvo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zuperzane committed Oct 5, 2024
1 parent b4796a3 commit 846c0a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/software/ai/navigator/trajectory/simulated_hrvo_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ def hrvo_setup(
if friendly_robots_final_orientations
else desired_orientation
),
0,
params=blue_params,
)

Expand All @@ -217,7 +216,7 @@ def hrvo_setup(

for index, destination in enumerate(enemy_robots_destinations):
yellow_params = get_move_update_control_params(
index, destination, tbots.Angle.fromRadians(0), 0, params=yellow_params
index, destination, tbots.Angle.fromRadians(0), params=yellow_params
)

simulated_test_runner.set_tactics(yellow_params, False)
Expand Down

0 comments on commit 846c0a5

Please sign in to comment.