-
Notifications
You must be signed in to change notification settings - Fork 8
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
Calculate a course time based on a chosen total time finish #82
Comments
Done in V4.4 |
@patrovite I didn't find in the doc or in CG how to use this new feature, is there a button to enter the desired finished time ? |
Page 49 of the pdf manual. |
Ok, I found it and tried it but it didn't work as I expected as the function that was implemented looks for a curve that would match this time which means if the curve is not found, nothing happens. That's not actually what I meant when I created this feature request.
|
Currently it's not possible to do what you want. CG work with 'speed/slope' curves. To use this feature you need to first set the constant parameters and then run the algorithm. The current algorithm select the best curve but not the 'exact' curve. |
OK, thanks for the explanation |
For a given course with given parameters, calculate the time for each point based on a total finished time specified by the user.
For example : If the user wants to finish in 30h, estimate the time for each point based on that total finish time
The text was updated successfully, but these errors were encountered: