List of commits:
Subject Hash Author Date (UTC)
Also added additional waypoints for 106. 1567c42fbaa689848d2ca2620e37bb83bb30eaf4 Jan Allersma 2017-12-07 13:40:56
Fixed some bugs (See TestResultsSimulator.txt for more info). 7c4466770f8b4da0af1156856a40b32cd11b6d37 Jan Allersma 2017-12-07 13:31:04
Werk van Simulator na testen 05/12/17. 80af7ffb5438b855a2e73fb185ba66c1cd50efe3 Jan Allersma 2017-12-05 09:45:11
Nieuwe plattegrond toegevoegd. b520f51bdd4a4d25e5d1a54cd094cf3b4632a369 Jan Allersma 2017-12-02 14:19:52
More Waypoints! 465108ac6a127bbda26b40989fd6a68cd3e00aad Jan Allersma 2017-11-30 12:52:22
Added voetganger. dad12c3d2eb2a7160838c3495e4a7a2d382e493f Jan Allersma 2017-11-30 12:32:35
Added all waiting waypoints for 1xx. bbba002738e0a26b085673400c76329d3055d8ba Jan Allersma 2017-11-29 12:00:37
Simulation now working correctly for ID's 101, 102 and 103. 1bc2fb65bb75b3a1f63cf7690472152fe1f32564 Jan Allersma 2017-11-28 16:22:53
Autos kunnen gespawned worden en rijden dan de goede richting op. b36ef1cafeda20d5753b72c6f8e6ac8423c42d95 Jan Allersma 2017-11-26 21:44:39
Last changes before test case 5. 258ba4735dfd2078f8e4f034fffed2bbbb086f2a Jan Allersma 2017-11-22 14:08:37
hallo dit is kapot maar het werkt woehoe 4475c2633e962688c71634d633ac8789524f16cf XCBouke 2017-11-22 13:58:54
It's actually working now! With a gameloop and new icons :D 0b65d450fea6d9f679029f2d6765c7e2d1126cdd Jan Allersma 2017-11-20 22:02:23
Something... Works?? 9a6afe028642b571483fccd6d6bdab10dee68e9c Jan Allersma 2017-11-20 15:14:07
User input for sending msg. cdd1c17cfe8cc73985945aad5878e4891e92eab1 Jan Allersma 2017-11-14 23:05:53
prutsen veel prusten f37cf730ff7a0ad2e08cd769da5f488051ac6dd4 XCBouke 2017-11-09 21:32:15
uglyJsonCode created online with Bitbucket ed6c9c541947ec64827b6e80ed959feb1b0f9b85 XCBouke 2017-11-09 14:29:36
Connectie created online with Bitbucket (send en recieve in 1) b484aff52014ff8d1dbaf8387cf1479cf236f33a XCBouke 2017-11-09 14:28:29
Ready for test case 3. Also BIG cleanup. bda906e19e3b82fb91df53eb2208e8def822c6b5 Jan Allersma 2017-11-05 21:38:16
test case 2 fix(?) dd86d637d166707a31b644dad711c7a9e39dbc8d Jan Allersma 2017-11-04 10:55:03
Test case 2 9ea6eadbd85dde0e9522068718092b1f0e9b49f0 Jan Allersma 2017-10-29 22:37:57
Commit 1567c42fbaa689848d2ca2620e37bb83bb30eaf4 - Also added additional waypoints for 106.
Author: Jan Allersma
Author date (UTC): 2017-12-07 13:40
Committer name: Jan Allersma
Committer date (UTC): 2017-12-07 13:40
Parent(s): 7c4466770f8b4da0af1156856a40b32cd11b6d37
Signing key:
Tree: 67a37caabd842f1d76cf5fe629364af31a71c87d
File Lines added Lines deleted
simulatie/pyg.py 2 2
simulatie/trafficModel.py 2 1
File simulatie/pyg.py changed (mode: 100644) (index 61daeb7..93ca924)
... ... class Vehicle(object):
138 138 self.transform = self.checkForTransform() self.transform = self.checkForTransform()
139 139 # connection.update(self.trafficId, 1, self.direction) # connection.update(self.trafficId, 1, self.direction)
140 140 else: else:
141 pass # Desctructor here?
141 pass # Destructor here?
142 142
143 143
144 144
 
... ... def spawnVehicle(index):
180 180
181 181 # Mainloop # Mainloop
182 182 def gameloop(): def gameloop():
183 id = 10
183 id = 5
184 184 car = Vehicle(tm.queues[id][0][0],tm.queues[id][0][1],id,4) car = Vehicle(tm.queues[id][0][0],tm.queues[id][0][1],id,4)
185 185
186 186 for i in range(0, len(tm.lights)): for i in range(0, len(tm.lights)):
File simulatie/trafficModel.py changed (mode: 100644) (index 5ecebdf..57a56ca)
... ... waypoints = [
386 386 [[500, 400], [300, 300], [-50, 300]] [[500, 400], [300, 300], [-50, 300]]
387 387 ], ],
388 388 [ # 106 [ # 106
389 [[470, 500], [490, -50]]
389 [[470, 500], [490, -50]], # Rechtdoor
390 [[500, 460], [850, 460]] # Rechtsaf slaan
390 391 ], ],
391 392 [ # 107 [ # 107
392 393 [[420, 400], [300, 300], [-50, 300]] [[420, 400], [300, 300], [-50, 300]]
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/kapstok/NHL-SoftDev

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/kapstok/NHL-SoftDev

Clone this repository using git:
git clone git://git.rocketgit.com/user/kapstok/NHL-SoftDev

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main