Hello Everyone,
I want to adjust the publishing frequency of logged topics. My purpose is to make timestamps of some topics the same as each other. For example vehicle angular velocity topic is logged 100 times, while the trajectory setpoint is logged 5 times in a second. I need to match different topics’ data according to their timestamps, but the frequency difference is creating a problem.
I edited the intervals of topics in logged_topics.cpp file. However, this didn’t solve the issue. What should I change?
Thanks for your help,
Best regards.