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

Errata - 21B #154

Open
psychemedia opened this issue Apr 20, 2021 · 2 comments
Open

Errata - 21B #154

psychemedia opened this issue Apr 20, 2021 · 2 comments

Comments

@psychemedia
Copy link
Contributor

psychemedia commented Apr 20, 2021

06.3 Keeping track of distance.ipynb - 3.1.4 Activity

Code says :
# Graceful forwards left
tank_steering.on(-30, 20)

# Tighter turn forwards and to the right
tank_steering.on(-30, 20)

Same code for two different claimed actions

@psychemedia
Copy link
Contributor Author

03.1 Program control using for loops

Code in part 1.5:

    tank_turn.on_for_rotations(-100,
                               SpeedPercent(75), 1.6.2)

Should just take 2 arguments: .on_for_rotations(speed, rotations)

@psychemedia
Copy link
Contributor Author

3.2 Program control, 2.4 - incrorrect blue background

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