Skip to content
Snippets Groups Projects
user avatar
Kyle authored
Created basic actor code that can run s1 python file
8c284a00
History

OpenCARP Actors

This project uses the actor model to get the S1-S2 interval curve.

Getting Started

Prerequisites

Docker

Environment Set Up

The best way to set up the development environment is to use docker. Inside the environment_setup folder there are files for setting up the docker environment. Setting up the environment should require no modification to the existing files. However, if you need something different, you can modify the files. If you do modify the docker environment, please add the installation of the required software to the Dockerfile, this way the environment can easily be recreated with the addition of the new software.

To build and run the docker container, run the following commands from the environment_setup folder:

  • ./build_container.sh
  • ./run_container.sh

These commands should start a docker container with the required software installed. Additionally, this git project should now be mounted in the docker container. The files that make up this repository should appear in /code inside the docker container.

Legacy Scripts

The original bash scripts for interacting with openCARP are in the legacy_scripts folder. These are not used in the current implementation, but are kept as they are the basis for the actors script.