Commit graph

32 commits

Author SHA1 Message Date
b99d8d55d8 added tolls to file structure 2024-04-14 01:00:31 -04:00
1612ae5978 changed routeSequences to vector of string arrays to fit new direction format. updated calculateRoutes to handle the new formatting. removed distanceBetweenPoints function as it's no longer needed 2024-04-14 00:50:19 -04:00
72f82fb425 Updated routingAPI to privde a list of moves isntead of raw coordinates, DrivingRoute.txt added to simulate that generation 2024-04-14 00:20:59 -04:00
Fennel Kora
2dbaf79393 framework methods and attributes added 2024-04-13 22:56:32 -04:00
Fennel Kora
a8acb3aca9 added entertainment class 2024-04-13 22:36:25 -04:00
Fennel Kora
4758ff07fa added identifyHazard 2024-04-13 21:16:13 -04:00
9d9daaf9d9 added detectSpeedLimit 2024-04-13 20:55:22 -04:00
a4e37faa04 added roadSensor class with attributes, detectLaneEdges method 2024-04-13 20:08:36 -04:00
77183117af lots of updates srry 2024-04-13 20:02:33 -04:00
cde3d2459e separate internal and external temp sensors 2024-04-13 19:38:16 -04:00
2112774c18 added udpateCurrentTemps method, heatingActive and coolingActive attributes 2024-04-13 19:31:09 -04:00
340d753818 initial commit for Climate, attributes and setTargetTemp member function 2024-04-13 19:27:15 -04:00
523beb540f add tempSensors 2024-04-13 19:26:43 -04:00
8448de04e3 added getRouteSelected method 2024-04-13 19:14:41 -04:00
3cfdcacfd6 added timeEstimate and distanceBetweenPoints functions 2024-04-13 18:42:16 -04:00
27d69cecd5 changed routingAPI to return variable speed/tolls 2024-04-13 18:41:44 -04:00
9a9fd30554 update calculateRoutes comments 2024-04-13 17:14:57 -04:00
168f77a378 added multiple route options for calculateRoutes 2024-04-13 17:13:27 -04:00
d6757dc5f4 commends for routingAPI 2024-04-13 16:26:36 -04:00
bcae154165 routingAPI now returns speed 2024-04-13 16:25:38 -04:00
b550d9b0b0 updated calculateRoute to send route characteristics in api call 2024-04-13 16:23:27 -04:00
5af9c2a515 updated routingAPI to make use of tolls and highway booleans 2024-04-13 16:22:17 -04:00
6ae9852206 assign routingAPI call directly to route object attribute 2024-04-13 16:13:26 -04:00
99fe7d6921 updated calculateRoute to use HelperFunctions routingAPI 2024-04-13 16:12:31 -04:00
6302b988b7 added routingAPI function 2024-04-13 16:11:11 -04:00
c2ad97a004 updated setCoordsForAddress to use helperfunctions in place of hard coding a response 2024-04-13 15:59:40 -04:00
926c6da11d initial commit for helper functions to simulate external API responses 2024-04-13 15:58:54 -04:00
Fennel Kora
83d8742229 finalized destination class, first commit for route class 2024-04-12 23:54:50 -04:00
3ad2b6aae4 added constructor, validateAddress, setCoordsForAddress, and setDestinationAddress 2024-04-12 22:30:29 -04:00
Fennel Kora
35438c703a did a file change 2024-04-12 17:36:47 -04:00
Fennel Kora
f0204593c9 im good at java 2024-04-12 17:36:38 -04:00
58f365a40a initial commit for self driving car code implementation 2024-04-12 15:42:13 -04:00