Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix generated Python syntax #1707

Open
3 tasks
evemartin opened this issue Aug 14, 2024 · 0 comments
Open
3 tasks

Fix generated Python syntax #1707

evemartin opened this issue Aug 14, 2024 · 0 comments

Comments

@evemartin
Copy link
Contributor

Some of the generated Python commands need to be changed to be more consistent. This task is to make the following changes:

  • instead of .is_road("FORWARD"), the generated Python should be .is_road_forward() - similarly for the other directions
  • instead of .is_traffic_light("RED"), the generated Python should be .is_red_traffic_light() - similarly for green
  • generated while loops should not put the condition in parentheses
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

No branches or pull requests

1 participant