Skip to content

Commit

Permalink
change the order so we can display right thing with distance toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
rav4kumar committed Jan 8, 2021
1 parent d8022d8 commit ee4522a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions selfdrive/controls/lib/dynamic_follow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
travis = False

# dp
PROFILE_AUTO = 4
PROFILE_LONG = 3
PROFILE_NORMAL = 2
PROFILE_SHORT = 1
PROFILE_OFF = 0
PROFILE_AUTO = 3
PROFILE_LONG = 2
PROFILE_NORMAL = 1
PROFILE_SHORT = 0
PROFILE_OFF = 4

class DynamicFollow:
def __init__(self, mpc_id):
Expand Down

0 comments on commit ee4522a

Please sign in to comment.