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

Planner steps are given in absolute time, not simulation step #9

Open
friend0 opened this issue Mar 3, 2025 · 0 comments
Open

Planner steps are given in absolute time, not simulation step #9

friend0 opened this issue Mar 3, 2025 · 0 comments

Comments

@friend0
Copy link
Collaborator

friend0 commented Mar 3, 2025

Planners are written as a series of planner implementations with each planner having a monotonic step, where a planner becomes active after the simulation step is greater than or equal to the listed step.
In the mainline Peng implementation, the control and simulation frequencies were fixed such that each tick was equal to 1ms.

For ease of planner development, we will want the active times for each step to be an absolute simulation time since simulation epoch. This saves us from having to back out the step number from the desired time and simulation frequency.

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

No branches or pull requests

1 participant