-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1104 fix user angle in deep learning (#1105)
* fix user/angle in complete.py - that had been renamed user/steering in the PR that merged the computer vision template. - Much code in the deep learning pipeline explicitly hard-codes the literal `user/angle` so the deep learning code needs to continue to use that label. - This fix uses the Pipe() part to rename 'user/steering' to 'user/angle' immediately after it is emitted by the controller part. * pilot/steering -> pilot/angle * Fix pipe.py and complete.py - Pipe.py would output a bad tuple if only one argument was being passed throught. Now it explictly checks. - This caused complete.py to have invalid 'user/angle' values.
- Loading branch information
Showing
2 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters