Hi,
I am currently trying to extend OSM2GTFS to support continuous dropoff / pickup for minibuses / "informal" transport.
I had this kind of working as a proof-of-concept for OTPv1 but no I am trying on the latest OTP.
otp-config.json
{
"otpFeatures": {
"FlexRouting": true
}
}
router.config.json
{
"flex": {
"maxTransferDurationSeconds": 300
}
}
does not seem to be enough.
I tried setting continuous_pickup,continuous_drop_off in stop_times to 0 as well as 3.
During the startup OTP prints
13:29:58.354 INFO (FlexTripsMapper.java:59) Create flex trips progress tracking complete. 9 done in 0s (1,800 per second).
13:29:58.354 INFO (FlexTripsMapper.java:60) Done creating flex trips. Created a total of 0 trips.
My problem is, that the routing makes passengers to walk 9 mins back, while they should just hop off earlier:
Regards,
Alex