https://github.com/BenSliwa/LIMoSim

sort by:
Revision Author Date Message Commit Date
f0e4c8d Merge pull request #3 from inet-framework/master Compile fixes, small improvements 09 August 2019, 09:34:14 UTC
d9bdcef modernize: use modern header names using clang-tidy modernize-deprecated-headers 08 August 2019, 13:12:20 UTC
08a9f2c modernize: use C++11 range-based 'for' loops using clang-tidy modernize-loop-convert 08 August 2019, 13:12:03 UTC
e000d00 modernize: use nullptr instead of the 0 constant using clang-tidy modernize-use-nullptr 08 August 2019, 13:11:20 UTC
6f2504f allow specifying the directory or the two file names on the command line 08 August 2019, 13:10:28 UTC
aab476f print error message if map or vehicles file cannot be loaded 08 August 2019, 13:09:30 UTC
20f3273 compile fixes 08 August 2019, 09:16:00 UTC
bee3e89 Merge pull request #2 from inet-framework/topic/pullrequest1 Topic/pullrequest1 17 August 2018, 09:25:57 UTC
148900b LIMoSimController: added missing 'override' 17 August 2018, 09:11:31 UTC
c8592f4 double numbers precision changed in xml output - TODO: not needed for (x,y) coordinates, needed only for bounds 17 August 2018, 09:11:31 UTC
44f3626 TUDO.osm.limo: fixed bounds (by hand) - TODO: set precision of double values in output xml file 17 August 2018, 09:11:31 UTC
e160476 example: disable the obsolete mobility updateInterval 17 August 2018, 09:09:20 UTC
04454c7 example: fixed coordinates in .limo file 17 August 2018, 09:09:20 UTC
faee675 example: set the LimoSimController geographicCoordinateSystemModule parameter 17 August 2018, 09:09:20 UTC
f7eb70b LIMoSimController: use inet::IGeographicCoordinateSystem for convert map coordinates 17 August 2018, 09:09:20 UTC
488cc27 LIMoSimController: implements LIMoSim::IGeoCoordConverter 17 August 2018, 09:09:20 UTC
b985934 geoCoordConverter specified in LIMoSimController (for replace it later from inet) 17 August 2018, 09:09:20 UTC
7072859 OSMDocument: remove m_wgs member, coordinate converter let an argument 17 August 2018, 09:09:20 UTC
20f9f2e added IGeoCoordConverter interface 17 August 2018, 09:09:20 UTC
08d92c5 wgs84: added setOrigin(); getOffset() calculate offsets related to previously specified origin value (instead of 2nd parameter) 17 August 2018, 09:09:20 UTC
301610f LIMoSimController changes: controller load the map, automatic creation from LIMoSimCar removed (should add controller to network in NED) LIMoSimController: add 'map' ned parameter remove getInstance() handleStart() renamed to initialize() and called by omnet++ initialization LIMoSimCar: remove 'map' ned parameter remove map loading via LIMoSimController instance 17 August 2018, 09:09:20 UTC
13b597b EventScheduler renamed to LIMoSimController 17 August 2018, 09:09:20 UTC
b20a9e2 example: added config XmlParserCrash for demonstrate xml parser error 07 August 2018, 10:28:19 UTC
8d98859 added config for example: draw 100 cars, set animation speed 07 August 2018, 10:28:19 UTC
0614ccb added example 07 August 2018, 10:28:11 UTC
b9eaad9 added limo file (with fixes by hand) fixed values: - way/tag(k="lanes") - way/tag(k="lanes:forward") - way/tag(k="lanes:backward") 07 August 2018, 10:28:11 UTC
b97e2c6 OSMDocument: bounds initiated from osm file, disable adjusting (was shifted nodes in map, because the bounds from osm file used for positioning) 07 August 2018, 10:28:11 UTC
3e89e95 map: added OSMBoundsEntry 07 August 2018, 10:28:11 UTC
5d0372f fixing conversions between (latitude,longitude) and (x,y) - TODO: using osg, or inet uses conversion from LIMoSim, when it will have backward direction, too 07 August 2018, 10:28:11 UTC
fb01938 LIMoSimCar: update orientation 07 August 2018, 10:28:11 UTC
f193e1d LIMoSimCar: bugfix, should set the follower model before create the MOBIL 07 August 2018, 10:28:11 UTC
fd7a965 LIMoSimCar: fix for random initialisation 07 August 2018, 10:28:11 UTC
e10f3f5 LIMoSimCar: way, segment and line are optional parameters, when value is -1 then choose randomly 07 August 2018, 10:28:11 UTC
8e4d08e Map: optimized getRandomSegment() and getRandomLane() 07 August 2018, 10:28:11 UTC
af086ad added Way::getNumSegments() and Segment::getNumLanes() 07 August 2018, 10:28:11 UTC
edf7317 OSMWayEntry: initialize members in constructor 07 August 2018, 10:28:11 UTC
94929f2 OSMDocument: fixed compiler warning (order of setting in constructor) 07 August 2018, 10:28:11 UTC
faaadb9 fixed compiler warnings: added missing 'override' 07 August 2018, 10:28:11 UTC
e06b2df fixed compiler warnings: added virtual destructors 07 August 2018, 10:28:11 UTC
35125c6 fixed compiler warnings: using std::abs instead of abs 07 August 2018, 10:28:11 UTC
9b77df7 fixing compiler error: forward declaration of class cannot have a nested name specifier 07 August 2018, 10:28:11 UTC
0e4a093 .gitignore 07 August 2018, 10:28:11 UTC
a854969 ADDED: setup instructions 31 May 2017, 08:13:05 UTC
cc1732c ADDED: omnet module for random direction 29 May 2017, 08:25:31 UTC
eeae87b renamed FollowLane to RandomDirection 29 May 2017, 07:25:11 UTC
a6be071 FIXED: traffic signal autoconfiguration 22 May 2017, 04:37:59 UTC
b62b2a7 ADDED: zoom at mouse position 21 May 2017, 04:39:32 UTC
bf665fa ADDED: zoom at mouse position 21 May 2017, 04:37:23 UTC
cc206bb ADDED: automatical centering 20 May 2017, 13:45:51 UTC
507150e ADDED: automatic scale factor determination 20 May 2017, 12:07:40 UTC
33633be ADDED: EventHandlers are registered to enable initialize / finish 20 May 2017, 07:41:52 UTC
ffd7fd2 remaned core to LIMoSim in the include paths 20 May 2017, 06:31:07 UTC
b2c48ed ADDED: simulation uses path to map and vehicle file 19 May 2017, 09:02:04 UTC
83a5d4f ADDED: LIMoSim cars can now be created from ned or xml 18 May 2017, 12:32:57 UTC
5be5f5e omnet compliance 17 May 2017, 11:20:16 UTC
7d23927 initial commit 17 May 2017, 10:45:59 UTC
back to top