🚀 PX4 MAVROS Python Tutorial (Part 2)

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

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

  • @ThanhTTran-kd3wn
    @ThanhTTran-kd3wn 3 года назад +5

    Can you do a tutorial on how to publisher/subscribe to custom MAVROS messages with PX4? We have a vehicle in Gazebo and detects when a collision is made. How can we send info about our vehicle using MAVROS? I read something about FCU

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

    The video is great, but how to connect the Pixhawk with Flight Computer exactly? Or can it actually be done at all?

  • @ronaldjoseph2925
    @ronaldjoseph2925 3 года назад +3

    After running ython mission_test.py MC_mission_box.plan, File "mission_test.py", line 50, in
    from px4tools import ulog
    ModuleNotFoundError: No module named 'px4tools'
    Please help, how to solve this error

    • @farhangnaderi
      @farhangnaderi 3 года назад

      Please verify that you have PX4 toolchain installed. I have mentioned already in the video.

    • @muhammadzafarullahkhalid5129
      @muhammadzafarullahkhalid5129 3 года назад +1

      @@farhangnaderi px4 toolchain already installed, but still getting this error

    • @Asifkhan-lj6qm
      @Asifkhan-lj6qm 3 года назад +1

      @@muhammadzafarullahkhalid5129 do you got any solution

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

      sudo pip install px4tools

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

      @@deadline8661 thanks boss

  • @Mattans101a
    @Mattans101a 3 года назад

    thanks you for this tutorial. I'm wondering if there is a way to control motors directly throw MAVROS ?

  • @chikkuhere4971
    @chikkuhere4971 3 года назад

    i am trying to communicate between optitrack motive software and drone using rasberry pi, do you know how to achieve that?

  • @KaushikShivakumar
    @KaushikShivakumar 3 года назад

    Thank you for the tutorial, incredibly helpful.

  • @beebee_0136
    @beebee_0136 3 года назад

    Hello guys! Please does anyone know about a similar video documentation for the Ardupilot platform (e.g. Pixhawk builds) on RUclips? I have tried searching online for a similar playlist but could not find one. Thanks in advance!

  • @camrymusic3411
    @camrymusic3411 3 года назад

    After that, the execution of the program simply stops.
    INFO [dataman] Unknown restart, data manager file './dataman' size is 11798680 bytes
    INFO [simulator] Waiting for simulator to accept connection on TCP port 4560
    please help solve this problem

    • @farhangnaderi
      @farhangnaderi 3 года назад

      How are you connecting ? SITL or am actual flight controller?