dandroid: Simplify driver track/car parameters

Most of dandroid's private parameters are shared among cars and even
entire categories, and only a small fraction of such parameters are ever
changed.

Therefore, this commit suggests sane defaults so as to remove all
redundant parameters in order to greatly simplify dandroid-based driver
parameters. Also, it adds the possibility to set per-category
parameters.
This commit is contained in:
Xavier Del Campo Romero 2024-11-27 07:33:35 +01:00
parent 4d2954ff52
commit 370b76edbf
129 changed files with 4311 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="fuelpermeter" val="0.0008"/>
<!-- Race line ClothoidPath -->
<attnum name="marginoutside" val="2.0"/>
</section>
</params>

View file

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "../../../../src/libs/tgf/params.dtd">
<params name="67gp-cavallo-123" type="template">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.75" val="0.59"/>
<attnum name="max pressure" unit="kPa" min="8000" max="18000" val="17000"/>
</section>
<section name="Gearbox">
<section name="gears">
<section name="r">
<attnum name="ratio" min="-5" max="0" val="-2.0"/>
</section>
<section name="1">
<attnum name="ratio" min="0.0" max="5.0" val="2.960"/>
</section>
<section name="2">
<attnum name="ratio" min="0.0" max="5.0" val="1.980"/>
</section>
<section name="3">
<attnum name="ratio" min="0.0" max="5.0" val="1.450"/>
</section>
<section name="4">
<attnum name="ratio" min="0.0" max="5.0" val="1.11"/>
</section>
<section name="5">
<attnum name="ratio" min="0.0" max="5.0" val="0.98"/>
</section>
</section>
</section>
<section name="private">
<attnum name="muscale" val="0.83"/>
<attnum name="brakescale" val="1.94"/>
<!-- Race line ClothoidPath -->
<attnum name="marginoutside" val="2.3"/>
</section>
</params>

View file

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "../../../../src/libs/tgf/params.dtd">
<params name="67gp-cavallo-123" type="template">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.75" val="0.59"/>
<attnum name="max pressure" unit="kPa" min="8000" max="18000" val="17000"/>
</section>
<section name="Gearbox">
<section name="gears">
<section name="r">
<attnum name="ratio" min="-5" max="0" val="-2.0"/>
</section>
<section name="1">
<attnum name="ratio" min="0.0" max="5.0" val="2.960"/>
</section>
<section name="2">
<attnum name="ratio" min="0.0" max="5.0" val="1.980"/>
</section>
<section name="3">
<attnum name="ratio" min="0.0" max="5.0" val="1.450"/>
</section>
<section name="4">
<attnum name="ratio" min="0.0" max="5.0" val="1.11"/>
</section>
<section name="5">
<attnum name="ratio" min="0.0" max="5.0" val="0.98"/>
</section>
</section>
</section>
<section name="private">
<attnum name="muscale" val="0.89"/>
<attnum name="brakescale" val="1.93"/>
<!-- Race line ClothoidPath -->
<attnum name="marginoutside" val="1.7"/>
</section>
</params>

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "../../../../src/libs/tgf/params.dtd">
<params name="67gp-guthrie-eagle" type="template">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.75" val="0.53"/>
<attnum name="max pressure" unit="kPa" min="8000" max="18000" val="17500"/>
</section>
<section name="private">
<attnum name="muscale" val="0.82"/>
<attnum name="brakescale" val="1.99"/>
<!-- Race line ClothoidPath -->
<attnum name="marginoutside" val="2.4"/>
</section>
</params>

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "../../../../src/libs/tgf/params.dtd">
<params name="67gp-guthrie-eagle" type="template">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.75" val="0.56"/>
<attnum name="max pressure" unit="kPa" min="8000" max="18000" val="17500"/>
</section>
<section name="private">
<attnum name="muscale" val="0.89"/>
<attnum name="brakescale" val="1.93"/>
<!-- Race line ClothoidPath -->
<attnum name="marginoutside" val="1.7"/>
</section>
</params>

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "../../../../src/libs/tgf/params.dtd">
<params name="67gp-kuiper-t81" type="template">
<section name="private">
<attnum name="muscale" val="0.83"/>
<attnum name="brakescale" val="1.98"/>
<!-- Race line ClothoidPath -->
<attnum name="marginoutside" val="2.4"/>
</section>
</params>

