You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 month ago | |
|---|---|---|
| .. | ||
| noise_data | 2 months ago | |
| shenron | 1 month ago | |
| .gitignore | 2 months ago | |
| ConfigureRadar.py | 1 month ago | |
| README.md | 2 months ago | |
| __init__.py | 2 months ago | |
| carla_shenron_config.yaml | 2 months ago | |
| lidar.py | 1 month ago | |
| lidar_utils.py | 2 months ago | |
| main.py | 2 months ago | |
| map_carla_semantic_lidar_shenron.py | 2 months ago | |
| path_config.py | 2 months ago | |
| simulator_configs.yaml | 2 months ago | |
| transform_dsp_utils.py | 2 months ago | |
README.md
SHENRON: Radar Simulation
Packaging shenron into minimal working code
To run the simulation, follow these steps:
-
Open the
simulator_config.yamlfile. -
Add the file paths for the input and output files in the appropriate fields. For example:
PATHS : LIDAR_PATH : "/home/Kshitiz/" LIDAR_FOLDERS : ["semantic_lidar"] OUT_PATH : "/home/Kshitiz/semantic_lidar/" -
Run the simulation using main file
python main.py