Giter Club home page Giter Club logo

ridgeback_iiwa_integration's Introduction

Ridgeback + iiwa Integration

Tested on Ubuntu 18.04 with ROS Melodic.

This repository provides our customed ridgeback integration with KUKA LBR iiwa 7 R800. Supporting Moveit! and ROS navigation stack.

Build and Compile

  1. Clone this repository:
mkdir ros_ws && cd ros_ws && mkdir src
catkin_init_workspace
cd src
git clone https://github.com/daeunSong/ridgeback_iiwa_integration.git
  1. Clone iiwa related repository:
git clone -b glab/drawing https://github.com/daeunSong/iiwa_stack.git
  1. Clone ridgeback related repositories:
git clone https://github.com/ridgeback/ridgeback.git
git clone https://github.com/ridgeback/ridgeback_desktop.git
git clone https://github.com/ridgeback/ridgeback_simulator.git
  1. [Optional] Clone the example repositories:
git clone https://github.com/daeunsong/iiwa_examples.git
git clone https://github.com/daeunsong/ridgeback_examples.git
  1. Install the dependencies:
cd ..
rosdep install --from-paths src --ignore-src -r -y
  1. Build the workspace:
catkin build
  1. Add a parameter for robot description:
echo "export RIDGEBACK_URDF_EXTRAS=$(catkin_find ridgeback_iiwa_description urdf/ridgeback_iiwa_robot.urdf.xacro --first-only)" >> ~/.bashrc
  1. Source the workspace:
source devel/setup.bash

You can also add this line in ~/.bashrc, but be aware that this has to be above the line in step 7.

Demo

For a quick demo, run the following commands in respective terminals. Please refer to the documentation for more details.

  1. Run gazebo and bring up the robot model
roslaunch ridgeback_iiwa_gazebo ridgeback_iiwa_gazebo.launch 
  1. Run mobile manipulation demo
roslaunch ridgeback_iiwa_manipulation mobile_manipulation_interactive_demo.launch

References

Contact

All bug reports, feedback, comments, contributions or remarks are welcome.

ridgeback_iiwa_integration's People

Contributors

daeunsong avatar jiyooonpark avatar minie12 avatar yaesolkim avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

ridgeback_iiwa_integration's Issues

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.