Difference between revisions of "RobAIR2013-RICM4-Groupe3-Suivi"

From air
Jump to navigation Jump to search
Line 14: Line 14:
 
* ENSIMAG, an other Grenoble engineering shool.
 
* ENSIMAG, an other Grenoble engineering shool.
 
* Superior Pole Design of Villefontaine.
 
* Superior Pole Design of Villefontaine.
The [[RobAIR]] project consists of the development of a telepresence robot used for museum tours. It is a low cost robot (well below the maket price). The platform and software used for this robot are extensible and open-source.
+
The [[RobAIR]] project consists of the development of a telepresence robot used for museum tours. It is a low cost robot (well below the maket price). <br\>
  +
The platform and software used for this robot are extensible and open-source.
   
 
==Our sub project objectives ==
 
==Our sub project objectives ==

Revision as of 11:40, 9 February 2013

the Team

Thomas Nunes & Morgan Bidois

We are two engineering students of Polytech'Grenoble in 4th year, in RICM (Computer Networks and Multimedia Communication) with a multimedia speciality. We have a weekly time slot of six hours dedicated of this projet during the semester (january to may).

Project objective

Our projet is a part of the RobAIR2013 project.

The common project

It's a common project with two others establishments:

  • ENSIMAG, an other Grenoble engineering shool.
  • Superior Pole Design of Villefontaine.

The RobAIR project consists of the development of a telepresence robot used for museum tours. It is a low cost robot (well below the maket price). <br\> The platform and software used for this robot are extensible and open-source.

Our sub project objectives

We are responsible in this project to:

  • The communication between the robot and the controller.
  • Visioconferencing between the robot and the controller.
  • The communication between the controller and the tablets which allows the user to controle the robot.
  • The tablet interface to controll the robot.

Technologies used

  • Jitsi: XMPP/Jingle client for Visioconferencing.
  • Android/JAVA for tablet interface.
  • JSON the file which containt the description of robot commands.
  • HTTP and websockets to transmit command between the serveur and tablets.
  • OSGi used to implements a dynamic component model.
  • HTML5 Can be used for Android tablet interface.

Material

  • 1 Intel tablet on Android.
  • 1 other Intel tablet on Ubuntu for the robot (must turn on unix platform).
  • 1 SmartTV to display the visioconferencing.
  • 1 PC connected to the SmartTV.

Progress of the project

The project starts the 14th january 2013 and takes place in Polytech'Grenoble.

WEEK 1: 01/14 - 01/21

  • We choose and discover the project, objective and the organisation with others teams. Project with big team, 20 persons work on this project (7 polytech electrical engineers, ~4 designers, 6 Polytech enginneers devloppers and others ~6 Ensimag enginneers devloppers).
  • We share informations with others teams to co-ordonate our works.

WEEK 2: 01/21 - 01/28

  • We organized a meeting with the 3I4 and RICM4 students. During this meeting, we talked about what everyone understood of this project and what everyone objectives are to define the common objectives and present the work of each groups.
  • We met with the three students from Pole Design de Villefontaine[1] and they told us what they have been working on for the last month. They purpose a marketing way for the robAIR project. We will work together on the interface design to form an efficient and ergonomic Human–computer Interaction. Thus we explain to them the specifications of the future tablet interface.
  • Meeting with Rémi Barraquand at INRIA [2] to talk about ROS framework and its API for JAVA.

WEEK 3: 01/28 - 02/03

  • Meeting of open source software.
  • Talk with Thomas Calmant and Joao Claudio Américo who worked on RobAIR 2012 project. They recommend to use OSGi to organize with a composant model our application and help us about the use of jitsi.

WEEK 4: 02/04 - 02/10

  • Meeting with RICM5 who started last week to plan the project.They purpose an overall architecture for the projet to define all interface of the differents sub-projets.
  • Lesson on ANT builder.

WEEK 5: 02/11 - 02/17

Appendices

Specification

Sources

  • The RobAIR 2012 project by Rémi Barraquand. [3]
  • An exemple of JAVA node to communicate with ROS by Thomas Calmant: [4]