Constructor
new MovementCommands(vel, rotationRate)
The constructor for the command object.
Parameters:
Name | Type | Description |
---|---|---|
vel |
number | The forward velocity of the robot |
rotationRate |
number | The rotation rate of the robot |