Sample World for Regional Finale

Sample world (without obstacles)

This is a practice simulation world, which particpants can use to develope there own algorithms for self driving around the track.

To access the world in simulation, there are two different approaches:

Option-1

Download the following file and copy paste it content in models_config.json file present in ~/cognipilot/cranium/AIM_2024_launcher directory. After that run the launcher script by executing following commands:

$ cd ~/cognipilot/cranium/AIM_2024_launcher
$ python launch_sim.py start
Sample world without obstacles json file

Option-2

Download the following file and copy paste it content in Raceway_1.sdf file present in ~/cognipilot/cranium/src/dream_world/worlds directory.

Sample world without obstacles sdf file

After that you need to follow the steps mentioned on Running of AIM 2024 software stack and Updating Code Base for AIM 2024 gitbook pages

Output

After following the above steps, the Simulation world should look like this:

Sample world (with obstacles)

This is a practice simulation world, which particpants can use to develope there own algorithms for self driving around the track and avoid obstacles.

To access the world in simulation, there are two different approaches:

Option-1

Download the following file and copy paste it content in models_config.json file present in ~/cognipilot/cranium/AIM_2024_launcher directory. After that run the launcher script by executing following commands:

$ cd ~/cognipilot/cranium/AIM_2024_launcher
$ python launch_sim.py start
Sample world json file

Option-2

Download the following file and copy paste it content in Raceway_1.sdf file present in ~/cognipilot/cranium/src/dream_world/worlds directory.

Sample world sdf file

After that you need to follow the steps mentioned on Running of AIM 2024 software stack and Updating Code Base for AIM 2024 gitbook pages

Output

After following the above steps, the Simulation world should look like this:

Advance Sample World (only for reference)

This is a very advance practice simulation world whcich covers majority of edge and tricky use cases.Particpants can use this world to further enhance their logic after they have succesfully completed a lap on sample world provided in previous section.

To access the world in simulation, there are two different approaches:

Option-1

Download the following file and copy paste it content in models_config.json file present in ~/cognipilot/cranium/AIM_2024_launcher directory. After that run the launcher script by executing following commands:

$ cd ~/cognipilot/cranium/AIM_2024_launcher
$ python launch_sim.py start
Advance Sample world json file

Option-2

Download the following file and copy paste it content in Raceway_1.sdf file present in ~/cognipilot/cranium/src/dream_world/worlds directory.

Advance Sample world sdf file

After that you need to follow the steps mentioned on Running of AIM 2024 software stack and Updating Code Base for AIM 2024 gitbook pages

Output

After following the above steps, the Simulation world should look like this:

Last updated

Was this helpful?