Skip to content

Benjamin-Tan/stanford_self_driving_car_code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stanford Self Driving Car Code

Stanford Code From Cars That Entered DARPA Grand Challenges

Software Infrastructure for Stanford's Autonomous Vehicles

See http://robots.stanford.edu/papers/junior08.pdf

Originally found on Sourceforge

Updated, attempt to move from rosbuild to catkin

  1. catkinize the workspace, several packages still has yet to be ported.
  2. compile the packages with custom messages first (velodyne, driving_common, perception, applanix, localize, controller)

catkin_make -DCATKIN_WHITELIST_PACKAGES="<package name>"

  1. compile the rest

catkin_make -DCATKIN_WHITELIST_PACKAGES=""

About

Stanford Code From Cars That Entered DARPA Grand Challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.3%
  • C 33.0%
  • MATLAB 0.3%
  • CMake 0.2%
  • Python 0.1%
  • Makefile 0.1%