Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 999 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 999 Bytes

Build Status

CodeFactor

IA-4-ROS

This project was developed for the Artificial Intelligence course of the Computer Engineering course at the University of Beira Interior.

How to install

Place the /src content in the directory /home/viki/catkin_ws/src/ia/src.

Dependncies

The correct functioning of this program depends of the libraries:

  • networkx 2.2

All the libraries listed above can be installed by a unique command:

> pip install -r requirements.txt

Unit Tests

There is a set of unit tests that can be accessed in the directory Tests. They use the pytest library.

> pytest