01 Pymavlink Connect

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024
  • In this video I show you how to connect your pymavlink program to your drone.
    mavlink.io/en/...
    Example code available here:
    github.com/Int...

Комментарии • 46

  • @cemilcelik2776
    @cemilcelik2776 2 года назад +14

    Without someone explaining this tutorial to you it is so hard to understand it so please bro keep it up we wait for your videos every day

    • @abdurrahmanozden3879
      @abdurrahmanozden3879 2 года назад +3

      Adam kurtardı ya valla. Ben de takımımızla Teknofest'e hazırlanıyorduk bu reis yetişti sağ olsun. Thanks for video dude

  • @stecarey6538
    @stecarey6538 Год назад +2

    This is brilliant, thanks so much for putting this out there! :)

  • @oleksandrstashchcak3240
    @oleksandrstashchcak3240 2 года назад +2

    Excellent, thank you from Ukraine♥

  • @kameraarxasitv4086
    @kameraarxasitv4086 2 года назад +1

    Keep doing

  • @kameraarxasitv4086
    @kameraarxasitv4086 2 года назад +1

    Good video👍

  • @nallaperumalthanthondri3817
    @nallaperumalthanthondri3817 2 года назад

    Very informative and useful. Thanks

  • @axelramirez2734
    @axelramirez2734 2 года назад

    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)"

  • @lucasconde688
    @lucasconde688 2 года назад

    Excelent video! Congrats

  • @jkazi122
    @jkazi122 3 месяца назад

    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?

  • @tomerT1212
    @tomerT1212 2 года назад

    Excellent, keep it up!

  • @an_ecat
    @an_ecat Год назад

    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

  • @abdurrahmanozden3879
    @abdurrahmanozden3879 2 года назад

    i love you dude

  • @XPowerfullXPlayerX
    @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

  • @jackd6134
    @jackd6134 2 года назад

    Thanks for this!!

  • @calvinkoung
    @calvinkoung Год назад +1

    Hi, Does it can work in MacOS environment ? or just in Ubuntu. Thanks

  • @fatihkucukbyk6669
    @fatihkucukbyk6669 7 месяцев назад

    Hello, How can I use mavlink in C#? Does anybody now that?

  • @Hazar-bt6nf
    @Hazar-bt6nf 5 месяцев назад

    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)?

  • @user-sp6uo6kn7n
    @user-sp6uo6kn7n Год назад

    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

  • @oguzhgenc
    @oguzhgenc Год назад

    Hello,which libraries do i need to download ?

  • @mohsenfazareh3384
    @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
      @stecarey6538 Год назад

      He is running this in Linux as opposed to Windows. Most software engineers use Linux for reasons I cannot go into within RUclips comments.
      Get a Linux Virtual Environment running on Windows. Ensure you do not upgrade past 20.04 as you may get dependency issues.

  •  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!!

  • @chandratejatiriveedhi882
    @chandratejatiriveedhi882 2 года назад

    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?

  • @semanurbilada6203
    @semanurbilada6203 Год назад

    This library also works with ArduRover firmware, right?

  • @jackd6134
    @jackd6134 2 года назад +2

    How to modify the statement to listen for a real drone the_connection = mavutil.mavlink_connection('udpin:localhost:14551') ?

    •  2 года назад

      the_connection = mavutil.mavlink_connection("COM4")

    • @LoperDavis
      @LoperDavis Год назад

      @ I tied this on my com port 8 but it returned “ PermissionError: [Errno 13] Permission denied: 'com8' ” any way to fix this that you know of?

  • @mums2109
    @mums2109 2 года назад

    Does this work through sik telemetry on ttyusb0?

  • @Kemuras
    @Kemuras Месяц назад

    what if we only have one "--out" SIM_VEHICLE:

    • @Kemuras
      @Kemuras Месяц назад

      i tried running the .py file with the one "--out" host I had but it runs forever

    • @artupaysivar6884
      @artupaysivar6884 Месяц назад

      bro could you help me cuz I got stuck at 5:06, have no idea what arducopter is

    • @artupaysivar6884
      @artupaysivar6884 Месяц назад

      does that have something to do with ardupilot or px4 in the qgc firmware?

    • @Kemuras
      @Kemuras Месяц назад

      @@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

    • @Kemuras
      @Kemuras Месяц назад

      github.com/ArduPilot/ardupilot