Skip to content
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

(For MRPT 2.0) Make rnav fully compatible with simulated time #481

Closed
2 tasks done
jlblancoc opened this issue Mar 17, 2017 · 0 comments · Fixed by #1106
Closed
2 tasks done

(For MRPT 2.0) Make rnav fully compatible with simulated time #481

jlblancoc opened this issue Mar 17, 2017 · 0 comments · Fixed by #1106

Comments

@jlblancoc
Copy link
Member

jlblancoc commented Mar 17, 2017

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant