moveByPositionOffset does not work properly on z axis

妖精的绣舞 提交于 2020-04-18 07:11:06

问题


We have some issues using the moveByPositionOffset method provided by the Onboard-SDK v.3.9.

In particular, the issues arise when moving along the z axis. For example, last week we tried to execute the following

monitoredTakeOff(vehicle);
moveByPositionOffset(vehicle, 0, 0, 30, 0);

At the end of the simulation the WorldZ showed us a value of about 7.5 meters, if I remember correctly. In previous simulations we tried to move only on the xy plane and all seemed to work fine.

We are working with a DJI Matrice 100 + Manifold with the GNU/Linux Ubuntu 14.04 image provided by DJI.

Thank you in advance for your time.

来源:https://stackoverflow.com/questions/58797217/movebypositionoffset-does-not-work-properly-on-z-axis

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!