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

Can ı make this project using dronekit? #2

Open
ahmetozkaraca opened this issue Feb 7, 2021 · 2 comments
Open

Can ı make this project using dronekit? #2

ahmetozkaraca opened this issue Feb 7, 2021 · 2 comments

Comments

@ahmetozkaraca
Copy link

Hello rijesha,
I have a positison estimation system for UAV. It is different from vision estimation systems. I just want to send the calculated position through mavlink. Can ı make this using dronekit? Do you have any suggestion for me?

Thanks for sharing your project. It is really mind-opening project.

@rijesha
Copy link
Owner

rijesha commented Feb 9, 2021

I haven't looked at the latest fw for px4 or ardupilot but the vision position estimate for px4 would take the vision position estimate and merges it into the estimation filter.

if you want to control a drone with ardupilot i have been using the set_attitude_target message and running the higher level control loops on the onboard computer.

Dronekit with python should be easy to use, the interface for it is written pretty well and some of the multithreading is already handled for you.

@ahmetozkaraca
Copy link
Author

Thanks for your reply.

I am controlling drone with ardupilot. I made a system that calculates the local position. I can not send this position datas to the ardupilot. I am now controlling over rc channel override method. But it is not stable as ı want.

I just want to send drone you are now 1 meter back or 0.5 meter front. But ı can not send this datas. What mavlink messega dou you suggest?

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