Skip to content
Snippets Groups Projects
Commit 210e463a authored by Sayan Mitra's avatar Sayan Mitra
Browse files

Added an entry in M1.h_dict for braking mode switch : ('Ti', 'Normal', 'Brake'):'Ti'

parent 0cac7499
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,9 @@ class M1(LaneMap):
('T1', 'Normal', 'SwitchRight'):'M12',
('T1', 'Normal', 'SwitchLeft'):'M10',
('T2', 'Normal', 'SwitchLeft'):'M21',
('T0', 'Normal', 'Brake'):'T0',
('T1', 'Normal', 'Brake'):'T1',
('T2', 'Normal', 'Brake'):'T2',
('M01', 'SwitchRight', 'Normal'):'T1',
('M12', 'SwitchRight', 'Normal'):'T2',
('M10', 'SwitchLeft', 'Normal'):'T0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment