Difference between revisions of "MYRAbot's arm control (bioloid+arduino)"
From robotica.unileon.es
(→Arduino IDE y rosserial) |
|||
Line 1: | Line 1: | ||
− | [[Mobile manipulation | < | + | [[Mobile manipulation | < Go back to main]] |
==Bioloid arm== | ==Bioloid arm== | ||
Line 20: | Line 20: | ||
sudo apt-get install arduino arduino-core</syntaxhighlight> | sudo apt-get install arduino arduino-core</syntaxhighlight> | ||
− | + | <!-- | |
Una vez realizada la instalación del software de [http://www.arduino.cc arduino] se procedera a la instalación del ''package'' de [http://www.ros.org ROS] ejecutando en un terminal el siguiente comando: | Una vez realizada la instalación del software de [http://www.arduino.cc arduino] se procedera a la instalación del ''package'' de [http://www.ros.org ROS] ejecutando en un terminal el siguiente comando: | ||
Line 2,156: | Line 2,156: | ||
<syntaxhighlight>rosrun brazo_fer teleoperador_teclado</syntaxhighlight> | <syntaxhighlight>rosrun brazo_fer teleoperador_teclado</syntaxhighlight> | ||
+ | --> | ||
− | + | [[Mobile manipulation | < go back to main]] | |
− | [[Mobile manipulation | < |
Revision as of 12:35, 23 December 2013
Bioloid arm
The arm that we will use is that Carlos Rodríguez Hernández developed in the project MYRA Robot: Hardware Update . The main components are:
- Arduino mega 2560 board.
- 74LS241 chip (tree-state Buffer).
- Voltage regulator circuit.
- 5 serial servo motors Dynamixel AX-12A.
- Mounting components of Bioloid kit.
- Parts made for the gripper and to fix to MYRAbot.
Arduino IDE and rosserial
For the communication among arduino and ROS, we install arduino IDE and rosserial (package de ROS which include the package rosserial_arduino with the libraries for arduino. We will start to installing arduino IDE, for this, we will execute the next commands in a terminal:
sudo apt-get update
sudo apt-get install arduino arduino-core