-
Notifications
You must be signed in to change notification settings - Fork 400
Closed
Labels
Milestone
Description
Running in plan mode in a situation where jobs have the same location as the vehicle start:
{
"vehicles": [
{
"id": 1,
"start": [
X,
Y
],
"steps": [
{
"id": 1,
"type": "job"
}
]
}
],
"jobs": [
{
"id": 1,
"location": [
X,
Y
]
}
]
}
used to work in v1.14, resulting in a zero-cost route as expected. With current v1.15-rc.1, this yields a segfault.