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

Check the units of the BuilderBot differential drive system #1

Open
allsey87 opened this issue Mar 3, 2022 · 0 comments
Open

Check the units of the BuilderBot differential drive system #1

allsey87 opened this issue Mar 3, 2022 · 0 comments
Assignees

Comments

@allsey87
Copy link
Member

allsey87 commented Mar 3, 2022

The following code should drive the BuilderBot forward at 5 cm/s. However, the hardware implementation may not yet be updated and may try to take off at 5 m/s instead.

function step()
  -- drive forwards at 5 centimeters per second
  robot.differential_drive.set_target_velocity(5, 5)
end
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

2 participants