SpikyKnox

Results 5 comments of SpikyKnox

I have look into the source code found that ``` if (product_category == "HPG" && ref_rov == "REF") { components_.push_back(std::make_shared(nav_rate_, meas_rate_, updater_, rtcms_, this)); } else if (product_category == "HPG"...

The HPS device F9R is currently supported in ros2. #182

I forgot to set the config_on_start on melodic. Now I get the same error on melodic.

Is it possible that the config part of the ublox driver is not working for Firmware 9. It look like they change the protocol. ![MicrosoftTeams-image (1)](https://user-images.githubusercontent.com/24282214/140753142-75024e55-79d3-49c9-b573-106929f01229.png) They are now using...

The ZED-F9R use the UBX protocol for configuration and it's not supported by the driver yet. You have to manually configure the GPS than you can use the driver to...