How to set copters Attitude via DroneKit — SET_ATTITUDE_TARGET not working

北城余情 提交于 2019-12-08 14:10:32

It is not possible to set the attitude directly because the command is not supported by Copter in either guided mode or AUTO mode/missions). The list of supported commands in guided mode is here and AUTO commands here.

What you can do is set the yaw. Another (hacky) approach that may work is setting the ROI as this will point the camera (and often the whole vehicle) at a target.

This sounds like a reasonable requirement - perhaps create a request with explanation of why this is useful for you?

SET_ATTITUDE_TARGET is now available to be used in guided_mode. You can even test it using mavproxy attitude command.

SET_ATTITUDE_TARGET is now implemented, and will be released with ArduCopter 3.4

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