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
I think that sounds like a great next message validation: check if there are NaNs!
For future things like this that you run into, you've proven yourself here enough - you're welcome to just submit a PR for things of this nature (i.e. input message invalid -> make a validation util -> use it in that area) to speed up your work.
Bug report
Required Info:
Steps to reproduce issue
Launch the navigation2 normally, as following steps:
Curious about how nav2 face to topic-interception, i sent validate
/PoseWithCovarianceStamped
msg onto topic/initialpose
, which is like this:[notice] here's some
.nan
value in such validate message.Expected behavior
Actual behavior
The ASAN reporting a stack-buffer-overflow bug to me as following, and the
nav2_amcl
stop its work.Additional information
It could confirmed that the bug was caused by the value
.nan
of such validate messagesimilar issue and PR: #4177 #4276
The text was updated successfully, but these errors were encountered: