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
I am trying to use this plugin on a rosbag containing /gps and /fix topics of the types gps_common/GPSFix and sensor_msgs/NavSatFix, respectively. However, I can't find anywhere within the code scripts that the NH subscribes to any of these (in README.md was said that the plugin subscribes to sensor_msgs/NavSatFi).
I was able to see there is only one subscription (in scripts/nmea_topic_driver.py) where an nmea_msgs/Sentence is the type of the message to which the code subscribes.
I am not able to make some output due to that, I'd appreciate your help.
The text was updated successfully, but these errors were encountered:
I am trying to use this plugin on a
rosbag
containing/gps
and/fix
topics of the typesgps_common/GPSFix
andsensor_msgs/NavSatFix
, respectively. However, I can't find anywhere within the code scripts that the NH subscribes to any of these (in README.md was said that the plugin subscribes tosensor_msgs/NavSatFi
).I was able to see there is only one subscription (in
scripts/nmea_topic_driver.py
) where annmea_msgs/Sentence
is the type of the message to which the code subscribes.I am not able to make some output due to that, I'd appreciate your help.
The text was updated successfully, but these errors were encountered: