You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
functionstep()
-- drive forwards at 5 centimeters per secondrobot.differential_drive.set_target_velocity(5, 5)
end
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: