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
PR #24657 adds support for sending the CAMERA_FOV_STATUS message which uses the vehicle's location, gimbal's attitude and the terrain database to calculate the Location what the camera gimbal is looking at.
Also this feature probably doesn't use much CPU, we shouldn't waste CPU unnecessarily. In particular we should only start the calculation of what the gimbal is looking at when the GCS (or someone) requests the CAMERA_FOV_STATUS be sent. We should also stop the calculation perhaps 10 seconds after the GCS stops requesting to message.
The text was updated successfully, but these errors were encountered:
PR #24657 adds support for sending the CAMERA_FOV_STATUS message which uses the vehicle's location, gimbal's attitude and the terrain database to calculate the Location what the camera gimbal is looking at.
Also this feature probably doesn't use much CPU, we shouldn't waste CPU unnecessarily. In particular we should only start the calculation of what the gimbal is looking at when the GCS (or someone) requests the CAMERA_FOV_STATUS be sent. We should also stop the calculation perhaps 10 seconds after the GCS stops requesting to message.
The text was updated successfully, but these errors were encountered: