All Projects → pollen-robotics → reachy-legacy

pollen-robotics / reachy-legacy

Licence: other
A 7 dof prothesis robotic arm.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
CSS
56736 projects
lua
6591 projects
Makefile
30231 projects

Projects that are alternatives of or similar to reachy-legacy

dynamixel-workbench
ROS packages for Dynamixel controllers, msgs, single_manager, toolbox, tutorials
Stars: ✭ 91 (+37.88%)
Mutual labels:  dynamixel
turtlebot3 msgs
ROS msgs package for TurtleBot3
Stars: ✭ 53 (-19.7%)
Mutual labels:  dynamixel
emanual
Welcome to the ROBOTIS e-Manual ! The e-Manual page rendered from this repository is available for everyone. Just simply click the provided link below :)
Stars: ✭ 105 (+59.09%)
Mutual labels:  dynamixel
EvoArm
An open-source 3D-printable robotic arm
Stars: ✭ 114 (+72.73%)
Mutual labels:  dynamixel
ROBOTIS-OP3
ROS packages for the ROBOTIS OP3
Stars: ✭ 56 (-15.15%)
Mutual labels:  dynamixel
realant
RealAnt robot platform for low-cost, real-world reinforcement learning
Stars: ✭ 40 (-39.39%)
Mutual labels:  dynamixel
open manipulator simulations
ROS Simulation for OpenManipulator
Stars: ✭ 15 (-77.27%)
Mutual labels:  dynamixel
iknet
Inverse kinematics estimation of ROBOTIS Open Manipulator X with neural networks
Stars: ✭ 27 (-59.09%)
Mutual labels:  dynamixel
dynamixel control
ros2_control packages for ROBOTIS Dynamixel
Stars: ✭ 69 (+4.55%)
Mutual labels:  dynamixel
HexapodHDA
University Project: Design of a six-legged Hexapod with 3 DoF at each leg. Communication and control implementation on an Arduino 2560.
Stars: ✭ 20 (-69.7%)
Mutual labels:  dynamixel

Reachy the Bio-Inspired Robotic Arm

Beautiful, Easy-to-use, Versatile, Open Source Human-size robotic arm for your robotic applications!

About

Reachy is a unique robot arm with a high level of mobility (7-Dofs). Different tool can be added on the arm's tip such as hook, gripper and 5 fingers hand. You can learn more about this project on its webpage and on youtube: Video preview

Reachy is designed and produced by Pollen Robotics, we offer product design and custom developpement, you can learn more on our website.

Open source

Reachy hardware and software are both open source and can be freely modified/custumized by the end user to fit its needs.

The software is built on top of the Pypot library and is distributed under LGPL Licence.

The hardware is made using OnShape under Creative Commons BY-SA licence licence and is accessible here

Documentation

In this repository, there are multiple examples explaining how to use reachy.

  • A Quickstart on how to plug and start reachy can be found here.
  • You can learn more on the software architecture here.
  • Several examples are available in the folder applications.

Those notebooks can be viewed directly on GitHub or can also be run locally to directly experiment with your robot. See the jupyter documention for mor information on how to do that.

Installation

Reachy's control library is written in Python (>=2.7 or >= 3.4) and works on Win/Mac/Linux and Raspberry Pi. It allows for fast and simple control of your robotic arm. And also provides you example with more advanced features such as inverse kinematics, simulation, tracking, etc. It relies on the pypot library for the dynamixel motor communication.

On Raspberry-Pi, you can burn a ready to use image file (installation for both Python2 and Python3): here. You will need a 16Go SD card. You can plug a screen and keyboard directly on the Raspberry Pi or you can access it via ssh (hostname reachy, user pi and password reachy).

It can be installed from the source via pip.

git clone https://github.com/pollen-robotics/reachy.git
pip install -e ./reachy/software
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].