-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
Using message_interval on any message stops sys_status from being transmitted #13055
Comments
Could you try this in current master (or v1.10 beta)? |
Tested on current master and tag: We have also experienced that certain messages output by default can not be throttled by the We experienced it with the following msg ids: (I know this is probably another issue, but trying to give as much information as possible, if it helps) |
Today we have experienced that using the This has only been tested on PX4 1.9.2. |
Could you try running |
It would appear that Apologies for the stupid error. Gonna close the issue here. Thanks for the help :) |
Describe the bug
sys_status
do not get transmitted after using amessage_interval
to limit any message. I have tried limiting different messages, but no change, andsys_status
is still not being transmitted. I have also tried to sendmessage_interval
forsys_status
to try and force it to 1 or 5hz. But didn't have any impact.I checked with QGC and mavlink_inspector to verify if the message gets output.
To Reproduce
Steps to reproduce the behavior:
message_interval
to limit some messageRebooting the PX4 to output default messages makes the
sys_status
show up again, right until the next time you sendmessage_interval
.Expected behavior
sys_status
should not be "removed" when limiting some other message withmessage_interval
.Using
message_interval
for thesys_status
message should correctly set the rate of thesys_status
message.Drone (please complete the following information):
The text was updated successfully, but these errors were encountered: