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

Increase maximum speed for moped profile #17096

Closed
scaidermern opened this issue May 2, 2023 · 6 comments · Fixed by #17589 or #17699
Closed

Increase maximum speed for moped profile #17096

scaidermern opened this issue May 2, 2023 · 6 comments · Fixed by #17589 or #17699
Assignees
Labels
Milestone

Comments

@scaidermern
Copy link
Contributor

Currently the maximum speed a user can configure for the moped profile is 53 km/h. This is too low. The famous German (GDR) moped Simson S50 / Simson S51 has a (legal!) maximum speed of 60 km/h. Depending on the conditions (of the road and the moped) it is even possible to drive ~65 km/h.

Therefore I suggest to increase the maximum speed for the moped profile to 70 km/h. The default values don't have to be modified.

@Zirochkabila Zirochkabila added the Nice to Have Should be fixed but there is no priority or no possibility to fix it within current horizon planning label May 2, 2023
@Zirochkabila
Copy link
Contributor

@alex-osm @xmd5a2, can we increase the maximum speed for the moped profile?
But, the default value leave without unchanged

@vshcherb vshcherb removed the Nice to Have Should be fixed but there is no priority or no possibility to fix it within current horizon planning label May 10, 2023
@vshcherb vshcherb added this to the 4.5-backend milestone May 10, 2023
@xmd5a2
Copy link
Contributor

xmd5a2 commented May 26, 2023

I think some modifications in UI are needed because in routing.xml we can assign only default values but not maximum available for user.
<routingProfile name="moped" baseProfile="moped" restrictionsAware="true" minSpeed="5.0" defaultSpeed="25.0" maxSpeed="35.0"
photo_2023-05-26_09-56-03

@vshcherb
Copy link
Member

vshcherb commented Jun 13, 2023

ToDo:

** Corrected ** (routing.xml is not applicable cause we could have online routing)

  • So we need to have constants somewhere that could be easy to change (please provide link to the source code)

@Chumva Chumva assigned Corwin-Kh and unassigned nazar-kutz Jun 27, 2023
@Corwin-Kh Corwin-Kh linked a pull request Jul 10, 2023 that will close this issue
Chumva added a commit that referenced this issue Jul 11, 2023
…-for-moped-profile

#17096: Changed setting max speed for vehicle
@vshcherb vshcherb reopened this Jul 18, 2023
@vshcherb
Copy link
Member

vshcherb commented Jul 18, 2023

@Chumva
Copy link
Member

Chumva commented Jul 18, 2023

  • Probably we have to check for routing profile, not app mode

Chumva added a commit that referenced this issue Jul 24, 2023
…-for-moped-profile

#17096: fixes after review; changed setting max speed value
@Chumva Chumva linked a pull request Jul 24, 2023 that will close this issue
@Chumva Chumva closed this as completed Jul 24, 2023
@Chumva
Copy link
Member

Chumva commented Jul 25, 2023

Max available speed limits can be edited here for different routing profiles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment