From d153d2cb157fa93bcf124c1e315aa74217300e2f Mon Sep 17 00:00:00 2001 From: Jonas Natzer Date: Mon, 8 Jan 2018 21:48:44 +0100 Subject: [PATCH] Fixes --- .torcs.rc | 4 ++-- export/include/3D/Basic.h | 2 +- export/include/3D/Matrix.h | 2 +- export/include/3D/Point.h | 2 +- export/include/3D/Quaternion.h | 2 +- export/include/3D/Tuple3.h | 2 +- export/include/3D/Tuple4.h | 2 +- export/include/3D/Vector.h | 2 +- export/include/SOLID/solid.h | 2 +- export/include/car.h | 2 +- export/include/client.h | 2 +- export/include/controlconfig.h | 2 +- export/include/driverconfig.h | 2 +- export/include/exitmenu.h | 2 +- export/include/glfeatures.h | 2 +- export/include/graphconfig.h | 2 +- export/include/graphic.h | 2 +- export/include/joystickconfig.h | 2 +- export/include/learning/ANN.h | 2 +- export/include/learning/Distribution.h | 2 +- export/include/learning/List.h | 2 +- export/include/learning/MathFunctions.h | 2 +- export/include/learning/ann_policy.h | 2 +- export/include/learning/learn_debug.h | 2 +- export/include/learning/policy.h | 2 +- export/include/learning/real.h | 2 +- export/include/learning/string_utils.h | 2 +- export/include/mouseconfig.h | 2 +- export/include/musicplayer/OggSoundStream.h | 2 +- .../include/musicplayer/OpenALMusicPlayer.h | 2 +- export/include/musicplayer/SoundStream.h | 2 +- export/include/musicplayer/musicplayer.h | 2 +- export/include/openglconfig.h | 2 +- export/include/os.h | 2 +- export/include/osspec.h | 2 +- export/include/playerpref.h | 2 +- export/include/portability.h | 2 +- export/include/raceinit.h | 2 +- export/include/raceman.h | 2 +- export/include/racescreens.h | 2 +- export/include/replay.h | 2 +- export/include/robot.h | 2 +- export/include/robottools.h | 2 +- export/include/screen_properties.h | 2 +- export/include/simu.h | 2 +- export/include/simuconfig.h | 2 +- export/include/singleplayer.h | 2 +- export/include/soundconfig.h | 2 +- export/include/telemetry.h | 2 +- export/include/tgf.h | 2 +- export/include/tgfclient.h | 2 +- export/include/tmath/linalg_t.h | 2 +- export/include/tmath/straight2_t.h | 2 +- export/include/tmath/v2_t.h | 2 +- export/include/tmath/v3_t.h | 2 +- export/include/tmath/v4_t.h | 2 +- export/include/track.h | 2 +- export/include/xml.h | 2 +- export/include/xmlparse.h | 2 +- export/lib/libsolid.a | 2 +- src/drivers/pid_driver/driver.cpp | 5 +++-- src/libs/txml/gennmtab/gennmtab | Bin 21856 -> 21864 bytes 62 files changed, 64 insertions(+), 63 deletions(-) diff --git a/.torcs.rc b/.torcs.rc index 8b3ce23..01a0487 100644 --- a/.torcs.rc +++ b/.torcs.rc @@ -1,2 +1,2 @@ -TORCS_BASE = /home/jonas/torcs-1.3.7 -MAKE_DEFAULT = /home/jonas/torcs-1.3.7/Make-default.mk +TORCS_BASE = /home/jonas/torcs/torcs-1.3.7 +MAKE_DEFAULT = /home/jonas/torcs/torcs-1.3.7/Make-default.mk diff --git a/export/include/3D/Basic.h b/export/include/3D/Basic.h index 9479881..2153c44 120000 --- a/export/include/3D/Basic.h +++ b/export/include/3D/Basic.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/include/3D/Basic.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/include/3D/Basic.h \ No newline at end of file diff --git a/export/include/3D/Matrix.h b/export/include/3D/Matrix.h index 695043c..64b91a2 120000 --- a/export/include/3D/Matrix.h +++ b/export/include/3D/Matrix.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/include/3D/Matrix.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/include/3D/Matrix.h \ No newline at end of file diff --git a/export/include/3D/Point.h b/export/include/3D/Point.h index 1f2b470..d4f29fa 120000 --- a/export/include/3D/Point.h +++ b/export/include/3D/Point.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/include/3D/Point.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/include/3D/Point.h \ No newline at end of file diff --git a/export/include/3D/Quaternion.h b/export/include/3D/Quaternion.h index 5be06f5..628e495 120000 --- a/export/include/3D/Quaternion.h +++ b/export/include/3D/Quaternion.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/include/3D/Quaternion.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/include/3D/Quaternion.h \ No newline at end of file diff --git a/export/include/3D/Tuple3.h b/export/include/3D/Tuple3.h index 1e4297b..9c05d69 120000 --- a/export/include/3D/Tuple3.h +++ b/export/include/3D/Tuple3.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/include/3D/Tuple3.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/include/3D/Tuple3.h \ No newline at end of file diff --git a/export/include/3D/Tuple4.h b/export/include/3D/Tuple4.h index 03a7e12..38aa384 120000 --- a/export/include/3D/Tuple4.h +++ b/export/include/3D/Tuple4.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/include/3D/Tuple4.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/include/3D/Tuple4.h \ No newline at end of file diff --git a/export/include/3D/Vector.h b/export/include/3D/Vector.h index 1d88ac7..80ad389 120000 --- a/export/include/3D/Vector.h +++ b/export/include/3D/Vector.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/include/3D/Vector.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/include/3D/Vector.h \ No newline at end of file diff --git a/export/include/SOLID/solid.h b/export/include/SOLID/solid.h index e156a91..aacc5a2 120000 --- a/export/include/SOLID/solid.h +++ b/export/include/SOLID/solid.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/include/SOLID/solid.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/include/SOLID/solid.h \ No newline at end of file diff --git a/export/include/car.h b/export/include/car.h index 400a806..f8891ef 120000 --- a/export/include/car.h +++ b/export/include/car.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/interfaces/car.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/interfaces/car.h \ No newline at end of file diff --git a/export/include/client.h b/export/include/client.h index 49d78ea..312a817 120000 --- a/export/include/client.h +++ b/export/include/client.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/client/client.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/client/client.h \ No newline at end of file diff --git a/export/include/controlconfig.h b/export/include/controlconfig.h index 0b75a8a..d2737f5 120000 --- a/export/include/controlconfig.h +++ b/export/include/controlconfig.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/confscreens/controlconfig.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/confscreens/controlconfig.h \ No newline at end of file diff --git a/export/include/driverconfig.h b/export/include/driverconfig.h index d875b5c..28bd965 120000 --- a/export/include/driverconfig.h +++ b/export/include/driverconfig.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/confscreens/driverconfig.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/confscreens/driverconfig.h \ No newline at end of file diff --git a/export/include/exitmenu.h b/export/include/exitmenu.h index b445aa3..965e0cd 120000 --- a/export/include/exitmenu.h +++ b/export/include/exitmenu.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/client/exitmenu.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/client/exitmenu.h \ No newline at end of file diff --git a/export/include/glfeatures.h b/export/include/glfeatures.h index 6799776..994d9ee 120000 --- a/export/include/glfeatures.h +++ b/export/include/glfeatures.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/tgfclient/glfeatures.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/tgfclient/glfeatures.h \ No newline at end of file diff --git a/export/include/graphconfig.h b/export/include/graphconfig.h index ee1fd8c..9444dab 120000 --- a/export/include/graphconfig.h +++ b/export/include/graphconfig.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/confscreens/graphconfig.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/confscreens/graphconfig.h \ No newline at end of file diff --git a/export/include/graphic.h b/export/include/graphic.h index be1add5..f680c55 120000 --- a/export/include/graphic.h +++ b/export/include/graphic.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/interfaces/graphic.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/interfaces/graphic.h \ No newline at end of file diff --git a/export/include/joystickconfig.h b/export/include/joystickconfig.h index db3fdec..d1ff39f 120000 --- a/export/include/joystickconfig.h +++ b/export/include/joystickconfig.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/confscreens/joystickconfig.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/confscreens/joystickconfig.h \ No newline at end of file diff --git a/export/include/learning/ANN.h b/export/include/learning/ANN.h index 3e93304..0e921b9 120000 --- a/export/include/learning/ANN.h +++ b/export/include/learning/ANN.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/learning/ANN.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/learning/ANN.h \ No newline at end of file diff --git a/export/include/learning/Distribution.h b/export/include/learning/Distribution.h index 697915a..f6fa892 120000 --- a/export/include/learning/Distribution.h +++ b/export/include/learning/Distribution.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/learning/Distribution.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/learning/Distribution.h \ No newline at end of file diff --git a/export/include/learning/List.h b/export/include/learning/List.h index 6f8c2de..e43354e 120000 --- a/export/include/learning/List.h +++ b/export/include/learning/List.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/learning/List.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/learning/List.h \ No newline at end of file diff --git a/export/include/learning/MathFunctions.h b/export/include/learning/MathFunctions.h index 2b5baf7..14de8be 120000 --- a/export/include/learning/MathFunctions.h +++ b/export/include/learning/MathFunctions.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/learning/MathFunctions.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/learning/MathFunctions.h \ No newline at end of file diff --git a/export/include/learning/ann_policy.h b/export/include/learning/ann_policy.h index be4b41c..1d6c1e2 120000 --- a/export/include/learning/ann_policy.h +++ b/export/include/learning/ann_policy.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/learning/ann_policy.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/learning/ann_policy.h \ No newline at end of file diff --git a/export/include/learning/learn_debug.h b/export/include/learning/learn_debug.h index 9882ead..7759500 120000 --- a/export/include/learning/learn_debug.h +++ b/export/include/learning/learn_debug.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/learning/learn_debug.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/learning/learn_debug.h \ No newline at end of file diff --git a/export/include/learning/policy.h b/export/include/learning/policy.h index cfa5cdd..c7faf32 120000 --- a/export/include/learning/policy.h +++ b/export/include/learning/policy.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/learning/policy.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/learning/policy.h \ No newline at end of file diff --git a/export/include/learning/real.h b/export/include/learning/real.h index b8c2e09..320866a 120000 --- a/export/include/learning/real.h +++ b/export/include/learning/real.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/learning/real.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/learning/real.h \ No newline at end of file diff --git a/export/include/learning/string_utils.h b/export/include/learning/string_utils.h index 8b4b358..e473e25 120000 --- a/export/include/learning/string_utils.h +++ b/export/include/learning/string_utils.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/learning/string_utils.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/learning/string_utils.h \ No newline at end of file diff --git a/export/include/mouseconfig.h b/export/include/mouseconfig.h index 52f2c80..e640054 120000 --- a/export/include/mouseconfig.h +++ b/export/include/mouseconfig.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/confscreens/mouseconfig.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/confscreens/mouseconfig.h \ No newline at end of file diff --git a/export/include/musicplayer/OggSoundStream.h b/export/include/musicplayer/OggSoundStream.h index 8e92897..8a295e5 120000 --- a/export/include/musicplayer/OggSoundStream.h +++ b/export/include/musicplayer/OggSoundStream.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/musicplayer/OggSoundStream.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/musicplayer/OggSoundStream.h \ No newline at end of file diff --git a/export/include/musicplayer/OpenALMusicPlayer.h b/export/include/musicplayer/OpenALMusicPlayer.h index 32481b6..09e0a73 120000 --- a/export/include/musicplayer/OpenALMusicPlayer.h +++ b/export/include/musicplayer/OpenALMusicPlayer.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/musicplayer/OpenALMusicPlayer.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/musicplayer/OpenALMusicPlayer.h \ No newline at end of file diff --git a/export/include/musicplayer/SoundStream.h b/export/include/musicplayer/SoundStream.h index abc00a7..6e08495 120000 --- a/export/include/musicplayer/SoundStream.h +++ b/export/include/musicplayer/SoundStream.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/musicplayer/SoundStream.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/musicplayer/SoundStream.h \ No newline at end of file diff --git a/export/include/musicplayer/musicplayer.h b/export/include/musicplayer/musicplayer.h index 0431f78..304a6ce 120000 --- a/export/include/musicplayer/musicplayer.h +++ b/export/include/musicplayer/musicplayer.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/musicplayer/musicplayer.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/musicplayer/musicplayer.h \ No newline at end of file diff --git a/export/include/openglconfig.h b/export/include/openglconfig.h index a2deb79..2edf3af 120000 --- a/export/include/openglconfig.h +++ b/export/include/openglconfig.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/confscreens/openglconfig.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/confscreens/openglconfig.h \ No newline at end of file diff --git a/export/include/os.h b/export/include/os.h index cf03da2..d508d20 120000 --- a/export/include/os.h +++ b/export/include/os.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/tgf/os.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/tgf/os.h \ No newline at end of file diff --git a/export/include/osspec.h b/export/include/osspec.h index c16adf7..7aab049 120000 --- a/export/include/osspec.h +++ b/export/include/osspec.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/linux/osspec.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/linux/osspec.h \ No newline at end of file diff --git a/export/include/playerpref.h b/export/include/playerpref.h index f014592..61d1228 120000 --- a/export/include/playerpref.h +++ b/export/include/playerpref.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/interfaces/playerpref.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/interfaces/playerpref.h \ No newline at end of file diff --git a/export/include/portability.h b/export/include/portability.h index fec2d1f..34ec563 120000 --- a/export/include/portability.h +++ b/export/include/portability.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/portability/portability.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/portability/portability.h \ No newline at end of file diff --git a/export/include/raceinit.h b/export/include/raceinit.h index 6ae9e59..87ab0c3 120000 --- a/export/include/raceinit.h +++ b/export/include/raceinit.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/raceengineclient/raceinit.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/raceengineclient/raceinit.h \ No newline at end of file diff --git a/export/include/raceman.h b/export/include/raceman.h index 6dd01eb..2b3a1ce 120000 --- a/export/include/raceman.h +++ b/export/include/raceman.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/interfaces/raceman.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/interfaces/raceman.h \ No newline at end of file diff --git a/export/include/racescreens.h b/export/include/racescreens.h index e711c5e..9277f5c 120000 --- a/export/include/racescreens.h +++ b/export/include/racescreens.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/racescreens/racescreens.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/racescreens/racescreens.h \ No newline at end of file diff --git a/export/include/replay.h b/export/include/replay.h index 519c815..b5c13c4 120000 --- a/export/include/replay.h +++ b/export/include/replay.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/interfaces/replay.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/interfaces/replay.h \ No newline at end of file diff --git a/export/include/robot.h b/export/include/robot.h index 6666d4d..daf0cef 120000 --- a/export/include/robot.h +++ b/export/include/robot.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/interfaces/robot.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/interfaces/robot.h \ No newline at end of file diff --git a/export/include/robottools.h b/export/include/robottools.h index 262620a..7c13b58 120000 --- a/export/include/robottools.h +++ b/export/include/robottools.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/robottools/robottools.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/robottools/robottools.h \ No newline at end of file diff --git a/export/include/screen_properties.h b/export/include/screen_properties.h index bd9a213..f61cbae 120000 --- a/export/include/screen_properties.h +++ b/export/include/screen_properties.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/tgfclient/screen_properties.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/tgfclient/screen_properties.h \ No newline at end of file diff --git a/export/include/simu.h b/export/include/simu.h index b05e30e..7bda180 120000 --- a/export/include/simu.h +++ b/export/include/simu.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/interfaces/simu.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/interfaces/simu.h \ No newline at end of file diff --git a/export/include/simuconfig.h b/export/include/simuconfig.h index ce71b89..f732a99 120000 --- a/export/include/simuconfig.h +++ b/export/include/simuconfig.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/confscreens/simuconfig.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/confscreens/simuconfig.h \ No newline at end of file diff --git a/export/include/singleplayer.h b/export/include/singleplayer.h index 69a346c..d9eeb19 120000 --- a/export/include/singleplayer.h +++ b/export/include/singleplayer.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/raceengineclient/singleplayer.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/raceengineclient/singleplayer.h \ No newline at end of file diff --git a/export/include/soundconfig.h b/export/include/soundconfig.h index d6eed70..6ed8207 120000 --- a/export/include/soundconfig.h +++ b/export/include/soundconfig.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/confscreens/soundconfig.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/confscreens/soundconfig.h \ No newline at end of file diff --git a/export/include/telemetry.h b/export/include/telemetry.h index 2ba3a3b..4fea489 120000 --- a/export/include/telemetry.h +++ b/export/include/telemetry.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/interfaces/telemetry.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/interfaces/telemetry.h \ No newline at end of file diff --git a/export/include/tgf.h b/export/include/tgf.h index 6e3e070..e3723e8 120000 --- a/export/include/tgf.h +++ b/export/include/tgf.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/tgf/tgf.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/tgf/tgf.h \ No newline at end of file diff --git a/export/include/tgfclient.h b/export/include/tgfclient.h index e836479..b28088c 120000 --- a/export/include/tgfclient.h +++ b/export/include/tgfclient.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/tgfclient/tgfclient.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/tgfclient/tgfclient.h \ No newline at end of file diff --git a/export/include/tmath/linalg_t.h b/export/include/tmath/linalg_t.h index b5043a4..db1be04 120000 --- a/export/include/tmath/linalg_t.h +++ b/export/include/tmath/linalg_t.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/math/linalg_t.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/math/linalg_t.h \ No newline at end of file diff --git a/export/include/tmath/straight2_t.h b/export/include/tmath/straight2_t.h index 4f9294d..f3bfd13 120000 --- a/export/include/tmath/straight2_t.h +++ b/export/include/tmath/straight2_t.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/math/straight2_t.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/math/straight2_t.h \ No newline at end of file diff --git a/export/include/tmath/v2_t.h b/export/include/tmath/v2_t.h index 817c18e..4ac6dd0 120000 --- a/export/include/tmath/v2_t.h +++ b/export/include/tmath/v2_t.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/math/v2_t.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/math/v2_t.h \ No newline at end of file diff --git a/export/include/tmath/v3_t.h b/export/include/tmath/v3_t.h index d950eb5..db2651b 120000 --- a/export/include/tmath/v3_t.h +++ b/export/include/tmath/v3_t.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/math/v3_t.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/math/v3_t.h \ No newline at end of file diff --git a/export/include/tmath/v4_t.h b/export/include/tmath/v4_t.h index fb63493..c0864f8 120000 --- a/export/include/tmath/v4_t.h +++ b/export/include/tmath/v4_t.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/math/v4_t.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/math/v4_t.h \ No newline at end of file diff --git a/export/include/track.h b/export/include/track.h index 77345b1..5ba2277 120000 --- a/export/include/track.h +++ b/export/include/track.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/interfaces/track.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/interfaces/track.h \ No newline at end of file diff --git a/export/include/xml.h b/export/include/xml.h index 5c6052d..23e2d80 120000 --- a/export/include/xml.h +++ b/export/include/xml.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/txml/xml.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/txml/xml.h \ No newline at end of file diff --git a/export/include/xmlparse.h b/export/include/xmlparse.h index 2dfae29..2048a06 120000 --- a/export/include/xmlparse.h +++ b/export/include/xmlparse.h @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/libs/txml/xmlparse.h \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/libs/txml/xmlparse.h \ No newline at end of file diff --git a/export/lib/libsolid.a b/export/lib/libsolid.a index 1dab347..3400a04 120000 --- a/export/lib/libsolid.a +++ b/export/lib/libsolid.a @@ -1 +1 @@ -/home/jonas/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/src/libsolid.a \ No newline at end of file +/home/jonas/torcs/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/src/libsolid.a \ No newline at end of file diff --git a/src/drivers/pid_driver/driver.cpp b/src/drivers/pid_driver/driver.cpp index f1767bc..abc96cf 100644 --- a/src/drivers/pid_driver/driver.cpp +++ b/src/drivers/pid_driver/driver.cpp @@ -65,8 +65,9 @@ void Driver::drive(tCarElt *car, tSituation *s) { // std::cout << "SpeedY " << i << ": " << getSpeed() << std::endl; // std::cout << "SpeedDiffX " << i << ": " << getOpponentSpeedDiffX(opponent[i]) << std::endl; // std::cout << "SpeedDiffY " << i << ": " << getOpponentSpeedDiffY(opponent[i]) << std::endl; - std::cout << "DistanceY " << i << ": " << getOpponentDistanceY(opponent[i]) << std::endl; - std::cout << "DistanceX " << i << ": " << getOpponentDistanceX(opponent[i]) << std::endl; + // std::cout << "DistanceY " << i << ": " << getOpponentDistanceY(opponent[i]) << std::endl; + // std::cout << "DistanceX " << i << ": " << getOpponentDistanceX(opponent[i]) << std::endl; + std::cout << getOpponentDistanceX(opponent[i]) << ", " << getOpponentDistanceY(opponent[i]) << std::endl; } // std::cout << "AI car ----" << std::endl; diff --git a/src/libs/txml/gennmtab/gennmtab b/src/libs/txml/gennmtab/gennmtab index d4db52faa4113e36b4b4d7729f34308a7a78e5d1..43ca511b45337ecfec88ecaaffb8a6cb6c48d0b0 100755 GIT binary patch delta 549 zcmW-dPe>GT6vuyWc4ziCKa189TlBDd5SejzXUsk1Lggw#2Nk215c1-`Sfbo0jRHZU z4hgG-5Bx70BFUbNK{C21?5S?u7CLxx#ghmg*6q-HJBK&l&-;Ggd(0f=;Uo{AEy#Sc zpJ;U(51a2yR<`aowd}nteEB|madx`zEolcw|Xu8%s=Iuwlb8rIyq`hL$R9Dj&~B ztFWUKL#ztBs+Pe4n`ZXa3}1Gki{L;-*trF7X-`4al-OF3mt=+Xwa3&nfAWQOmcqP8 zHqON*04~P+VG2v}_!XNr7&C(u2)Y^UIK!~(6&(ZQIwj!) z9An8Hg-x%wHLSr`eBNf&USnqxKGJ`kpfM|i+ie*=N8OxvJ#o{(f#i75&17GUxzDoW zL$BS5?5hz>ByI0k@{i%Iq@Lb@0z&#W)L}B+0rU8d>L>g`wH?dp4%6(R&!A@z4D6vpqlJ2QLdZiTK!wRgW{ijDd{07 zDFneJIFMFGMMkj%8bc5Sp-^wV1%l9nPug385~K*8voB}9-}jyGT$n#4STDg72f9C{ z+vU;J_Q!atrr8~?T#U}2c>8K+Cs7;D$z>;YJ|cv%A%s{1>~))3u1F!QB5?#%GwFyC ztpFzL5|cEq^GBHzv?8N4jOlwUzmjb{W*Jqc;sffW#4XoP{h-AB|AL%^y-2T_yR4J8 zOJ~hJ){d#*82=@ z89r!(k7diSq+<*|q^a{oPw~qETp(E1)tsDxyHx!yV#oNxQ?*M`!koWBWPfJsB}-v9 zP!nf71v#AcuEIEOdfuT^bitbHpoNMqO!`Ua#Deb}&XA#?x*iQ~JvL35Ja$uM4j+|t3|*l2$+G