Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
tillschallau committed Nov 29, 2024
1 parent bea6717 commit 86c7f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/batch_scripts/config.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
set CARLA_HOME=C:\Repositories\github\CARLA_0.9.14\CarlaUE4.exe
set CARLA_HOME=D:\github\CARLA_0.9.14\CarlaUE4.exe
2 changes: 1 addition & 1 deletion scripts/batch_scripts/generate_video.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ start %CARLA_HOME% -RenderOffScreen
timeout /t 10 /nobreak
set PYTHONPATH=.\..\..\

call .\..\..\venv\Scripts\python.exe ./../../helpers/carla_camera_recorder.py -x 1920 -y 1080 -e 1 -p %1 -d .\..\..\
call .\..\..\venv\Scripts\python.exe ./../../helpers/carla_camera_recorder.py -x 1920 -y 1080 -p %1 -d .\..\..\
timeout /t 10 /nobreak

::Kill the new threads (but no other)
Expand Down

0 comments on commit 86c7f94

Please sign in to comment.