Skip to content

Commit

Permalink
1005 fix recording yet again (autorope#1009)
Browse files Browse the repository at this point in the history
* fix JoystickController so it correctly latches recording state
- needed to set latch when auto-record-on-throttle changed state
- needed to set latch when toggling manual recording state
- needed to apply latched state in run_threaded

* Update logging in controller to be less verbose
- also use real logging rather then print statements.

* version=4.3.6.3

(cherry picked from commit bfb4f03)
  • Loading branch information
DocGarbanzo committed Apr 22, 2022
1 parent 14508c8 commit bd0073b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions donkeycar/management/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,9 @@ def parse_args(self, args):
parser.add_argument('--model', default=None, help='output model name')
parser.add_argument('--type', default=None, help='model type')
parser.add_argument('--config', default='./config.py', help=HELP_CONFIG)
parser.add_argument('--myconfig', default='./myconfig.py',
help='file name of myconfig file, defaults to '
'myconfig.py')
parser.add_argument('--framework',
choices=['tensorflow', 'pytorch', None],
required=False,
Expand Down

0 comments on commit bd0073b

Please sign in to comment.