HKUST-Aerial-Robotics/GVINS-Dataset

How to set the frequency of PPS signal to 0.2 Hz by u-center?

JiangZhengok opened this issue · 6 comments

You mentioned that in the README:

  1. The GNSS receiver reports the time information of next PPS signal. In our system the reporting frequency is set to 1Hz.
  2. The PPS signal from the GNSS receiver is used to trigger the external interrupt of VI-Sensor. In our system the frequency of PPS is set to 0.2 Hz.
    Did you set that by u-center as below?
    image
    But I don't know how to set the frequency of PPS signal to 0.2 Hz. And how to set the reporting frequency to 1Hz?

It is only allowed to be set at >= 1Hz。

Hi, @JiangZhengok. You can set the period of PPS to 5s. Select the Period option on the right part and then you should be able to input the period.

Hi, @JiangZhengok. You can set the period of PPS to 5s. Select the Period option on the right part and then you should be able to input the period.

Yes, you are right. I note that 5 identical PPS output per 5 second in your rosbag, but 50 identical PPS output per 5 second in my bag. So I think my PPS output frequency is set incorrectly(10Hz).
image
I set RXM and NAV output frequency by follow,
E093C96B-AE5C-4c6b-865B-09AB5AD9A9A7
but that also set PPS output frequency to 10Hz. How can I only set PPS output frequency to 1Hz?

I set the TP parameter in u-center->view->Generation 9 Configuration View->Advanced Configuration->CFG-TP. You may refer to Section 3.11 of ZED-F9P_IntegrationManual_(UBX-18010802) for more details.

I set the TP parameter in u-center->view->Generation 9 Configuration View->Advanced Configuration->CFG-TP. You may refer to Section 3.11 of ZED-F9P_IntegrationManual_(UBX-18010802) for more details.

All right. I find that u-center user guide have mentioned that Generation 9 Configuration View can only be used to configure u-blox 9 generation receivers. But my ublox is NEO-M8P.

Thanks for your help.

You're welcome. Then I guess you can find the way in NEO-M8P integration manual. BTW, the TP setting does not matter if you do not perform hardware synchronization.