Git Product home page Git Product logo

pytorch-with-ros-installation-guide's Introduction

Anaconda-with-ROS-Installation-Guide

Get Anaconda and ROS running together on Ubuntu 16.04

  1. Install Anaconda: https://conda.io/docs/user-guide/install/linux.html

  2. Set default python version to python 2.7

    1. conda update conda
    2. conda install python=2.7
  3. Install ROS (Skip i,ii if ROS was installed earlier)

    1. sudo -E sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
    2. sudo -E apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
    3. sudo apt-get update
    4. sudo apt-get install ros-kinetic-desktop-full
  4. Install catkin_pkg

    1. conda install -c auto catkin_pkg
  5. Install extra dependencies

    1. pip install -U rosdep rosinstall_generator wstool rosinstall six vcstools
    2. pip install msgpack
    3. pip install empy DONT: pip install em - it confuses em for empy and catkin_make doesn’t work
  6. Source it:

    1. source /opt/ros/kinetic/setup.bash

pytorch-with-ros-installation-guide's People

Contributors

ankur-deka avatar

Watchers

James Cloos 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.