Commit Graph

578 Commits

Author SHA1 Message Date
Alexey Stepanov 25d4c70d3f translator: add smartcast test 2016-08-23 13:43:10 +03:00
Alexey Stepanov 134067ed0d translator: git worked dfs test 2016-08-23 13:31:44 +03:00
Alexey Stepanov c0674a6695 translator: optimize and simplify val expression evaluating 2016-08-23 13:31:44 +03:00
Alexey Stepanov 0db96443fc translator: fix resolving between arm, x64 2016-08-23 13:31:44 +03:00
Alexey Stepanov c3a6c8a026 translator: fix null store in class fields 2016-08-23 13:31:44 +03:00
MaximZaitsev 306a857087 proto file for car control from UI 2016-08-23 13:25:07 +03:00
MaximZaitsev bab24b47d1 fixed bug with moving car 2016-08-23 13:25:07 +03:00
MaximZaitsev e7120103ee refactoring main server, corrected errors 2016-08-23 13:25:07 +03:00
MaximZaitsev abd2b39565 simple refactoring 2016-08-23 13:25:07 +03:00
MaximZaitsev ee5390b0b5 make cl args for run tests and run server as emulator. fixed errors. 2016-08-23 13:25:07 +03:00
MaximZaitsev fea116a8a5 refactoring car emulator 2016-08-23 13:25:07 +03:00
Alexey Stepanov e5dbadcb83 translator: fix comparison in nullable primitive types, tests for n.p.t. 2016-08-23 11:03:33 +03:00
Alexey Stepanov 30fe83fc5f translator: fix git status operator for primitive types 2016-08-23 11:03:33 +03:00
Alexey Stepanov a4e1416ad0 translator: rewrite assignment for primitive nullable types 2016-08-23 11:03:33 +03:00
Alexey Stepanov c99d4e35df translator: add big test for bytearray 2016-08-23 11:03:33 +03:00
MaximZaitsev 92579f1203 fixed bugs in emulator 2016-08-22 17:31:20 +03:00
MaximZaitsev a3d61eee7b rename room class 2016-08-22 17:31:20 +03:00
Alexey Stepanov 183357fa40 translator: fix class reassignment in variables 2016-08-22 16:17:32 +03:00
Alexey Stepanov 09159f750d translator: fix prefix and postfix operators in dot expression 2016-08-22 16:17:32 +03:00
e5l fd529b384f sonar angle calibration 2016-08-22 16:09:58 +03:00
e5l d368fd0c9b car_fmw: sonar support 2016-08-22 14:55:32 +03:00
MaximZaitsev edff90ad1c get sonar data in CL interface, sending to car and get result data 2016-08-22 14:54:00 +03:00
MaximZaitsev 189cdf5293 make sonar request and response 2016-08-22 14:54:00 +03:00
MaximZaitsev 627c8641ee make auto creating out dir in compile proto script 2016-08-22 14:54:00 +03:00
MaximZaitsev 612acd4667 car emulator, processing sonar request 2016-08-22 14:54:00 +03:00
MaximZaitsev 0827ec0c3b add back connect.proto file (remove mistakenly) 2016-08-22 14:54:00 +03:00
Alexey Stepanov 2088315ed1 translator: add default functions arguments 2016-08-22 12:31:22 +03:00
MaximZaitsev 97ed193587 room datas 2016-08-22 11:18:15 +03:00
MaximZaitsev 8f9f7421ac test web server, return just random number 2016-08-22 11:18:15 +03:00
e5l ca6159269a translator: build fixes 2016-08-22 10:31:17 +03:00
Eugene Batalov 478337c4c5 car_hw: add gitignored usart lib for sonar driver 2016-08-22 10:25:39 +03:00
MaximZaitsev 89c9710423 add sonar type to task protobuf 2016-08-22 09:28:58 +03:00
MaximZaitsev 2ab81a4bc1 proto file for sonar 2016-08-22 09:27:28 +03:00
Eugene Batalov faa6354448 car_hw: urm37 and rotating servo C driver
+ new C firmware with two car_sonar module
usage examples also used as manual tests.
2016-08-20 20:07:47 +03:00
e5l 1f4982c4e9 Merge branch 'master' of https://github.com/olonho/carkot 2016-08-20 09:41:09 +03:00
e5l 01a4a49ce6 car_fmw: bugfix 2016-08-20 09:40:56 +03:00
Alexey Stepanov db3e3e993b translator: fix for calling secondary constructor from secondary constructor 2016-08-19 17:34:23 +03:00
Alexey Stepanov df3fd4912e translator: add class test for secondary constructor 2016-08-19 17:22:45 +03:00
e5l 02f1c05599 car_fmw: add route response, blink in start and end task 2016-08-19 17:00:14 +03:00
MaximZaitsev 6b18367692 first code for emulator + fixed bugs 2016-08-19 16:44:39 +03:00
MaximZaitsev c2cea28347 fixed wrong url 2016-08-19 16:44:39 +03:00
MaximZaitsev 270cefd8b6 corrected src classes where using renamed protobufs 2016-08-19 16:44:39 +03:00
MaximZaitsev 994bf0e146 make sending type message before protobuf request message 2016-08-19 16:44:39 +03:00
MaximZaitsev b1b41ef511 fixed var name error 2016-08-19 16:44:39 +03:00
MaximZaitsev dc228680da corrected var and class names in proto files 2016-08-19 16:44:39 +03:00
MaximZaitsev ad54a070b9 refactoring raspberry server 2016-08-19 16:44:39 +03:00
MaximZaitsev 21c6a1e3ce fixed var name in route and delete useless proto files 2016-08-19 16:44:39 +03:00
Alexey Stepanov 4535c94c28 translator: add secondary constructors 2016-08-19 16:42:21 +03:00
e5l d98df3c748 translator: minor fix 2016-08-19 15:56:36 +03:00
e5l f19378e145 car_fmw: route and debug fsm, translator: minor fixes 2016-08-19 15:54:58 +03:00