Project of team 4 for course GLO-3013 at Laval University
Our team is called "Robot culinaire"!
We have three main applications and some development scripts, each with their own README :
robot: Python application communicating withstationusing ROSstation: Python application communicating withrobotusing ROS andfrontendusing websocketsfrontend: Vue.js application communicating withstationusing websocketsscripts: Development scripts for testing different functionalities
With Docker Compose :
docker-compose build
docker-compose build --no-cache # If you have issues with packages not updating or installingWithout Docker Compose : refer to each app's README.md file.
With Docker Compose :
docker-compose upIf you have issues with the Docker network, use docker system prune -a.
Without Docker Compose : refer to each app's README.md file.
Each app will run on :
- Robot : localhost:3000 (CAN CHANGE)
- Station : localhost:4000 (CAN CHANGE)
- Frontend : localhost:5000
Before contributing to the project, please read our contribution guide. Also, please refer to each app's README.md file.
MIT : Read full license