Skip to content

Fix typo: LANGE_CHANGE_LEFT -> LANE_CHANGE_LEFT#304

Open
dhruvildarji wants to merge 1 commit intoerdos-project:masterfrom
dhruvildarji:fix/typo-lane-change-left
Open

Fix typo: LANGE_CHANGE_LEFT -> LANE_CHANGE_LEFT#304
dhruvildarji wants to merge 1 commit intoerdos-project:masterfrom
dhruvildarji:fix/typo-lane-change-left

Conversation

@dhruvildarji
Copy link
Copy Markdown

Summary

  • Fixes misspelled enum value LANGE_CHANGE_LEFT to LANE_CHANGE_LEFT in pylot/planning/utils.py
  • The typo in the BehaviorPlannerState enum definition caused a mismatch with its references in behavior_planning_operator.py, which already used the correct spelling LANE_CHANGE_LEFT

Closes #241

Fixes the misspelled enum value LANGE_CHANGE_LEFT to LANE_CHANGE_LEFT
in the behavior planner utilities. The typo caused a mismatch between
the enum definition and its references in behavior_planning_operator.py.

Closes erdos-project#241
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in Behavior Planner

1 participant