View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "../../../../src/libs/tgf/params.dtd">
<params name="67gp-kuiper-t81" type="template">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.75" val="0.57"/>
<attnum name="max pressure" unit="kPa" min="8000" max="18000" val="17500"/>
</section>
<section name="private">
<attnum name="brakescale" val="1.91"/>
<!-- Race line ClothoidPath -->
<attnum name="marginoutside" val="1.7"/>
</section>
</params>

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "../../../../src/libs/tgf/params.dtd">
<params name="67gp-upping-ut19" type="template">
<section name="private">
<attnum name="muscale" val="0.81"/>
<attnum name="brakescale" val="1.95"/>
<!-- Race line ClothoidPath -->
<attnum name="marginoutside" val="2.3"/>
</section>
</params>

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "../../../../src/libs/tgf/params.dtd">
<params name="67gp-upping-ut19" type="template">
<section name="private">
<attnum name="muscale" val="0.995"/>
<attnum name="brakescale" val="1.92"/>
<!-- Race line ClothoidPath -->
<attnum name="marginoutside" val="1.7"/>
</section>
</params>

View file

@ -0,0 +1,47 @@
include(${CMAKE_SOURCE_DIR}/cmake/macros.cmake)
set(dirs
67gp-cavallo-123
67gp-guthrie-eagle
67gp-kuiper-t81
67gp-upping-ut19
ls1-archer-r9
ls1-cavallo-570s1
ls1-marisatech-gt4r
ls1-newcastle-fury
ls1-taipan-ltsr
ls1-toro-rgt
ls1-vulture-v5r
ls1-vulture-v6r
ls1-zentek-z7r
mpa12-murasama
sc-boxer-96
sc-cavallo-360
sc-deckard-conejo
sc-fmc-gt4
sc-kanagawa-z35gts
sc-kongei-kk8s
sc-lynx-220
sc-murasama-nsx
sc-spirit-300
)
set(files
36GP.xml
default.xml
logo.rgb
LS-GT1.xml
LS-P1.xml
LS-P2.xml
MPA11.xml
RS.xml
SRW.xml
TRB1.xml
)
ROBOT_DATA(
NAME dandroid
FILES ${files}
SUBDIRS ${dirs}
PATTERNS *.xml
)

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="ls1-toro-rgt">
<section name="private">
<attnum name="muscale" val="0.97"/>
<attnum name="brakescale" val="1.95"/>
<attnum name="fuelpermeter" val="0.0008"/>
</section>
</params>

View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="fuelpermeter" val="0.003"/>
</section>
</params>

View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="fuelpermeter" val="0.0008"/>
</section>
</params>

View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
file : viper-gts-r.xml
created : Sat Mar 3 18:46:37 CET 2001
copyright : (C) 2001 by Eric Espié
email : Eric.Espie@torcs.org
-->
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "../../../../src/libs/tgf/params.dtd">
<params name="" type="template">
<section name="private">
<attnum name="muscale" val="1.03"/>
<attnum name="brakescale" val="1.89"/>
</section>
</params>

View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="fuelpermeter" val="0.0007"/>
</section>
</params>

View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="fuelpermeter" val="0.0007"/>
</section>
</params>

17
data/drivers/dandroid/TRB1.xml Executable file
View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="bumpspeedfactor" val="2.5"/>
<attnum name="fuelpermeter" val="0.0007"/>
</section>
</params>

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
file : default.xml
created : 01 Dec 2007
last modified : 24 Nov 2008
copyright : (C) 2007-2008 Wolf-Dieter Beelitz
SIMPLIX TRB1 - ALL CARS
-->
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
<params name="dandroid" type="template" mode="mw">
<section name="skilling">
<attnum name="enable" min="0" max="1" val="1"/>
</section>
</params>

Binary file not shown.

