This is brilliant, thanks so much for putting this out there! :)
@oleks733 жыл бұрын
Excellent, thank you from Ukraine♥
@darynadatsenko3266Ай бұрын
💙💛
@calvinkoung Жыл бұрын
Hi, Does it can work in MacOS environment ? or just in Ubuntu. Thanks
@jkazi1227 ай бұрын
I've followed the tutorial and copied in the basic connection/listen script, but I notice that while mavutil is imported correctly and can make the connection, all the subsequent methods such as wait_heartbeat() come up as undefined by vscode. I've re-installed, restarted, added extensions, and inspected mavutil object, but can't seem to get vscode to recognize it. Any suggestions?
@nallaperumalthanthondri38172 жыл бұрын
Very informative and useful. Thanks
@axelramirez27343 жыл бұрын
Hi! Your videos are amazing. Thank you very much for your content :) Just an observation. 8:27, the attitude msg is not a dictionary, is an object, you can access each element as an attribute of the object, for example if we want to get the roll we can "print(msg.roll)"
@إبراهيمالهلالي-ش7ش Жыл бұрын
that was very helpful . thank you ♥
@kameraarxasitv40863 жыл бұрын
Good video👍
@RaspberryDrone-s8h Жыл бұрын
Mate how can i change the --out address into udp:localhost:14550? My default --out address is my computer ip. When i tested the connection nothing happened. Thanks
@oguzhgenc2 жыл бұрын
Hello,which libraries do i need to download ?
@lucasconde6882 жыл бұрын
Excelent video! Congrats
@XPowerfullXPlayerX Жыл бұрын
Hello, Does anyone how to use pymavlink and mavlink2? I mean, there are messages with extension fields available only to mavlink2, and I want to get them
@C4RB0Nite Жыл бұрын
can we use wired connection as i will use single board computer like odroid or raspberry to communicate with flight controller, I am using f7 mini flight controller and inav config. so help me pls
@kameraarxasitv40863 жыл бұрын
Keep doing
@mohsenfazareh3384 Жыл бұрын
Hello I could not understand the first part that you run on cmd is it available for windows too and may you explain it more?
@stecarey6538 Жыл бұрын
He is running this in Linux as opposed to Windows. Most software engineers use Linux for reasons I cannot go into within KZbin comments. Get a Linux Virtual Environment running on Windows. Ensure you do not upgrade past 20.04 as you may get dependency issues.
@Hazar-bt6nf9 ай бұрын
I have a question; is this series work for raspberry pi and pixhawk? When I run the code on raspberry pi, will it be working(assume that I have connected raspberry and pixhawk serially)?
@captainmax60144 ай бұрын
ya same question , did you got any answer..?
@semanurbilada6203 Жыл бұрын
This library also works with ArduRover firmware, right?
@IntelligentQuads Жыл бұрын
Yes, it works with any firmware using mavlink
@tomerT12123 жыл бұрын
Excellent, keep it up!
@mums21092 жыл бұрын
Does this work through sik telemetry on ttyusb0?
@IntelligentQuads2 жыл бұрын
yep. it does!
@fatihkucukbyk6669 Жыл бұрын
Hello, How can I use mavlink in C#? Does anybody now that?
@chandratejatiriveedhi8822 жыл бұрын
I am struggling to make this communication work from my computer with serial port COM 7 and to the drone, how do I modify the code?
@LoperDavis2 жыл бұрын
me too did you figure it out by chance?
@chandratejatiriveedhi8822 жыл бұрын
@@LoperDavis Nope
@LoperDavis2 жыл бұрын
@@chandratejatiriveedhi882 that’s rough
@LoperDavis2 жыл бұрын
@@chandratejatiriveedhi882 are you using windows or Linux?
@chandratejatiriveedhi8822 жыл бұрын
@@LoperDavis Windows
@jackd61343 жыл бұрын
Thanks for this!!
2 жыл бұрын
THANKS SIR!! I was using DroneKit to connect to my drone (ORANGE CUBE)... but it worked sometimes and it took very long for it to connect, It stoped working somehow I tryed this and It worked right away, I belive because DroneKit is a HIGH level API, and this PyMavlink is lowe so works easier, am I right? THANKS AGAIN!!
@IntelligentQuads Жыл бұрын
yes exactly!
@abdurrahmanozden38792 жыл бұрын
i love you dude
@Kemuras5 ай бұрын
what if we only have one "--out" SIM_VEHICLE:
@Kemuras5 ай бұрын
i tried running the .py file with the one "--out" host I had but it runs forever
@artupaysivar68845 ай бұрын
bro could you help me cuz I got stuck at 5:06, have no idea what arducopter is
@artupaysivar68845 ай бұрын
does that have something to do with ardupilot or px4 in the qgc firmware?
@Kemuras5 ай бұрын
@@artupaysivar6884 arducopter is a part of the ardupilot software. but specialized for multi-rotor craft. There's also Arduplane for fixed-wing. And Its been a while since I did that step but I think you need to clone the ardupilot repo from git hub
@Kemuras5 ай бұрын
github.com/ArduPilot/ardupilot
@jackd61343 жыл бұрын
How to modify the statement to listen for a real drone the_connection = mavutil.mavlink_connection('udpin:localhost:14551') ?