Improve error handling on glim_rosbag
deserialization error
#156
Labels
enhancement
New feature or request
glim_rosbag
deserialization error
#156
It is 100% a mistake on my side, but I tried to use the
gnss_global
extension usingNavSatFix
messages instead ofPoseWithCovarianceStamped
messages as the module expects. Obviously it can't work, but I observed that:glim_rosnode
, there is no error nor warning message explaining something is wrong with the gnss data. The module does not do anything, and I initially thought the gnss module was broken.glim_rosbag
, the program crashes upon deserializing the gnss messages:However, it is not immediately clear what is causing the issue. The error messages shows the program has tried to deserialize a
PoseWithCovarianceStamped
message, but we don't know from which topic the data comes from. A log message seems to have been added here for that purpose, unfortunatelly the crash happens right before.The text was updated successfully, but these errors were encountered: