Skip to content

Udacity Self driving car nano-degree: Template for programming assigments

Notifications You must be signed in to change notification settings

ivovandongen/CarND-term2-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

  • #> git submodule update --init --recursive
  • #> mkdir build && cd build && cmake .. -DGIT_SUBMODULE=ON && make
  • #> ./Template

Usage as template:

  • #> git init
  • #> git remote add template git@github.com:ivovandongen/CarND-term2-template.git
  • #> git remote add origin <your remote>
  • #> git fetch template
  • #> git checkout -b master template/master

Then adapt and use build instructions above

Pushing changes to your own repo:

  • #> git push -u origin master

About

Udacity Self driving car nano-degree: Template for programming assigments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published