The function set the specified steering orientation to the specific servo motor angle. Orientations – Straight, Left and Right.
setsteeringangle()
Function Definition: setsteeringangle(orientation = "S")
- Python Library: Quarky Ultimate Robots
- Library Import: Not Applicable
- Mode: Stage Mode, Upload Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
orientation | int | The orientation of the steering robot: S - Striaght. L - Left, and R - Right | "S", "L" and "R" | "S" |
Description
Example
There are no examples documented for this article.