From 1fed2c5a38fed8bc91bb6b8a08982303eb9c2e82 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Wed, 6 Feb 2019 17:12:28 +0900 Subject: Change steering to systemd service for ces2019 Change steering to systemd service for ces2019 Change-Id: I319fb56a302f4f980b43a1b90dee1f36820355fb Signed-off-by: zheng_wenlong --- src/gear_shift_para.json | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 src/gear_shift_para.json (limited to 'src/gear_shift_para.json') diff --git a/src/gear_shift_para.json b/src/gear_shift_para.json deleted file mode 100644 index 3b58da7..0000000 --- a/src/gear_shift_para.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "GEAR_PARA" : [ - { - "POS" : "First", - "VAL" : "4.12", - }, - { - "POS" : "Second", - "VAL" : "2.84", - }, - { - "POS" : "Third", - "VAL" : "2.28", - }, - { - "POS" : "Fourth", - "VAL" : "1.45", - }, - { - "POS" : "Fifth", - "VAL" : "1.0", - }, - { - "POS" : "Sixth", - "VAL" : "0.69", - }, - { - "POS" : "Reverse", - "VAL" : "3.21", - }, - ] -} \ No newline at end of file -- cgit 1.2.3-korg