Thorkel-dev / Projet-Robot

Computer science project carried out in 2022, as part of my engineering studies.

Home Page:https://www.linkedin.com/in/edouard-gautier-014878166/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projet-Robot

C Codacy Badge

Preamble ✒️

The objective of the project is to develop an interface to control a robot in a simulator. The project is divided into versions allowing to practice several notions of the C language.

Launching 🚀

To launch the application, you just have to execute the command java -jar intox-java_1.8-v0.3.6.jar at the root of the project. An interface is launched. This is the robot simulator.

To control the robot running in a terminal the binary, in monRobot/bin after running the make command in monRobot/ :

  • robot_pc for version 1 to 1.5
  • telco (client) and commado (server) for version 2 and higher

Now you can control the robot.

Developer 💻

If you wish to develop this project. Add the infox_prose-x86_64-v0.3 library to the root of the project. This library belongs to Matthias Brun, professor at ESEO.

Limits ⚠️

The dialoge line is in French 🇫🇷.

About

Computer science project carried out in 2022, as part of my engineering studies.

https://www.linkedin.com/in/edouard-gautier-014878166/


Languages

Language:C 88.4%Language:Makefile 11.6%