summaryrefslogtreecommitdiffstats
path: root/lib/vehicle_signal/vehicle_signal_methods.dart
AgeCommit message (Collapse)AuthorFilesLines
2023-01-02VSS signal fixeslamprey_12.1.13lamprey/12.1.1312.1.13Scott Murray1-4/+4
Changes: - Update some signals for VSS 3.0 changes that were missed on the initial pass. - Improve error handling in VSS parsing to display error message from the VIS server. - Add explicit knob to disable navigation display with a default value of disabled, so that mode switches triggered by the steering wheel "Info" signal do not unexpectedly activate it. Bug-AGL: SPEC-4664 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ib5fba613053f2860a0a5ff7331c78d6ab9590848 (cherry picked from commit c605ab037edcb35a7aa365fa6abe7fd6289d8a19)
2022-12-08Update signal names and types for KUKSA.val 0.2.5Scott Murray1-9/+9
Bug-AGL: SPEC-4641 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I50e035ad0526ce66da46950c3e54ef104bde075e
2022-09-14Upload Flutter Instrument Cluster appAakash Solanki1-0/+325
Instrument Cluster demo app which shows speedometer tachometer guages, temperature and fuel bars and some indicators like turn indicators, engine malfunction, lights, cruise control, lane assist. KUKSA.VAL is the data source for the widgets. This app depends on several plugins and all the plugins have an OSI-approved license. Bug-AGL: SPEC-4543 Change-Id: I2698c66f9d8d824690ae7e567ca7c93ceeb17e08 Signed-off-by: Aakash Solanki <tech2aks@gmail.com>