Dockless system
In dockless system, the users check for available bicycles in an app that shows the location of available bicycles. If there are no bicycles within a walkable distance, the users might choose to use another transportation mode. If there are bicycles within a walkable radius, the user will walk to the closest one. If the bike is no longer available at arrival because someone else took it already, the user will look for another bike and repeat the process. Finally, the user will ride the bike and drop it off right at the destination. The next figure illustrates the steps a user takes when using station-based BSS mode of transportation.


The configuration parameters for dockless systems are:
Parameter | Description | Units |
---|---|---|
"MODE" | 0=Station-based, 1=Dockless, 2= Autonomous | [-] |
"NUM_BIKES" | Number of bikes in the system, fleet size | [-] |
"WALK_RADIUS" | Maximum distance that a user is willing to walk | [m] |
"RIDING_SPEED" | Average bike riding speed of users | [km/h] |
"WALKING_SPEED" | Walking speed of users | [km/h] |