Closed mellonUAV closed 6 years ago
I couldn't find much information about this mavros_msgs/HilGPS like what are the unit types of vn, ve, vd values and how are they interpreted in the FCU. Also what should I input to "cog" value?
https://mavlink.io/en/messages/common.html#HIL_GPS
I couldn't menage to use fake_gps plugin directly, also some explanation on how to use this plugin would be appreciated.
What can't you understand on the plugin?
Closing as stale
Hello,
I am using HIL GPS message (/mavros/hil/gps, mavros_msgs/HilGPS) to send the position data from my positioning system. With this method I can successfully publish GPS position to my FCU. In this message, this are the areas that can ben sent:
and these messages are sent to GPS_RAW_INT Mavlink message which has these areas:
It seems that there is no correcponding vn, ve, vd values in this messages. I couldn't find much information about this mavros_msgs/HilGPS like what are the unit types of vn, ve, vd values and how are they interpreted in the FCU. Also what should I input to "cog" value? Right now I use 65535 since it is unknown. I am using this message because I couldn't menage to use fake_gps plugin directly, also some explanation on how to use this plugin would be appreciated. Thank you!
Best regards, Melih Pelit