timeline GotoAction设置速度无效
inspire2
android-sdk4.15.1
飞行路线如图:

从A点到B点,无论是斜着飞 还是 先平飞再下降,速度只能到0.5m/s
code var elements = mutableListOf<TimelineElement>() var loc = Activity.location!! // if (loc.altitude - abc.altitude>3){//先横飞再下降,尝试解决飞向B点过慢问题 // var action = GoToAction(LocationCoordinate2D(abc.latitude, abc.longitude), loc.altitude) // action.flightSpeed=4.0f // elements.add(action) // } var action = GoToAction(LocationCoordinate2D(abc.latitude, abc.longitude), abc.altitude) action.flightSpeed = 4.0f elements.add(action) elements.add(AircraftYawAction(wt.heading!!, true))
Agent comment from DJI SDK in Zendesk ticket #55512:
尊敬的开发者,感谢您联系DJI 大疆创新
由于github不是我们主要的咨询渠道,您的问题可能跟进不及时。我们建议您通过填写表单( https://djisdksupport.zendesk.com/hc/zh-cn/requests/new )向我们反馈问题。或者您也可以在论坛发帖,与其它开发者交流。论坛链接:https://djisdksupport.zendesk.com/hc/zh-cn/community/topics
Dear developer, thank you for contacting DJI.
Since github is not our main consultation channel, your questions may not be followed up in time. We recommend that you fill in the form (https://djisdksupport.zendesk.com/hc/en-us/requests/new) to report problems to us. Or you can post in the forum to communicate with other developers. Forum link: https://djisdksupport.zendesk.com/hc/zh-cn/community/topics
°°°
向下飞 比较 慢,横着飞 向上飞 都正常
飞机的高度在100m左右,下一个指定的位置在 50m左右