Coder Social home page Coder Social logo

gummi_moveit's Introduction

gummi_moveit

Core files for Moveit! for the GummiArmCE.

Setting it up

For full funcionality this package requires gummi_base_XXX + gummi_ee_YYY + gummi_interface. Set those up in your catkin workspace directory and install all dependencies with rosdep:

$ rosdep install -y --from-paths . --ignore-src --rosdistro <YOUR-ROS-DISTRO>

Remembering to change <YOUR-ROS-DISTRO> for your ros distro, say kinetic or lunar or hydro. Then proceed with catkin_make.

If you don't have the robot or don't need to move the robot to test your code you only need gummi_base_XXX + gummi_ee_YYY. The package gummi_interface is required for node "gummi_right_arm_controller of type "follow_joint_trajectory.py", but this is not used for simulation, but still loaded in demo.

How to launch it

Simulated arm

$ roslaunch gummi_moveit demo.launch

Simulated arm with gui interface

$ roslaunch gummi_moveit demo.launch usegui:=true

Run it on the real robotic arm

  1. Launch manager (roscore and the usb dongles for the dynamixels):

    $ roslaunch gummi_base_XXX manager.launch
    
  2. Launch controllers (defines what motor acts on which joint):

    $ roslaunch gummi_base_XXX controllers.launch
    
  3. Launch gummi (loads antagonists, PIDs, encoder feedbacks, sets contraction levels, initializes joints, etc): ATTENTION: This is the first package that actually makes the robot move, be ready to shut it down promptly in case of improper behaviour

    $ roslaunch gummi_interface gummi.launch
    
  4. Run moveit planner with rviz interface:

    $ roslaunch gummi_moveit gummi_moveit.launch
    

Creative Commons License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

gummi_moveit's People

Contributors

mstoelen avatar ricardodeazambuja avatar

Watchers

 avatar

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.