Skip to content

EmbeddedSystems-UniversitySiegen/eclab-task3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Linux Systems installation steps

git clone https://github.com/EmbeddedSystems-UniversitySiegen/eclab-task3.git
cd eclab-task3
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Windows Systems installation steps

Open Command Prompt (or PowerShell)
git clone https://github.com/EmbeddedSystems-UniversitySiegen/eclab-task3.git
cd eclab-task3
py -m venv venv
.\venv\Scripts\activate.bat 
pip install -r .\requirements.txt

Run the file in the activated virtual environment

Open Command Prompt (or PowerShell)
cd src
python ./main.py

This will connect the python script to coppelia simulator.

Refer to the task documentation for further details.

Tests

Install pytest as follows in the virtual environment created above.

pip install pytest

Run tests using pytest.

pytest

About

Embedded Control Lab Task 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •