Coder Social home page Coder Social logo

courserepo's Introduction

CourseRepo

This folder contains the files for SLAM Robotics & Autonomous Driving course, this course mostly based on: Ubuntu (I use 14.04) with ROS Indigo.

  1. Install ROS 安装ROS版本可以根据个人情况而定,没有特定要求

Before start, please follow the instruction to install ROS:

  • For indigo: Link, if you use ubuntu, follow this link

  • For other distribution of ROS, please search google with: ROS + dirstribution + install

  1. Install Opencv

Please follow this intruction

If you need a disfferent distribution, execute

  • git checkout distribution

Pre-materials

How to creat a ROS Workspace, it is more convenient than catkin_workspace

  1. First step:

cd ~/

mkdir ROS_WORKSPACE

  1. Edit .bashrc

gedit .bashrc # open .bashrc under ~/

Then, paste the following behind source /opt/ros/indigo/setup.bash:

ROS_WORKSPACE=$HOME/ROS_WORKSPACE

export ROS_WORKSPACE

ROS_PACKAGE_PATH=$ROS_WORKSPACE:$ROS_PACKAGE_PATH

export ROS_PACKAGE_PATH

Open a new terminal, try:

roscd

CMake Tutorial

  1. 一本很好的书,感谢作者
  1. 一个很好的教程

Add SSH key to your github

Follow this intruction,

https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/

If not working, go to your folder with use interface or go to the /path/of/the/folder in terminal execute:

ll

Then, go to .git/config, change

url = http://github.com/path/to/repository to url = ssh://[email protected]/path/to/repository Then, it should work.

资料

更新了阅读资料百度网盘链接 密码 ​​​tpb3

需要资料的话,请留言,或者平台问答.

Course Contents

courserepo's People

Contributors

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