As of September 2021, we have moved technical support to Robolink Help
Welcome to the Robolink Community forum!
You can post here to interact with others in the Robolink community. We're checking it weekly, and we'll respond to some messages. If you're looking for technical support, head over to Robolink Help.
about move function
-
This drone is fun
About the value of the move function
About yaw, roll, pitch
What is the unit of value?
(speed? power?) -
@fuannta You can check out documentation of the move function here: http://docs.robolink.com/codrone-library/move
Think of the units as percentage, so it'll be -100 to 100. For example, given that the parameters are
move(duration, roll, pitch, yaw, throttle)
, then
move(5, 0, 70, 0, -20)
will make the drone fly for 5 seconds pitching forward at 70% power while descending slowly at -20% power.