Skip to content

johnjsb/IGVC2015

 
 

Repository files navigation

IGVC2015

This is the AI branch.

To pull:

git fetch origin

git checkout -b AI origin/AI

To check which branch you are on:

git branch

To only build the sb_ai package, cd into the root of the workspace:

catkin_make -DCATKIN_WHITELIST_PACKAGES="sb_ai"

Every time catkin_make is called it will only build the sb_ai package

To revert back to building all the packages:

catkin_make -DCATKIN_WHITELIST_PACKAGES=""


To use the sb_gps branch:

  1. chmod +x sb_gps/scripts/gps_receiver.py

  2. Make sure that the shebang is pointing to the correct directory on your computer

  3. rosrun sb_gps gps_receiver.py

The node will start streaming data

catkin_make -DCATKIN_WHITELIST_PACKAGES=""

catkin_make -DCATKIN_BLACKLIST_PACKAGES="sb_gps;sb_jaus"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 46.2%
  • C 40.1%
  • Assembly 3.3%
  • Shell 2.7%
  • Roff 1.1%
  • Python 0.9%
  • Other 5.7%