Giter Club home page Giter Club logo

fetch_mobile_manipulation's Introduction

fetch_mobile_manipulation

This repository provides reusable modules and code for mobile manipulation. It was built as part of my masters research. Although it's tested with the Fetch, most functionalities are agnostic to the robot.

Tested on Ubuntu 16.04, ROS Kinetic, Gazebo 7. Uses the fetch packages in https://github.com/fetchrobotics/fetch_ros.

Sublime's custom image

Install dependencies

sudo apt-get update
sudo apt-get install ros-kinetic-fetch-* (note - will install few additional ones than necessary)
sudo apt-get install ros-kinetic-trac-ik-kinematics-plugin (for Analytic Inverse Kinematics)

Please download gazebo models from https://bitbucket.org/osrf/gazebo_models/src/default/, and put them in 
~/.gazebo/models so your gazebo GUI can find them. 

Build

Make a new catkin_workspace, or change to an existing workspace's src directory.

mkdir -p ~/fetch_ws/src
cd ~/fetch_ws/src
git clone https://github.com/osuprg/fetch_mobile_manipulation/
cd ~/fetch_ws/
catkin_make

Run

source ~/fetch_ws/devel/setup.bash
cd ~/fetch_ws/mobile_manipulation/src/
./collect_data.sh 1

This does a single run of mobile manipulation.

Modules

Useful modules can be found in the /mobile_manipulation/src folder. Components are seperated out by utility.

Assumptions

On this user-facing branch, I have only added general components from my research code. The position of the object to be grasped is assumed to be known to avoid PCL dependencies. Localization is done using fake-odometry provided by a Gazebo Plugin, as the focus is more on mobile-manipulation and not localization. In the future, I might open source my perception code.

TODO

● ROS/Gazebo Docker Image to avoid dependancy conflicts

● New Worlds

● Perception Pipeline

fetch_mobile_manipulation's People

Contributors

sritee 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.