View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
file : default.xml
created : Sun May 02 01:36:37 CET 2021
copyright : (C) 2021 Xavier Bertaux
email : bertauxx@gmail.com
-->
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "../../../../src/libs/tgf/params.dtd">
<params name="ls1-archer-r9">
<section name="private">
<attnum name="muscale" val="0.96"/>
<attnum name="brakescale" val="1.92"/>
<attnum name="fuelpermeter" val="0.0008"/>
</section>
</params>

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="ls1-cavallo-570s1">
<section name="private">
<attnum name="muscale" val="0.97"/>
<attnum name="brakescale" val="1.95"/>
<attnum name="fuelpermeter" val="0.0008"/>
</section>
</params>

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="ls1-marosatech-gt4r">
<section name="private">
<attnum name="muscale" val="0.97"/>
<attnum name="brakescale" val="1.95"/>
<attnum name="fuelpermeter" val="0.0008"/>
</section>
</params>

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="ls1-newcastle-fury">
<section name="private">
<attnum name="muscale" val="0.96"/>
<attnum name="brakescale" val="1.95"/>
<attnum name="fuelpermeter" val="0.0008"/>
</section>
</params>

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="ls1-taipan-ltsr">
<section name="private">
<attnum name="muscale" val="0.97"/>
<attnum name="brakescale" val="1.95"/>
<attnum name="fuelpermeter" val="0.0008"/>
</section>
</params>

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="ls1-toro-rgt">
<section name="private">
<attnum name="muscale" val="0.97"/>
<attnum name="brakescale" val="1.95"/>
<attnum name="fuelpermeter" val="0.0008"/>
</section>
</params>

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="ls1-vulture-v5r">
<section name="private">
<attnum name="muscale" val="0.96"/>
<attnum name="brakescale" val="1.95"/>
<attnum name="fuelpermeter" val="0.0008"/>
</section>
</params>

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="ls1-vulture-v6r">
<section name="private">
<attnum name="muscale" val="0.97"/>
<attnum name="brakescale" val="1.95"/>
<attnum name="fuelpermeter" val="0.0008"/>
</section>
</params>

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="ls1-zentek-z7r">
<section name="private">
<attnum name="muscale" val="0.97"/>
<attnum name="brakescale" val="1.95"/>
<attnum name="fuelpermeter" val="0.0008"/>
</section>
</params>

View file

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
file : viper-gts-r.xml
created : Sat Mar 3 18:46:37 CET 2001
copyright : (C) 2001 by Eric Espié
email : Eric.Espie@torcs.org
-->
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "../../../../src/libs/tgf/params.dtd">
<params name="mpa12-murasama" type="template">
<section name="Tires Set">
<attnum name="compound set" min="1" max="5" val="3" />
</section>
<section name="private">
<attnum name="fuelpermeter" val="0.0001"/>
<attnum name="muscale" val="0.90"/>
<attnum name="brakescale" val="1.90"/>
</section>
</params>

View file

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
file : mpa12-murasamar.xml
created : Thu Aug 22 18:46:37 CET 2023
copyright : (C) 2023 by Xavier Bertaux
email : bertauxx@gmail.com
-->
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "../../../../src/libs/tgf/params.dtd">
<params name="mpa12-murasama" type="template">
<section name="Front Wing">
<attnum name="angle" unit="deg" val="4"/>
</section>
<section name="Rear Wing">
<attnum name="angle" unit="deg" val="2"/>
</section>
<section name="Gearbox">
<section name="gears">
<section name="r">
<attnum name="ratio" min="-3" max="0" val="-2"/>
</section>
<section name="1">
<attnum name="ratio" min="0" max="5" val="2.3"/>
</section>
<section name="2">
<attnum name="ratio" min="0" max="5" val="1.52"/>
</section>
<section name="3">
<attnum name="ratio" min="0" max="5" val="1.186"/>
</section>
<section name="4">
<attnum name="ratio" min="0" max="5" val="0.955"/>
</section>
<section name="5">
<attnum name="ratio" min="0" max="5" val="0.799"/>
</section>
<section name="6">
<attnum name="ratio" min="0" max="5" val="0.755"/>
</section>
</section>
</section>
<section name="Tires Set">
<attnum name="compound set" min="1" max="5" val="1" />
</section>
<section name="private">
<attnum name="muscale" val="1.05"/>
<attnum name="brakescale" val="1.90"/>
</section>
</params>

