Running GRAIC -- Multi-Agent(BETA)
NOTE: Multi-Agent Mode is still under developement, we release this as a beta version. Please help us improve by reporting bugs/optimization at our github issues, thanks! —
The whole racing system consists of three independent programs, the CARLA simulator, the GRAIC infrastructure, and your controller, which should be started in three terminals. If you are using Docker, you can get a new terminal connecting to the running container by running
where graic_con is the name of the running container.
Running the CARLA simulator
If you are using Docker, run the following command in a new terminal
If you are using AWS, run the following command in a new terminal
If everthing works, you shoule be able to see the CARLA window.
Running the GRAIC infrastructure with multi-agent scenario
First, you need to switch to the multi-agent branch.
Then, run the following command
Running the baseline Controller
First Open a new terminal, and then do the following command.
Running your own Controller
Then Open a new terminal, and do the following command.