Difference between revisions of "Proj-2013-2014-RobAIR-1"

From air
Jump to navigation Jump to search
Line 11: Line 11:
   
 
= Project objectives =
 
= Project objectives =
  +
* transit command message beetween two devices by a browers
* Faire transiter des messages de commandes d'un pc vers une tablette sur le robot pour le contrôler
 
  +
* use webRTC to etablish connection and send/receive message
* Utiliser skype comme intermédiaire pour faire transiter ces messages
 
  +
* create graphic interface to control the robot
* Faire une interface graphique permettant facilement de faire bouger le robot sans passer en ligne de commande
 
* Faire en sorte que skype fonctionne en tâche de fond (donc sans son ihm ) afin de l'utiliser exclusivement comme support
 
* traduire la page actuel
 
   
 
== Related documents ==
 
== Related documents ==
Line 29: Line 27:
   
 
== Week 2 (January 20th - Janurary 26th) ==
 
== Week 2 (January 20th - Janurary 26th) ==
  +
* Development of team goals
* Mise au point des objectifs de l'équipe
 
  +
* Get a kit to assemble Air-Rob
* Récupération d'un kit Rob-Air à monter
 
* Initialisation de la phase d'assemblage de ce robot en partenariat avec l'équipe composée de David Levayer et de Paul Mariage
+
* Initialize the assembly phase of the robot in partnership with the team of David Levayer and Paul Marriage
* Recherche sur "comment faire un plugin skype"
+
* Search on "how to make a skype plugin"
* Première tentative pour faire fonctionner skype via java : skype doit, pour le moment être lancé avec son interface graphique pour que le code java fonctionne.
+
* First attempt to run via java skype: skype must currently be run with a graphical interface for the java code works.
* Search how skype is used to
+
* Search how Skype is used to
   
 
== Week 3 (January 27th - February 2nd) ==
 
== Week 3 (January 27th - February 2nd) ==
Line 57: Line 55:
 
* Change ROS version, from Hydro to Fuerte cause of new udpate of some packages and with these new packages we can't use some library.
 
* Change ROS version, from Hydro to Fuerte cause of new udpate of some packages and with these new packages we can't use some library.
 
* Correct so many bug of the last project, see http://air.imag.fr/index.php/Proj-2013-2014-RobAIR-1/getStarted
 
* Correct so many bug of the last project, see http://air.imag.fr/index.php/Proj-2013-2014-RobAIR-1/getStarted
* WebRTC is a new technology so we don't have any documentations : if you want to used webRTC follow this instructions : [http://www.webrtc.org/reference/getting-started/ http://www.webrtc.org/reference/getting-started/] (in progress)
+
* WebRTC is a new technology so we don't have any documentations : if you want to used webRTC in C++ follow these instructions : [http://www.webrtc.org/reference/getting-started/ http://www.webrtc.org/reference/getting-started/] (in progress)
   
 
== Week 7 (February 24th - February 28th) ==
 
== Week 7 (February 24th - February 28th) ==

Revision as of 18:40, 4 April 2014

Introduction

Project RobAIR

Team

  • Tutors : Didier Donsez,Amr Alyafi
  • Members : Augustin Husson, Jérôme Barbier

Project objectives

  • transit command message beetween two devices by a browers
  • use webRTC to etablish connection and send/receive message
  • create graphic interface to control the robot

Related documents

How to prepare your project before starting coding like whale : here

Progress of the project

The project started January 14th, 2013.

Week 1 (January 13th - Janurary 19th)

  • Project discovery
  • Research of related projects

Week 2 (January 20th - Janurary 26th)

  • Development of team goals
  • Get a kit to assemble Air-Rob
  • Initialize the assembly phase of the robot in partnership with the team of David Levayer and Paul Marriage
  • Search on "how to make a skype plugin"
  • First attempt to run via java skype: skype must currently be run with a graphical interface for the java code works.
  • Search how Skype is used to

Week 3 (January 27th - February 2nd)

  • Assembly of two new RobAIRs --> just one for the moment
  • Beginning of the redaction of Software Requirements Specification
  • ROS environment installed on Ubuntu and work
  • RobAIR can now move by itself ! (debug in progress)
  • Meeting with Amr Alyafi (effective code obtained)

Week 4 (February 3th - February 7th)

  • fixe Skype objectif with M. Donsez
  • we try to run the code from previous years (we can't understand how their project could work with so many mistakes...)
  • Now robair can speak with keyboards press
  • Graphique interface is working but we can't control robair with this. (Debug in progress)

Week 5 (February 10th - February 14th)

  • Bug with control and webcam connexion (client try to connect himself but he can't be connected to the server)
  • Meeting with M. Donsez because we are so in late to realized this project : Finaly we modify us subject --> skype can't worked because code is closed so we are going to use "WebRTC".
  • RobAIR works!
    http://www.youtube.com/watch?v=g5XhrDY0tFI&feature=youtu.be

Week 6 (February 17th - February 21th)

Week 7 (February 24th - February 28th)

  • We try to understand how webRTC works.
  • Native api in chrome and mozilla
  • Realization of little application using webRTC : we can catch the webcam of use browser (here mozilla, but it can works on chrome)
  • We begin to understand how connection between two browser works (the connection is not realized, not yet !)

Week 8 (February 3rd - February 7th)

  • we realize connection beetween two browers with webRTC
  • install robair simulator (turtle) and change the source code to move the robot with w,s,a,d
  • we try to send some data (data, audio or video) by webRTC but it fail (debug in progress)