Skip to content

Commit

Permalink
Change field to BrakeCMDAuton instead of normal BrakeCMD
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav Kumar committed Mar 2, 2018
1 parent 3eca09b commit 8a538d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def subscriber_callback_GPS(data):

def subscriber_callback_Command(data):
global data_dict
data_dict["brakeCmd"] = data.brake_cmd
data_dict["brakeCmdAuton"] = data.brake_cmd
data_dict["steerCmd"] = data.steer_cmd
pass

Expand Down

0 comments on commit 8a538d8

Please sign in to comment.