Table of Contents

setturingspeed()

Function Definition: setturingspeed(turn_speed = 50)

Parameters

NameTypeDescriptionExpected ValuesDefault Value
turn_speedintSet the speed (i.e. the voltage supplied to the motors) at which the robot turns.0 to10050

Description

Using this function, Set the speed (i.e. the voltage supplied to the motors) at which the robot turns.

 setturingspeed(50)  Note: High speed motors only operate within higher voltage ranges hence they may not work on lower values of set speeds.

Example

There are no examples documented for this article.