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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: