bebop_autonomy
bebop_autonomy copied to clipboard
How could I designate the linear velocity in x and y axes in real time?
I found that there are many parameters that can be changed from the following URL. https://bebop-autonomy.readthedocs.io/en/latest/autogenerated/ardrone3_settings_param.html The max vertical speed can be changed by parameter ~SpeedSettingsMaxVerticalSpeedCurrent. However, I couldn't find any function to designate the linear velocity with concrete data. Are there some methods to realize it? Thank you in advance.
Another question: Is there any function to obtain the rotation data about each motor?