Skip to content

OTS-Artery is a novel, sophisticated and open-source VANET simulator that can simulate next-generation traffic systems. It combines a traffic simulator (OpenTrafficSim), network simulator (Artery), and psychological concepts (human factors) in a single environment.

License

Notifications You must be signed in to change notification settings

salilrsharma/OTS-Artery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

OTS-Artery

This repository contains the instructions to setup and run OTS-Artery.

System requirements

Instructions

Build a docker image of Artery

  1. Install docker for Windows and test it using the following code:
docker ps
  1. Git Clone the Artery project located at https://github.com/riebl/artery.git

  2. Move to artery folder with contains the 'Dockerfile':

cd artery
  1. Now execute the following code:
git submodule update --init --recursive
  1. Build the docker image using the following code:
docker build --tag docker-artery
  1. Display the docker images using the following code:
docker images

We should be able to see the 'docker-artery' image.

Install OpenTrafficSim (OTS)

OpenTrafficSim (OTS) can be setup by following the instructions. For further help with designing and running a traffic simulation case, please refer to the user manual of OpenTrafficSim.

Run OTS-Artery

  1. Navigate to Artery directory and launch the CACC configuration of Artery by running the following command:
docker run -it --mount type=bind,source=$PWD/scenarios/ots-demo,target=/scenario --net host docker-artery -c cacc
  1. Open a new terminal window and run the traffic simulation instance either directly from eclipse or using a jar file.

About

OTS-Artery is a novel, sophisticated and open-source VANET simulator that can simulate next-generation traffic systems. It combines a traffic simulator (OpenTrafficSim), network simulator (Artery), and psychological concepts (human factors) in a single environment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published