You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rmackay9 san.
I find it tedious to convert the HERE4 flight controller into a GNSS receiver by rewriting the firmware, and I would like to simplify this process.
Additionally, I believe it is possible to transmit telemetry from other sensors, such as the barometric sensor, to the MAVLink barometric sensor driver in a similar manner.
GPS_INPUT is probably the wrong way to go about this.
Having the vehicle firmware emit (and consume) all the same DroneCAN messages as the AP_Periph firmware is probably the correct way to do this. That's not just GPS data, BTW - there are magnetometers and baros and whatnot too.
Feature request
Is your feature request related to a problem? Please describe.
When HERE4 is used as a flight controller, it does not become a GNSS receiver.
To make it a GNSS receiver, rewrite the firmware.
Describe the solution you'd like
I want to use it as a GNSS receiver without rewriting the firmware.
Describe alternatives you've considered
I inform FC of the telemetry message “GPS_INPUT” used by the GPS MAVLINK driver.
https://mavlink.io/en/messages/common.html#GPS_INPUT
Platform
[X] All
[ ] AntennaTracker
[ ] Copter
[ ] Plane
[ ] Rover
[ ] Submarine
Additional context
The text was updated successfully, but these errors were encountered: