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
After updating gpsd recently, I got the following compile error in gps_umd/gpsd_client:
/home/luke/catkin_ws/src/gps_umd/gpsd_client/src/client.cpp: In member function ‘void GPSDClient::process_data_gps(gps_data_t*)’:
/home/luke/catkin_ws/src/gps_umd/gpsd_client/src/client.cpp:178:22: error: ‘struct gps_data_t’ has no member named ‘epe’
178 | fix.err = p->epe;
| ^~~
Version: Fedora gpsd-devel-3.19-2.fc31.x86_64
The text was updated successfully, but these errors were encountered:
After updating gpsd recently, I got the following compile error in
gps_umd/gpsd_client
:Version: Fedora
gpsd-devel-3.19-2.fc31.x86_64
The text was updated successfully, but these errors were encountered: