-
NUMBA sudo apt-get install python-numba After installation, Run numba_test.py in scripts/support directory (The script should run without any error and should show elapsed time)
-
Scenario-runner (0.9.8) https://github.com/carla-simulator/scenario_runner
-
CARLA Simulator (0.9.8)
-
ROS (melodic)
-
Python (3.6.9)
-
grid_map package: sudo apt-get install ros-$ROS_DISTRO-grid-map or visit: https://github.com/ANYbotics/grid_map
-
others: argparse, CSV, Matplotlib
Note: 2, 3 are needed only for creating new scenarios. One may use recorded bags. 6 is necessary for better visualisation of grid with color map. (GridMap causes lag in the simulation, so for good performance use OccupancyGrid message)
-
Clone the repository
-
Download bagfiles: https://drive.google.com/drive/folders/14noRPVw5wNrb6D1mwjnRfd1XXu-LsA7W?usp=sharing
-
Install prerequisites
-
roscore
-
robag play -----
-
python rosnode.py
-
open rviz and open relevant config file (Unless you are running scripts from carla folder, you can use kitti_related.config)