Closed woensug-choi closed 3 years ago
I was hoping that a new hector_gps sensor at PR https://github.com/Field-Robotics-Lab/glider_hybrid_whoi/pull/28 would solve the accuracy issue. But it did not. More tests will follow on the PR
Problem solved with a modified version of the hector_gps plugin called 'uw_gps_ros_plugin`. The code block for the calculation of lat/lon is replaced with the GDAL library at PR https://github.com/Field-Robotics-Lab/glider_hybrid_whoi/pull/28.
The vehicle's position and GPS value do not match exactly.
x: 480381.43
,y: 56666.85
which isLon: -70.735
,Lat: 41.51
calculated using epsg.ioLon: -70.712083444
,Lat: 41.2136645438
This is also the case of Dave repo's rexrov tutorial case https://github.com/Field-Robotics-Lab/dave/issues/77#issuecomment-748878031. It seems it's a problem with the GPS sensor since the bathymetry is spawning correctly.
Related article : https://github.com/uuvsimulator/uuv_simulator/issues/165