Precommit (#1)

* first commit

* cleanup
This commit is contained in:
tompzf
2025-11-04 13:28:06 +01:00
committed by GitHub
parent dba45dc636
commit 6ed4b1534e
898 changed files with 256340 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Current_Latitude = CARLAout__act_pos_x;
Current_Longitude = CARLAout__act_pos_y;
CARLAin__Headlight_Lowbeam = HeadLight_LowBeam;
CARLAin__DooropenStatus_FL = Door01LeftIsOpen;
CARLAin__DooropenStatus_FR = Door01RightIsOpen;
CARLAin__DooropenStatus_RL = Door02LeftIsOpen;
CARLAin__DooropenStatus_RR = Door02RightIsOpen;