~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to src/map/MapCppTrackerIntegratedPRSeed/sconscript

  • Committer: Christopher Hunt
  • Date: 2018-07-04 14:12:12 UTC
  • Revision ID: christopher.hunt08@imperial.ac.uk-20180704141212-orzzl40mi53xc6kh
Added files for field integrated kalman filter. Now to test it...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
require_root = True
 
2
require_g4 = True
 
3
 
 
4
#get environment and project
 
5
Import('env', 'project')
 
6
localenv = env.Clone()
 
7
 
 
8
env.jDev.build_project(localenv, project)