-
Notifications
You must be signed in to change notification settings - Fork 14
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
VehicleStep service times get multiplied by 10000 #82
Comments
For now I have realized that this line can be replaced by I guess the second |
I opened #83 as a fix for the *10000 issue |
Yeah, so upstream That being said, the underlying attributes accessed from cpp are 100, I think the idea is that all user inputs are scaled up like that and the system works internally in the space where all values are 100. As for why you are seeing the results that you are, I think @jcoupey is the better person to answer that. |
From what I can tell ( Plus the |
After digging a bit I realized that plan mode is called via the However, this is not available in pyvroom since VROOM is compiled without |
After assigning a
VehicleStep
to a vehicle, all its service valuesservice_at
,service_before
andservice_after
get multiplied by 10000.To reproduce:
I think this makes the vehicles execute any preset steps much later than intended (often at the end of the route).
This can be seen in this example:
In this case, the three steps get completed at the end of the route.
The text was updated successfully, but these errors were encountered: