02 Pymavlink Arm Command

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • In this video I explain the basis of the mavlink command protocol by showing how you can arm your drone.
    mavlink.io/en/...
    Example code available here:
    github.com/Int...

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

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

    Your video series helped a lot in my projects 🙌

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

    Your videos are my inspiration. Keep up the good work. I'd love some more videos on Pymavlink and changing the modes and such

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

    Excellent video series. I really appreciate it!

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

    Very helpful, please keep it up

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

      selam ne projesi ile ilgilendiniz?

  • @ImStian
    @ImStian 5 месяцев назад

    When I run the arm script I get an error saying: "Critical: Arm: Throttle too high" any tips on how get it to arm? (I'm running the simulator too)

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

    Very informative. Thanks a lot.

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

    keep it up bro...

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

    Good video

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

    Hey
    I am doing similar work.
    Can you suggest me a good laptop for
    Uav simulatoion ( looking for linux machine

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

      I don't have any specific laptop recommendations. I would say to select a budget and get the best computer you can with your budget. In general more CPU cores and RAM is better for physics simulations. If you want to do rendering and computer vision you will generally have to compromise some CPU/RAM capability for a more expensive graphics card.
      I have been asked this question a few times in the past and I just bought a new computer, so maybe I should make a video on this :)

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

      you should make a video man! I m such a huge fan

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

    But when I arm the drone, it automatically disarms after 10 seconds

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

      this is a safety mechanism in ardupilot. ardupilot will automatically disarm itself after 10 seconds if the aircraft doesn't take off

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

      @@IntelligentQuads Thank yoy for your response, is there a command in pymavlink for obstacle avoidance?

    • @lokkiez
      @lokkiez 4 месяца назад

      @@mokkadude2816 there are plenty in mavlink documentation

  • @Ais-qc1bc
    @Ais-qc1bc Год назад

    can u do this by arduino Uno or other??

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

      I don't think arduino uno supports python, but if your device can run python then maybe