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

Mission Planner and Dronekit simultaneously #1178

Open
hassaansidd opened this issue Jan 14, 2023 · 2 comments
Open

Mission Planner and Dronekit simultaneously #1178

hassaansidd opened this issue Jan 14, 2023 · 2 comments

Comments

@hassaansidd
Copy link

I am planning to make a plane that can perform object detection and perform specific tasks while in flight. So for planning flights, I wanna use ardupilot mission planner and for object detection and for a certain movement of servos I wanna use dronekit. Is it possible to use both software partially...

@kyrlon
Copy link

kyrlon commented Apr 6, 2023

rough but I believe with mavproxy

@saidinesh5
Copy link

Setup Mavlink Mirror with write access on Mission Planner. You can then make mission planner act as a proxy between your script and your plane.

from dronekit import connect
vehicle = connect('udp:127.0.0.1:14550',baud=57600)

image

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

3 participants