Skip to content

Commit

Permalink
Dribble in Sim (#2287)
Browse files Browse the repository at this point in the history
* dribbler is stupid

* use realism

* add realism to simoulator cli run

---------

Co-authored-by: petergarud <[email protected]>
  • Loading branch information
2 people authored and piman51277 committed Oct 6, 2024
1 parent a994692 commit 66d11b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/framework.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -z "$binary" ]; then
fi

# Run the binary in the background
"$binary" &
"$binary" -g 2020B --realism RC2021 &
binary_pid=$!

# Ensure that pressing Ctrl+C kills all subprocesses
Expand Down

0 comments on commit 66d11b6

Please sign in to comment.