Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

固定翼通信报错WARN [mavlink] SET_POSITION_TARGET_LOCAL_NED coordinate frame 0 unsupported #105

Open
J-starseeker opened this issue Apr 13, 2024 · 2 comments

Comments

@J-starseeker
Copy link

J-starseeker commented Apr 13, 2024

使用px4 1.13版本,按照教程选用Plane启动仿真正常,启动通信脚本后仿真程序终端WARN [mavlink] SET_POSITION_TARGET_LOCAL_NED coordinate frame 0 unsupported,QGC显示error:SET_POSITION_TARGET_LOCAL_NED coordinate frame 0 unsupported

@yuanbovin
Copy link

在通信python文件 Communication类的初始化中修改以下代码, 加入一行
self.target_motion.coordinate_frame = self.coordinate_frame
2024-04-27 18-05-09屏幕截图

@J-starseeker
Copy link
Author

在通信python文件 Communication类的初始化中修改以下代码, 加入一行 self.target_motion.coordinate_frame = self.coordinate_frame 2024-04-27 18-05-09屏幕截图

好的谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants