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

Tuning go_to_bay, blue_circle, and train #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

4Orange2
Copy link
Contributor

No description provided.

Copy link
Owner

@bashir2 bashir2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @4Orange2 for the changes.

@@ -13,27 +13,26 @@ def go_to_bay(r, bay_num, init_distance, is_blue=False):
'''
print('go_to_bay {}'.format(bay_num))
if bay_num == 1:
r.straight_distance(14 - init_distance)
r.straight_distance(distance=11 - init_distance) # init value = 14
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are the init value = comments, I mean what do they mean given that init_distance is a function argument?

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.

2 participants