Skip to content

Commit

Permalink
Re-enable rainbow path color
Browse files Browse the repository at this point in the history
  • Loading branch information
kegman committed Dec 23, 2019
1 parent 14b5429 commit 83a0c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/controls/lib/pathplanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
LaneChangeState = log.PathPlan.LaneChangeState
LaneChangeDirection = log.PathPlan.LaneChangeDirection

LOG_MPC = os.environ.get('LOG_MPC', False)
LOG_MPC = os.environ.get('LOG_MPC', True)

DESIRES = {
LaneChangeDirection.none: {
Expand Down

0 comments on commit 83a0c3e

Please sign in to comment.