View file

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.4" max="0.7" val="0.6"/>
<attnum name="max pressure" min="100" max="20000" unit="kPa" val="13000"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="0.98"/>
<attnum name="brakescale" val="2.40"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="9.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.3"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.4" max="0.7" val="0.6"/>
<attnum name="max pressure" min="100" max="20000" unit="kPa" val="13000"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="0.97"/>
<attnum name="brakescale" val="2.18"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.4" max="0.7" val="0.6"/>
<attnum name="max pressure" min="100" max="20000" unit="kPa" val="13500"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.00"/>
<attnum name="brakescale" val="2.02"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.4" max="0.7" val="0.6"/>
<attnum name="max pressure" min="100" max="20000" unit="kPa" val="13800"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.02"/>
<attnum name="brakescale" val="2.02"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.00"/>
<attnum name="brakescale" val="2.02"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="2.0"/>
<attnum name="muscale" val="0.92"/>
<attnum name="brakescale" val="1.92"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.00"/>
<attnum name="brakescale" val="1.92"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="mufactor" val="1.20"/>
<attnum name="brakescale" val="2.0"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.4"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.04"/>
<attnum name="brakescale" val="1.98"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.02"/>
<attnum name="brakescale" val="1.90"/>
<attnum name="fuelpermeter" val="0.000440"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="9.5"/>
<attnum name="maxright" val="9.5"/>
<attnum name="margininside" val="0.7"/>
<attnum name="marginoutside" val="1.3"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.04"/>
<attnum name="brakescale" val="1.98"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="mufactor" val="1.04"/>
<attnum name="brakescale" val="1.98"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.05"/>
<attnum name="brakescale" val="2.08"/>
<attnum name="fuelpermeter" val="0.000446"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.18"/>
<attnum name="brakescale" val="2.58"/>
<attnum name="fuelpermeter" val="0.000429"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.12"/>
<attnum name="brakescale" val="1.68"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="mufactor" val="1.24"/>
<attnum name="brakescale" val="1.25"/>
<attnum name="fuelpermeter" val="0.000487"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.04"/>
<attnum name="brakescale" val="2.30"/>
<attnum name="fuelpermeter" val="0.000437"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.04"/>
<attnum name="brakescale" val="1.98"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="150.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="1.5"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.2"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="mufactor" val="1.07"/>
<attnum name="mureductionLR" val="1.00"/>
<attnum name="brakescale" val="1.68"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="mufactor" val="1.07"/>
<attnum name="mureductionLR" val="1.00"/>
<attnum name="brakescale" val="1.68"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="2.0"/>
<attnum name="muscale" val="0.92"/>
<attnum name="brakescale" val="1.92"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="mufactor" val="1.06"/>
<attnum name="brakescale" val="1.92"/>
<attnum name="fuelpermeter" val="0.00054"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.65" val="0.51"/>
<attnum name="max pressure" unit="kPa" min="5000" max="18000" val="17500"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="0.92"/>
<attnum name="brakescale" val="2.22"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="2.2"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.65" val="0.57"/>
<attnum name="max pressure" unit="kPa" min="5000" max="18000" val="17500"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="0.992"/>
<attnum name="brakescale" val="2.02"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.1"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.65" val="0.42"/>
<attnum name="max pressure" unit="kPa" min="5000" max="18000" val="20500"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="0.91"/>
<attnum name="brakescale" val="2.06"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.1"/>
<attnum name="marginoutside" val="1.7"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.65" val="0.39"/>
<attnum name="max pressure" unit="kPa" min="5000" max="18000" val="17500"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.06"/>
<attnum name="brakescale" val="2.28"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.1"/>
<attnum name="marginoutside" val="1.7"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.65" val="0.35"/>
<attnum name="max pressure" unit="kPa" min="5000" max="18000" val="17500"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="2.0"/>
<attnum name="muscale" val="0.92"/>
<attnum name="brakescale" val="1.92"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.65" val="0.41"/>
<attnum name="max pressure" unit="kPa" min="5000" max="18000" val="20500"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="0.93"/>
<attnum name="brakescale" val="2.02"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="8.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.30"/>
<attnum name="brakescale" val="2.50"/>
<attnum name="fuelpermeter" val="0.00036"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="0.95"/>
<attnum name="brakescale" val="2.02"/>
<attnum name="fuelpermeter" val="0.0004"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.30"/>
<attnum name="brakescale" val="2.50"/>
<attnum name="fuelpermeter" val="0.000395"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="0.93"/>
<attnum name="brakescale" val="2.02"/>
<attnum name="fuelpermeter" val="0.00039"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="0.998"/>
<attnum name="brakescale" val="2.02"/>
<attnum name="fuelpermeter" val="0.000451"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.65" val="0.56"/>
<attnum name="max pressure" unit="kPa" min="5000" max="18000" val="17500"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="0.89"/>
<attnum name="brakescale" val="2.02"/>
<attnum name="fuelpermeter" val="0.00043"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="2.5"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.65" val="0.51"/>
<attnum name="max pressure" unit="kPa" min="5000" max="18000" val="17500"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="0.992"/>
<attnum name="brakescale" val="2.02"/>
<attnum name="fuelpermeter" val="0.00042"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.1"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.02"/>
<attnum name="brakescale" val="2.02"/>
<attnum name="fuelpermeter" val="0.00042"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.65" val="0.57"/>
<attnum name="max pressure" unit="kPa" min="5000" max="18000" val="17500"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="0.992"/>
<attnum name="brakescale" val="2.02"/>
<attnum name="fuelpermeter" val="0.00042"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.1"/>
<attnum name="marginoutside" val="1.7"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.65" val="0.368"/>
<attnum name="max pressure" unit="kPa" min="5000" max="18000" val="17500"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.10"/>
<attnum name="brakescale" val="2.68"/>
<attnum name="fuelpermeter" val="0.00041"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.1"/>
<attnum name="marginoutside" val="1.7"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.05"/>
<attnum name="brakescale" val="2.02"/>
<attnum name="fuelpermeter" val="0.000465"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.05"/>
<attnum name="brakescale" val="2.65"/>
<attnum name="fuelpermeter" val="0.00043"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.00"/>
<attnum name="brakescale" val="2.55"/>
<attnum name="fuelpermeter" val="0.000433"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="0.92"/>
<attnum name="brakescale" val="1.90"/>
<attnum name="fuelpermeter" val="0.000385"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.10"/>
<attnum name="brakescale" val="1.90"/>
<attnum name="fuelpermeter" val="0.0005"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.10"/>
<attnum name="brakescale" val="2.65"/>
<attnum name="fuelpermeter" val="0.00045"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="2.0"/>
<attnum name="muscale" val="0.92"/>
<attnum name="brakescale" val="1.92"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="muscale" val="1.02"/>
<attnum name="brakescale" val="1.95"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="fuelpermeter" val="0.000435"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.00"/>
<attnum name="brakescale" val="1.92"/>
<attnum name="fuelpermeter" val="0.00046"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="9.5"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.7" val="0.48"/>
<attnum name="max pressure" unit="kPa" min="100" max="30000" val="14000"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.00"/>
<attnum name="brakescale" val="2.12"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="2.2"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.7" val="0.45"/>
<attnum name="max pressure" unit="kPa" min="100" max="30000" val="14000"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.01"/>
<attnum name="brakescale" val="2.12"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.01"/>
<attnum name="brakescale" val="1.88"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.0"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.7" val="0.48"/>
<attnum name="max pressure" unit="kPa" min="100" max="30000" val="14000"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.06"/>
<attnum name="brakescale" val="1.88"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.7" val="0.48"/>
<attnum name="max pressure" unit="kPa" min="100" max="30000" val="14000"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.06"/>
<attnum name="brakescale" val="1.86"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="0.94"/>
<attnum name="brakescale" val="1.80"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="0.94"/>
<attnum name="brakescale" val="1.84"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="2.0"/>
<attnum name="muscale" val="0.93"/>
<attnum name="brakescale" val="1.94"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="1.00"/>
<attnum name="brakescale" val="1.92"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="Brake System">
<attnum name="front-rear brake repartition" min="0.3" max="0.65" val="0.58"/>
<attnum name="max pressure" unit="kPa" min="5000" max="18000" val="17500"/>
</section>
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="0.90"/>
<attnum name="brakescale" val="1.90"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.9"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="1.0"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="200.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.5"/>
<attnum name="clothoidfactor" val="1.005"/>
<attnum name="seglen" val="3.0"/>
</section>
</params>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation; either version 2 of the License, or -->
<!-- (at your option) any later version. -->
<!DOCTYPE params SYSTEM "params.dtd">
<params name="">
<section name="private">
<attnum name="brakeforcefactor" val="0.95"/>
<attnum name="brakeforcemin" val="0.25"/>
<attnum name="bumpspeedfactor" val="3.0"/>
<attnum name="muscale" val="0.95"/>
<attnum name="brakescale" val="1.88"/>
<attnum name="fuelpermeter" val="0.0007"/>
<attnum name="fuelweightfactor" val="1.0"/>
<attnum name="pitdamage" val="5000"/>
<attnum name="pitentrymargin" val="70.0"/>
<attnum name="pitentryspeed" val="25.0"/>
<attnum name="pitexitspeed" val="25.0"/>
<attnum name="targetfactor" val="0.3"/>
<attnum name="targetwalldist" val="0.0"/>
<attnum name="tractioncontrol" val="1"/>
<!-- Race line ClothoidPath -->
<attnum name="maxleft" val="10.0"/>
<attnum name="maxright" val="10.0"/>
<attnum name="margininside" val="1.2"/>
<attnum name="marginoutside" val="1.8"/>
<attnum name="clothoidfactor" val="1.0052"/>
<attnum name="seglen" val="4.0"/>
</section>
</params>

Some files were not shown because too many files have changed in this diff Show more