-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Avoid nan command to be processed #283
Conversation
Ouch, great find! |
When I send a twist with a NaN in the linear.x, the robot goes backward full speed in gazebo and in real. |
This will need a rebase and that test. Sorry but I'd really prefer not to add any fixes that are not backed up by a test. |
I tried to run the test without the fix and I can confirm that this test doesn't really catch the issue. Could you please try setting the param |
Also we've got a conflict. Could you rebase the PR on the latest |
09c05a0
to
4722964
Compare
Ping @vincentrou |
I rebase the PR on kinect in december but I will not have time to do more on this. |
I picked these commits for melodic. However I see a problem: The robot gets stuck during execution of the previous test case
Due to
the commands are no longer updated even after |
The test passes since the command is never updated during this test case. See my comment above. |
Closing this in favour of #469 |
No description provided.