Skip to content

gripsCAR/Grips_Kraft

Repository files navigation

grips

ROS packages developed by the Group of Robots and Intelligent Machines from the Universidad Politécnica de Madrid. This group is part of the Centre for Automation and Robotics (CAR UPM-CSIC). On going development continues in the hydro-devel branch.

Maintainer: Francisco Suárez Ruiz, http://www.romin.upm.es/fsuarez/

Documentation

  • See the installation instructions below.
  • This repository.
  • Throughout the various files in the packages.
  • For questions, please use http://answers.ros.org

Build Status

Build Status

Installation

Basic Requirements

  1. Install ROS Hydro (Desktop Install Recommended)
  2. Install Gazebo 1.9
sudo apt-get install ros-hydro-desktop gazebo

Repository Installation

Go to your ROS working directory. e.g.

cd ~/catkin_ws/src

Use the wstool to install the repository

wstool init .
wstool merge https://raw.github.com/fsuarez6/grips/hydro-devel/grips.rosinstall
wstool update

Install any missing dependencies using rosdep:

rosdep update
rosdep install --from-paths . --ignore-src --rosdistro hydro

Now compile your ROS workspace. e.g.

cd ~/catkin_ws && catkin_make

Testing Installation

Be sure to always source the appropriate ROS setup file, which for Hydro is done like so:

source /opt/ros/hydro/setup.bash

You might want to add that line to your ~/.bashrc

Try any of the .launch files in the grips_gazebo package: (e.g. bimanual_setup.launch)

roslaunch grips_gazebo bimanual_setup.launch

Changelog

0.2.0 (2013-11-11)

  • Include bimanual setup

0.1.0 (2013-10-28)

  • Initial Release

Roadmap

0.3.0 (2013-11-11)

  • Replace grips collision meshes by simplified primitives (boxes, cylinders, etc.)
  • Add collision avoidance capabilities during teleoperation

Tutorials

TODO

About

ROS software for controlling 6-DOF GRIPS robot manipulator: http://krafttelerobotics.com/products/grips.htm

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages