Open hortovanyi opened 3 years ago
@hortovanyi Hi, this repo is currently not being actively developed. If you can do a PR I'd be happy to merge.
Hey these messages are not yet implemented, even I require them.
@sankhakarfa I wrote a new UBX Gen 9 based driver https://github.com/aussierobots/ublox_dgnss .. its now published under Galactic. If you want to sink data (to parquet and read in jupyter notebooks) and then analyze it check out https://github.com/aussierobots/ublox_ubx_arrow
@hortovanyi Will it work for noetic?
@sankhakarfa no. ROS2 galactic
Would it be possible to port your upgrades into this driver @hortovanyi?
@fcladera sorry just saw this. No I'm using the newer UBX Gen 9 protocol. This driver here is using deprecated UBX messages and doesnt output the UBX messages as ROS2 messages with header timestamps, that I required. If you are have a ZED-F9P try installing the driver I've developed with 'sudo apt install ros-galactic-ublox-dgnss' ... i dont presently output a NavSatFix message as it seems a bit out of date when you are using DGNSS
I added these messages to the ROS1 branch in PR #143
Using the following config zed_f9p.yaml but unable to see UBX NAV HPPOSLLH (High Precision Geodectic Position) & UBX NAV HPPOSECEF (High Precision Position ECEF) topics or option to enable them published as ros2 topics.
Have a separate feed into UART2 supplying RTCM3 on the ZED-F9P. Am able to confirm in u-center 21.02 that the configuration is correct.