Giter Club home page Giter Club logo

frasier_openrave's Introduction

frasier_openrave

Installation

Note this instructions are tested on Ubuntu 18.04.

Dependencies:

HSR Installation

  • Follow the the instructions here.
  • If you don't have the login information, please ask Tarik Kelestemur.

OpenRAVE Installation
Install dependencies:

  • Follow the instructions here.
  • Add the following to .bashrc:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(openrave-config --python-dir)/openravepy/_openravepy_
export PYTHONPATH=$PYTHONPATH:$(openrave-config --python-dir)

TrajOpt Installation
Install dependencies:

sudo apt install libopenscenegraph-dev libeigen3-dev

Trajopt uses Gurobi for the optimization. Install Gurobi by following the instructions here. You can get a free acadamic license if you have .edu email.

  1. git clone https://github.com/tkelestemur/trajopt.git
  2. cd trajopt && mkdir build && cd build
  3. cmake .. -DGUROBI_LIBRARY=/opt/gurobi801/linux64/lib/libgurobi80.so
  4. make -j4
  5. Add the following to .bashrc:
export TRAJOPT_HOME=/path/to/trajopt/folder

Package Installation
Install dependencies:

sudo apt install ros-melodic-ecl
  1. cd catkin_ws/src
  2. git clone https://github.com/tkelestemur/frasier_openrave.git
  3. catkin build

TODO:

  • visualize collison objects in rviz
  • redundant ik solver from openrave
  • point cloud updater using ROS
  • cannot set goal angle for base_t_joint
  • fix viewer (change to osg viewer)
  • IK using trajopt
  • planning using trajopt

frasier_openrave's People

Contributors

jlynchpitt avatar tkelestemur avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

river-lab

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.