christianbirchler-org / sdc-testing-competition

🚗💻 Tool Competition: Test Selection for Self-driving Cars in Simulation
https://conf.researchr.org/home/icst-2025
GNU General Public License v3.0
6 stars 6 forks source link

JSON Format Error while compiling the evaluator in the container #12

Closed ChristianBirchler closed 2 months ago

ChristianBirchler commented 2 months ago

Discussed in https://github.com/christianbirchler-org/sdc-testing-competition/discussions/10

Originally posted by **vatozZ** September 17, 2024 The JSON file in the "Evaluator" folder is provided in the "Git - Large File System" format. The following command must be executed to run the evaluator: `$ sudo git lfs pull ` If git lfs is not installed, it can be installed using the following command: ``` $ curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash $ curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.python.sh | bash $ git lfs --version ```