ArduPilot / ardupilot

ArduPlane, ArduCopter, ArduRover, ArduSub source
http://ardupilot.org/
GNU General Public License v3.0
10.27k stars 16.88k forks source link

GPS-PPS tracking #10369

Open Naterater opened 5 years ago

Naterater commented 5 years ago

Feature request

Is your feature request related to a problem? Please describe. High timing accuracy is needed for certain applications. GPS units use highly accurate timing for position measurement, and PPS (an output signal at a precise time) is supported on high end units for time synchronization. The PPS event can currently be logged as a camera feedback event, however that removes the true camera feedback ability.

Describe the solution you'd like

  1. Allow an additional feedback pin to be logged in addition to the cam feedback
  2. Use this PPS signal to synchronize the system clock and avoid drift

Describe alternatives you've considered An external IMU/Logging system for photogrammetry

Platform [ ] All [ ] AntennaTracker [X] Copter [X] Plane [X] Rover [ ] Submarine

Additional context https://github.com/ArduPilot/ardupilot/issues/7892

adpjhu commented 4 months ago

It appears as if this has been implemented here . Should this issue be closed?