- fix build USR on Windows

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6065 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 31b73f927dc1ef34b86ae608bf60577347768600
Former-commit-id: 013b449d0703fcc421408b11873e46b59553870c
This commit is contained in:
torcs-ng 2015-08-09 16:59:15 +00:00
parent 204f412677
commit 07547074fc
4 changed files with 4 additions and 15 deletions

View file

@ -5,18 +5,7 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR})
SET(ROBOT_NAME "usr")
# Official-only USR interface.
SET(ROBOT_INTERFACE LEGACY WELCOME
usr_trb1
usr_sc
usr_ls1
usr_ls2
usr_mpa1
usr_mpa11
usr_mpa12
usr_36GP
usr_rs
usr_lp1
)
SET(ROBOT_INTERFACE LEGACY WELCOME)
SET(ROBOT_SOURCES
src/usr.cpp

View file

@ -19,7 +19,7 @@
#include "pit.h"
#include "xmldefs.h"
#include "globaldefs.h"
const float Pit::SPEED_LIMIT_MARGIN = 0.5; // [m/s] savety margin to avoid pit speeding.

View file

@ -22,7 +22,7 @@
#include "linalg.h"
#include "mod.h"
#include "xmldefs.h"
#include "globaldefs.h"
enum { LINE_MID=0, LINE_RL };
enum { mode_normal=1, mode_correcting, mode_avoiding, mode_pitting };

View file

@ -23,7 +23,7 @@
#include "strategy.h"
#include "xmldefs.h"
#include "globaldefs.h"
const float SimpleStrategy::MAX_FUEL_PER_METER = 0.0008f; // [kg/m] fuel consumtion.