disco4g VS qgroundcontrol

Compare disco4g vs qgroundcontrol and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
disco4g qgroundcontrol
3 3
387 2,922
0.0% 3.8%
0.0 9.8
about 2 years ago 3 days ago
Shell C++
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

disco4g

Posts with mentions or reviews of disco4g. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-09.
  • DJI Virtual Flight (iOS) has been broken for five months
    4 projects | news.ycombinator.com | 9 Sep 2023
    For Disco you're in luck, there are some really decent ardupilot-based projects out there[1]. Plus, unlike the Bebop camera which is inaccessible via the shell (you can only use the Parrot SDK), the Disco camera can be commanded to stream/record with a few simple commands, and even bound to controller inputs.

    A caveat with the controller: it needs to have custom firmware[2] to get it communicating with ardupilot, and to get the firmware onto the controller you need telnet/adb into it via SkyController→usb→ethernet→usb→Laptop adaptor(s).

    For a ground control system (GCS), there's three to choose from: Mission Planner, APM Planner, and QGroundControl[3] (ignore the rest, use this one).

    For configuring the drone, mission planner is pretty good... but you can also just use MavProxy[4] which is a fantastic commandline program that all the GCSes use in some way, and can even be installed in Termux/Android.

    1: https://github.com/uavpal/disco4g/

    2: https://github.com/ArduPilot/dema-rc/

    3: https://github.com/mavlink/qgroundcontrol

    4: https://github.com/ArduPilot/MAVProxy

  • A Drone attack on the headquarters of the Black Sea Fleet in Sevastopol, Crimea.
    1 project | /r/CombatFootage | 20 Aug 2022
  • Parts list for sub $600 long range 4G LTE build?
    1 project | /r/diydrones | 15 Jan 2022
    You could try to find a used parrot disco and install the 4g mod on it but tje compatible 4g modem may be haed to find. All the informations are here: https://github.com/uavpal/disco4g

qgroundcontrol

Posts with mentions or reviews of qgroundcontrol. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-09.
  • DJI Virtual Flight (iOS) has been broken for five months
    4 projects | news.ycombinator.com | 9 Sep 2023
    For Disco you're in luck, there are some really decent ardupilot-based projects out there[1]. Plus, unlike the Bebop camera which is inaccessible via the shell (you can only use the Parrot SDK), the Disco camera can be commanded to stream/record with a few simple commands, and even bound to controller inputs.

    A caveat with the controller: it needs to have custom firmware[2] to get it communicating with ardupilot, and to get the firmware onto the controller you need telnet/adb into it via SkyController→usb→ethernet→usb→Laptop adaptor(s).

    For a ground control system (GCS), there's three to choose from: Mission Planner, APM Planner, and QGroundControl[3] (ignore the rest, use this one).

    For configuring the drone, mission planner is pretty good... but you can also just use MavProxy[4] which is a fantastic commandline program that all the GCSes use in some way, and can even be installed in Termux/Android.

    1: https://github.com/uavpal/disco4g/

    2: https://github.com/ArduPilot/dema-rc/

    3: https://github.com/mavlink/qgroundcontrol

    4: https://github.com/ArduPilot/MAVProxy

  • BlueRov2 Firmware Problem
    1 project | /r/rov | 3 Jun 2022
    I expect you’re running into this issue, although it’s also possible you’re using a QGroundControl version that’s poorly set up to work with ArduSub (or your particular ArduSub version). If you’re not already it’s likely best to use the software version(s) recommended by Blue Robotics.
  • UML Diagrams Designer via Code
    5 projects | news.ycombinator.com | 5 May 2022
    > Are UML diagrams used effectively in the dev industry?

    Are they effective? I say they are when correctly used. For example last year I used plant UML to draw a sequence diagram to demonstrate some threading/mutex problems. [1]

    I've also used draw.io to draw similar problems. [2]

    I would say that tbqh using UML (or maybe just plant UML) is the "better" solution because it can be embedded in code and re-rendered as needed. But draw.io is _much_ easier to use!

    I will also say that UML diagrams aren't well taught nor do most devs even know to reach for the tool.

    [1]: https://github.com/mavlink/qgroundcontrol/pull/9595

    [2]: https://github.com/airmap/qgroundcontrol/pull/6