The function sets the angles of the pick action of the pick and place robot to a specified value.
- Quarky Mecanum Wheel Robot - Getting Started
 - Quarky Mecanum PictoBlox Extension
 - Quarky Mecanum Block Examples
- Computer Controlled Mecanum
 - Different Motions (Square and Axe)
 - Sign Detection Controlled Mecanum
 - Speech Recognized Controlled Mecanum
 - Hand Pose Controlled Mecanum
 - Gesture Controlled Gripper Mecanum
 - Gripper Mecanum with Dabble
 - Hand Pose Controlled Mecanum Pick and Place Robot
 - Mecanum Pick and Place With Dabble
 
 - Quarky Mecanum Python Examples
- Python Based Computer Controlled Mecanum
 - Python Based Different Motions (Square and Axe)
 - Python Based Sign Detection Controlled Mecanum
 - Python Based Speech Recognition Controlled Mecanum
 - Python Based Hand Pose Controlled Mecanum
 - Python Based Gesture Controlled Gripper Mecanum
 - Python Based Gripper Mecanum with Dabble
 - Python Based Hand Pose Controlled Mecanum Pick and Place Robot
 - Python Based Pick and Place Mecanum with Dabble
 
 
- Home
 - Python Functions
 - setpickangle()
 
setpickangle()
Function Definition: setpickangle(angle = 40)
- Python Library: Quarky Mecanum
 - Library Import: meca = Mecanum(1, 2, 7, 8)
 - Mode: Stage Mode, Upload Mode
 
Parameters
| Name | Type | Description | Expected Values | Default Value | 
|---|---|---|---|---|
| angle | int | The angle value of the servo motor. | 0 to 180 | 40 | 
Description
Example
There are no examples documented for this article.
		
		