Add turn probability to RandomRouteAction
Describe the feature
Currently in the RandomRouteAction there are no attributes to configure the turning behavior. So the random turning behavior corresponds to a uniform distribution across all connecting roads. For use-cases in OpenPASS the turning behavior must be specified stochastically.
Describe the solution you would like
Add an attribute to define the turning probabilities (left/right/straight?). Still needs to be refined.
Describe alternatives you have considered
none
Describe the backwards compatibility
Can be backward compatible if the new attribute is optional and the default if missing is the existing random decision behavior.