Git Product home page Git Product logo

inmoov_ros's Introduction

Alan's InMoov ROS Introduction

enter image description here

This is very much a work in progress. I'll periodically push updates based on things that I've done, but there's no guarantee that everything works.


###What Is It? This is a ROS software stack that connects a dedicated PC to an InMoov robot.
It currently implements the following:

  • a fully articulated URDF model of InMoov
  • inmoov firmware that integrates rossserial_arduino for communication
  • inmoov_msgs that define communication between host pc and arduino
  • trainer module to set arduino eeprom values and calibrate each servo

###What You Need To Get Started

This works with a specific technology stack. It can be run natively on a PC, or in VMWare Player. Everything is tied to compatibility with MoveIt!.

MoveIt! is currently available for ROS Indigo, and Indigo is tied to Ubuntu 14.04 LTS, so everything fits together from there.

As soon as they release MoveIt! packages for ROS Kinetic, the stack will be updated to Ubuntu 16.04 + ROS Kinetic + MoveIt!

####What you'll need:

###How to Install It: Copy these packages into your {inmoov_ros}/src folder Run the following commands from the root of your {inmoov_ros} folder:

catkin_make              #build/rebuild all projects
source devel/setup.bash  #let ROS know about all of your new packages

###How to use it: Run the following commands:

rosrun inmoov_tools set_parameters.py        #loads parameters into server
roslaunch inmoov_tools servobus.launch       #launches arduino interfaces
roslaunch inmoov_description display.launch  #launches rviz
rosrun inmoov_tools trainer.py               #launches trainer module

###Next Steps (todo list)

  • urdf: fix right shoulder out rotation
  • urdf: fix right wrist rotation
  • trainer: move all arduino communication to service calls
  • trainer: only publish joint commands to joint_command topic
  • node: write node that sends joint commands to arduino through service calls
  • pose: migrate pose module to pyqt4
  • headdemo: migrate headdemo module to pyqt4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.