change phantom node to store an appx speed regardless of direction. use this speed to estimate an accel/decel penalty and scale the penalty based on the distance traveled up to a cutoff. only used in the table plugin at the moment. TODO still lives in the guidance assemble_leg area

This commit is contained in:
Kevin Kreiser
2019-02-08 23:37:28 -05:00
committed by Daniel Patterson
parent 67e99c9809
commit ca55521c87
9 changed files with 77 additions and 78 deletions
+3 -3
View File
@@ -123,8 +123,8 @@ struct BaseParameters
});
}
};
}
}
}
} // namespace api
} // namespace engine
} // namespace osrm
#endif // ROUTE_PARAMETERS_HPP