Difference between revisions of "Gripper Functionality for Remotely-Operated Robotics Laboratory"

From RoboWiki
Jump to: navigation, search
(Cieľ)
(Tím)
Line 6: Line 6:
 
[[Image:robotnacka.jpg]]
 
[[Image:robotnacka.jpg]]
  
== Tím ==
+
== Team ==
 
Michal Vince
 
Michal Vince
  

Revision as of 20:21, 22 June 2009

The goal

The goal of my/our project was to implement gripper for Robotické Laboratórium, so that it will be able to gripe, transport and put down different objects.

Robotnacka.jpg

Team

Michal Vince

Specification

  • Firstly, the goal is to implement gripper functionality into robotic labolatory, concretely movements of a gripper up and down, release and grasp of the gripper. The gripper will perform two types of movements:
  1. up and down
  2. open and close.

Each of these movements can be done one unit further, or said differentely into maximum level of opening, or closing.

  • Secondly, to guarantee transmission of information on the status of gripper for viewer modules, to be specific, to complete information on the status of gripper into messages for viewer modules.
  • Thirdly, to visualize gripper according to current status, edit and complete viewer modules so that they are able to receive edited data, to gain necessary information from them for gripper´s visualization and lastly depicting it.

Implementation

  • For implementation of the gripper was necessary to edit following modules:
  1. To Module Robot.h were added variables of height and degree of opening, variables of gripper´s status, which in does it occur and of enumerated type with the all possible states of gripper.
  2. Robot.cpp, was added the function of operating the gripper. On the basis of received packet, it decides on further status of the gripper, eventually on amount of units, how the gripper will be opened/closed, or lifted/laid. This function calls a method for sending data for viewers modules with every change of status. This was supplied with information of gripper´s status.
  3. Viewer.java, is viewers module, which receives data about movements od Robotnačka. It was modified to accept reports, which in the information on height and gape of gripper already occurs. The gripper itself, is depicted by using two elipses, the gape of gripper shapes their mutual distance. The red element of RGB colour of the gripper is specified by the height of gripper, the green one by its gape and the blue by both variables.

Demo

  1. Control panel devise, the button "Connect" serves for establishment of connection with Robotnačka. Marked buttons serve for gripper´s manipulation. With commutator A bit turned on, the gripper moves one unit further.ControlPanel.jpg Kontrolny panel aplikacie
  2. Robotnacka with opened gripper laid fully down.OpenDown.jpg Robotnacka s otvorenym ramenom uplne dole
  3. Robotnacka with opened gripper taken out fully up.OpenUP.jpg Robotnacka s otvorenym ramenom uplne hore
  4. Robotnacka with closed gripper fully down.CloseDown.jpg Robotnacka so zavretym ramenom uplne hore