Giter Site home page Giter Site logo

guilainp / epuck-client Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 2.0 11.57 MB

Dossier contenant les différents fichiers utilisés lors de mon stage de master 1ere année

License: GNU General Public License v3.0

C++ 18.44% CMake 0.29% C 80.86% Objective-C 0.41%

epuck-client's Introduction

Guide d'installation

Prérequis :

  • Pour la simulation, le logiciel CoppeliaSim (version EDU) pour linux.
$ # extraire le fichier
$ tar -xf CoppeliaSim_Edu_V4_0_0_Ubuntu18_04.tar.xz
$ # déplacement dans le dossier home/
$ mv CoppeliaSim_Edu_V4_0_0_Ubuntu18_04 ~
$ # lancement de l'application
$ ~/CoppeliaSim_Edu_V4_0_0_Ubuntu18_04/coppeliaSim.sh
  • La librairie Open CV
$ sudo apt install libopencv-dev
  • Les logiciel CMake et Git
$ sudo apt install cmake git

Installation

Télécharger le dossier directement depuis le site , ou le cloner en appliquant cette commande dans le terminal:

$ git clone https://github.com/GuilainP/StageM1.git

Lancer CoppeliaSim et ouvrir la scène e-puck.ttt contenue dans le dossier StageM1/

Se rendre dans le dossier StageM1/build/ et faire les commandes suivantes:

$ cmake ..
$ make

Pour lancer l'application taper :

$ # lancer la simulation
$ ./apps/robot setWheelCmd 127.0.0.1 5 -5 
$ # pour un robot
$ ./apps/robot setWheelCmd 192.168.1.8 50 -50  

Application :

Un dossier est crée pour les données récoltées:

Cette application permet de faire bouger l' e-puck et de récolter les mesures des différents capteurs.

Pour arrêter le programme , taper ctrl + c dans le terminal.

L' e-puck de la scène a été modifié pour mieux correspondre au robot réel. Vous avez la liberté de modifier la scène pour faire vos propres observations.

Ressources utilisées :

E-puck -puck version 1 :

E-puck version 2 :

E-puck CoppeliaSim (Vrep) :

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.