commit | b5b79a5e1e506a70ace007fd83ed59ff1be0a8e8 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Wed May 08 20:32:07 2019 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed May 08 20:51:38 2019 -0700 |
tree | a880047b8e59d2766940c024e8e59c3997d386f4 | |
parent | 5da5ccb130c89a12a32f24eefeea3e66feb11574 [diff] [blame] |
Add champs autos This adds the cargo ship auto as well as a rocket auto. Change-Id: I81bd90de4ca0b1615f7f163c93d2854f4f5dd0c5
diff --git a/aos/input/action_joystick_input.cc b/aos/input/action_joystick_input.cc index 6a38967..1679a7d 100644 --- a/aos/input/action_joystick_input.cc +++ b/aos/input/action_joystick_input.cc
@@ -58,6 +58,7 @@ LOG(INFO, "Stopping auto mode\n"); action_queue_.CancelAllActions(); auto_action_running_ = false; + AutoEnded(); } } // namespace input