Giter VIP home page Giter VIP logo

apc_ros's Introduction

Amazon Picking Challenge

APC ROS software for team Georgia Tech, lead by Eric Huang

Install

In your repos directory

[email protected]:miloyip/rapidjson.git cd rapidjson mkdir build cd build cmake .. make sudo make install

In your catkin_workspace

git clone [email protected]:ehuang3/apc_ros.git cd apc_ros git submodule update --init

sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl sudo apt-get update sudo apt-get install libpcl-all

sudo apt-get install ros-indigo-moveit-full sudo apt-get install ros-indigo-openni2-camera ros-indigo-openni2-launch sudo apt-get install binutils-dev

ROS packages

cd catkin_ws git repositories (These belong in your catkin_ws/src) git clone [email protected]:ehuang3/moveit_core.git git clone [email protected]:ehuang3/moveit_ros.git cd moveit_ros git checkout apc git pull cd .. git clone [email protected]:ehuang3/geometric_shapes.git git clone [email protected]:ehuang3/robot_calibration.git git clone [email protected]:ros/urdfdom.git cd urdfdom wget https://raw.github.com/ros-gbp/urdfdom-release/debian/ROS_DISTRO/UBUNTU_DISTRO/urdfdom/package.xml cd urdf_parser_py sudo python setup.py install cd ../..

Then catkin_make

roslaunch apc_moveit_config setup_assistant.launch click "load files" in the bottom right go to configure add the .setup thing at the bottom of configure generate, then you are done

Ceres

sudo apt-get install libgoogle-glog-dev sudo apt-get install libatlas-base-dev sudo apt-get install libeigen3-dev sudo apt-get install libsuitesparse-dev sudo add-apt-repository ppa:bzindovic/suitesparse-bugfix-1319687 sudo apt-get update sudo apt-get install libsuitesparse-dev

Do this in your repos directory

wget http://ceres-solver.org/ceres-solver-1.10.0.tar.gz tar zxf ceres-solver-1.10.0.tar.gz mkdir ceres-bin cd ceres-bin cmake ../ceres-solver-1.10.0 make -j3 make test make install

Matlab stuff

To install python matlab engine

in matlab, type "matlabroot" cd to matlabroot/extern/engines/python sudo python setup.py install

sudo apt-get install csh sudo pip install pymatlab echo "export PATH=/usr/local/MATLAB/R02014b/bin:$PATH" >> ~/.bashrc

source ~/.bashrc

Fixing time issues

sudo apt-get install chrony sudo ntpdate patlabor (patlabor must have chrony installed)

Running Stuff

roslaunch apc_moveit_config demo_movegroup.launch roslaunch apc_moveit_config demo_rviz.launch roslaunch apc_launch apc_kinect2.launch

apc_ros's People

Contributors

edwinem avatar ehuang3 avatar jpanikulam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

guillermoacdc

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.