Hi,
When I do the log file, i put first the lines of FMT. But If I am going to create new messages, i don’t know what ID in FMT will have. How I will know the type of the custom message?
The log file looks like this:
FMT, 128, 89, FMT, BBnNZ, Type,Length,Name,Format,Columns
FMT, 130, 50, GPS, QBIHBcLLeffffB, TimeUS,Status,GMS,GWk,NSats,HDop,Lat,Lng,Alt,Spd,GCrs,VZ,Yaw,U
FMT, 131, 50, GPS2, QBIHBcLLeffffB, TimeUS,Status,GMS,GWk,NSats,HDop,Lat,Lng,Alt,Spd,GCrs,VZ,Yaw,U
GPS, 205799993, 3, 215464199, 2197, 13, 0.75, 37.2001939, -5.8807075, 22.44, 0.02088062, 286.6992, 0.038, 0, 1
GPS2, 205799993, 3, 215464199, 2197, 13, 0.75, 37.2001939, -5.8807075, 22.44, 0.02088062, 286.6992, 0.038, 0, 1
But in .bin files I just copy the mavlink messages. I didn’t know it needs the declaration of the messages too. Does the declaration of the messages go first as in log file?
Sorry I can’t share the changes in github
Thanks,
Nazaret.