GPS Timestamp with Dronekit-python API

冷暖自知 提交于 2019-12-24 02:57:21

问题


I'm currently using the Dronekit-python API with MAVProxy to log attitude from a Pixhawk on an onboard computer running Linux. These measurements need to be integrated with external data for image processing, and I'm hoping to use a GPS timestamp for synchronization.

The time of interest is time_utc in MAVLink message #63 (GLOBAL_POSITION_INT_COV), as documented here, and I was unable to find any GPS timestamp parameter listed in the DroneKit-Python API Reference.

I'd appreciate any suggestions on retrieving the timestamp.

来源:https://stackoverflow.com/questions/29978895/gps-timestamp-with-dronekit-python-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!