Skip to content

Check the units of the BuilderBot differential drive system #1

@allsey87

Description

@allsey87

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions