You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: If you have a general support question and are looking for a quicker response, please checkout our discord channel for answers from the community: https://bbs.carla.org.cn/ask
In what area(s)?
/area runtime
/area operator
/area placement
/area docs
/area test-and-release
Ask your question here
I want to know how to modify the message frequency of a data channel, as currently almost all data channels have the same frequency, but this is incorrect. For example, the odometry data channel should have a frequency of 100Hz, but currently it's 8-9Hz. I found the new_rate function in the node.py file, so I tried to use that function in the gnss.py file to change the frequency, but it didn't work. I also tried modifying the value of fixed_delta_seconds in the settings.yaml file, but the frequency didn't change either.
The text was updated successfully, but these errors were encountered:
Note: If you have a general support question and are looking for a quicker response, please checkout our discord channel for answers from the community:
https://bbs.carla.org.cn/ask
In what area(s)?
Ask your question here
I want to know how to modify the message frequency of a data channel, as currently almost all data channels have the same frequency, but this is incorrect. For example, the
odometry
data channel should have a frequency of 100Hz, but currently it's 8-9Hz. I found thenew_rate
function in thenode.py
file, so I tried to use that function in thegnss.py
file to change the frequency, but it didn't work. I also tried modifying the value offixed_delta_seconds
in thesettings.yaml
file, but the frequency didn't change either.The text was updated successfully, but these errors were encountered: