-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there an possibility to have an higher publish rate than the fps #140
Comments
Currently there is no option to pub since it does not make sense update information higher than simulation update. |
Generally IMU sensor publish acceleration and gyro in high frequency(200hz, 400hz). |
hmm, I see |
It makes sense to me because another plugin delivers data at a much higher rate. |
|
jsbsim plugin for flight simulation. |
Hi, i didn't got it to work with an higher frequency only 60 possible altered tick and frame rate. Any other suggestions? |
What do you mean only 60 possible? Some param's maximum is 60 or simulation run with 60 hz because of CPU/GPU limitation? |
60 hz publish rate, cpu and gpu arent an limitation. 60 fps is ok for me, i only want to publish at an higher rate |
Where do you set 60hz? |
I've set 240 hz in the publishers. But they're only publishing with 60 hz |
maximum Publish rate of an Node is bound to the frame rate as you mentioned. You need to create non loop publisher and manually call Publish() from your bp to meet your requirements. |
Currently it seems like the maximum Publish rate of an Node is bound to the frame rate.
Is there an option to allow higher pub rates?
The text was updated successfully, but these errors were encountered: