Default espislon to 0.001 instead of 0.01 in Validate to be consistent with POPF ?
Change the default epsilon value from 0.01 to 0.001 Validate to be consistent with POPF ?
I prefer to leave this as 0.01 for legacy consistency. Users should be aware that it needs to be set for validation of a plan in specific contexts.
Suggestion: when the plan is found invalid for a temporal consistency reason, the -t suggestion is printed as part of the output. The smallest time increment in the plan could also be used to determine whether epsilon is set correctly. E.g. we observe the time increments in this plan are as small as 0.001, consider using the -t switch to set the same epsilon time step that was used by the planner that created this plan.