Skip to content

delovsam/courseRepo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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:https://github.com/path/to/repository to url = ssh:https://[email protected]/path/to/repository Then, it should work.

Course Contents

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Makefile 54.5%
  • CMake 14.9%
  • C++ 11.8%
  • Python 9.8%
  • C 7.2%
  • Shell 1.8%