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
Possible implementation, pass a C++11 chrono's clock which by default may be the real-time one, but could be replaced by a simulated one (as suggested elsewhere by @jolting ).
Code changes:
timestamp_reach in waypoints nav class
delays checks in abstract PTG rnav class:
port all delays-model to double and use robotTime() to make this compatible with faster-than-real-time simulators.
find usages of mrpt::system::timeDifference
The text was updated successfully, but these errors were encountered:
Possible implementation, pass a C++11 chrono's
clock
which by default may be the real-time one, but could be replaced by a simulated one (as suggested elsewhere by @jolting ).Code changes:
timestamp_reach
in waypoints nav classmrpt::system::timeDifference
The text was updated successfully, but these errors were encountered: