Skip to content
Snippets Groups Projects
Commit 54f7b2fc authored by Felix Agner's avatar Felix Agner
Browse files

Added max servo speed in documentation

parent b54e543f
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,10 @@ To read positions from the crazyflie, use ...@@ -22,6 +22,10 @@ To read positions from the crazyflie, use
`z = bot.get_z()`, `z = bot.get_z()`,
`theta = bot.get_theta()`. `theta = bot.get_theta()`.
### Maximum servo speed
Currently, the maximum value to write to servo speed is 1022. Any value above (below) 1022 (-1022) is rounded down (up) on the server side.
**Example:** **Example:**
Connect to a robot at localhost, make it spin in a circle and read the x and y positions. Connect to a robot at localhost, make it spin in a circle and read the x and y positions.
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment