Increased max nbr of drivers to enable simplix_indy to drive all cars
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@927 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: a890dc8eb44b0f911c1f5a6e5f068a520427dc0e Former-commit-id: 04ab7be552fe8c70838b0584e76bd611b44ff5fe
This commit is contained in:
parent
5dbf6ad722
commit
0548ebec21
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
|||
//==========================================================================*
|
||||
// Global constants, to be changed for different wdbee-bots
|
||||
//--------------------------------------------------------------------------*
|
||||
static const int MAX_NBBOTS = 20; // Number of drivers/robots
|
||||
static const int MAX_NBBOTS = 100; // Number of drivers/robots
|
||||
// Estimation of acceleration: depends on car types
|
||||
// carX-trb1:
|
||||
const double PAR_A = 0.001852; // Parameters of a quadratic
|
||||
|
|
Loading…
Reference in a new issue