Closed Paschalis closed 1 week ago
As it seems like you are actively using ADSB, do you think it would be valuable to parse more ADSB messages for the remaining data not currently used in mavlink_adsb_vehicle_t? Like hor_velocity, ver_velocity, tslc, etc
As it seems like you are actively using ADSB, do you think it would be valuable to parse more ADSB messages for the remaining data not currently used in mavlink_adsb_vehicle_t? Like hor_velocity, ver_velocity, tslc, etc
I agree that parsing additional ADS-B messages would be beneficial. In addition to the mentioned fields, we would like to add:
hor_velocity
) in knots.^
for climbing and v
for descending) to visually indicate the vertical velocity of the aircraft.Suggest displaying these details in a hover field when the mouse is over each vehicle, allowing users to access relevant information only as needed.
Additionally, should adding appropriate vehicle images based on aircraft type to help distinguish between planes and helicopters, as discussed on Aviation Stack Exchange.
Could you make a feature request for that and any other thoughts you have on it? Adding the messages is very quick and easy, visual stuff might take a slight bit more
Suggest displaying these details in a hover field when the mouse is over each vehicle, allowing users to access relevant information only as needed.
I would make this show up with a click on the vehicle. Hover stuff doesn't work on mobile.
Nice stuff. Thanks for the pull
Description
This PR addresses the limitations of the current MockLink implementation by enabling the simulation of five ADS-B vehicles, providing a more realistic and consistent flight path on the QGroundControl map. The following changes were made:
MockLink.cc
andMockLink.h
to allow the addition of five vehicles that simulate realistic movements and smooth transitions.ADSB_Simulator.py
script remains in the project to facilitate testing of SDR hardware faults and antenna issues. This redundancy is crucial for users who require a fallback method for ADS-B simulation via TCP link, mimicking a real ADS-B server setup.https://github.com/user-attachments/assets/567f1c41-ef7e-4d06-a51a-6426f5183813
Checklist:
Related Issue
12006
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.