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
This is covered by #3303, but sure a PR to resolve this particular instance would be nice! We're waiting on some other things in rclcpp itself to update Rate to be able to use ROS time, but this particular instance doesn't require it
Bug report
The Wait behavior https://github.com/ros-planning/navigation2/blob/main/nav2_behaviors/plugins/wait.cpp is not using the ROS clock and hence will not have a consistant behavior when used in sim if the real time factor is not maintained to 1
Expected behavior
Wait based on sim time when in sim
Actual behavior
Wait based on the wall clock
Additional information
Would it be okay to switch to using the ROS clock ? I can make a PR
The text was updated successfully, but these errors were encountered: