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 run ROVIO using some low quality sensors. I want to improve the results by using some GPS data, to try and stop the divergence which happens about a minute into my recording. All of my data is just in txt and jpg format, so I've been using the Kalibr bag creator to make a bag file first, but now I am trying to use python to create the bag files so I can include GPS. What I don't really understand is how I should be including the GPS data; does the topic need to have a particular name? I see that there are optional sensors with names like GPS_WGS and GPS_UTC, does this mean the topic would contain GPS readouts? I tried just using some generic name like gps0, then using the "import_gps_data_from_rosbag" inside Maplab just as a check to see if it can be read but always just get a core dump.
I feel like I have tried to read any websites that contain anything like "GPS", "Maplab", "Rovio" etc but I still don't understand :( Any advice would be great!
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Thanks for the response! I've taken a look at the wiki you mentioned, but I think I still have the same problem that all my GPS data is just in txt files, and I don't know how to get it to work properly as a ROS message. From what you posted, I got as far as the "RTK & Rovio..." GUI, but get an error about "No external IMU messages received" - I guess this is about the same problem ie I am not actually recording live data but trying to use prerecorded data in txt and jpegs. Do you have any tips on where I can go to figure this out?
Thanks!
tjxjb
changed the title
How to add GPS?
How to add GPS from a txt file?
Dec 19, 2018
Apologies in advance for beginner questions...
I am trying to run ROVIO using some low quality sensors. I want to improve the results by using some GPS data, to try and stop the divergence which happens about a minute into my recording. All of my data is just in txt and jpg format, so I've been using the Kalibr bag creator to make a bag file first, but now I am trying to use python to create the bag files so I can include GPS. What I don't really understand is how I should be including the GPS data; does the topic need to have a particular name? I see that there are optional sensors with names like GPS_WGS and GPS_UTC, does this mean the topic would contain GPS readouts? I tried just using some generic name like gps0, then using the "import_gps_data_from_rosbag" inside Maplab just as a check to see if it can be read but always just get a core dump.
I feel like I have tried to read any websites that contain anything like "GPS", "Maplab", "Rovio" etc but I still don't understand :( Any advice would be great!
Thanks in advance!
The text was updated successfully, but these errors were encountered: