cwrucutter / snowmower_localization

An EFK for the snowmower.
MIT License
1 stars 1 forks source link

Fix of CMakeLists.txt and package.xml so that code compiles the first time. #39

Open kleinma opened 8 years ago

kleinma commented 8 years ago

catkin_make has to be run multiple times. The first time there are some dependency issues (I think! I'm new at this kind of stuff!) with glog_catkin, eigen_checks, and catkin_simple. I think a properly created CMakeLists.txt and package.xml will fix this.