Set GPS momentum default to 80
This commit is contained in:
@@ -224,7 +224,7 @@ constexpr float kGpsSolverPavementMultiplier = 1.25f;
|
||||
constexpr size_t kGpsNodeMultiplierRoadTailPatchSize = 14;
|
||||
constexpr size_t kGpsMomentumRelaxPatchSize = 23;
|
||||
constexpr size_t kGpsMomentumPenaltyCaveSize = 96;
|
||||
constexpr float kGpsMomentumFixedEdgePenaltyDefault = 8.0f;
|
||||
constexpr float kGpsMomentumFixedEdgePenaltyDefault = 80.0f;
|
||||
constexpr float kGpsMomentumFixedEdgePenaltyMax = 1000.0f;
|
||||
constexpr std::array<float, 8> kGpsSolverNonRoadMultipliers = {
|
||||
10.0f, 6.0f, 2.0f, 0.0f, 4.0f, 2.5f, 1.5f, 0.0f,
|
||||
|
||||
Reference in New Issue
Block a user