Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kashian committed Sep 13, 2023
1 parent bab034e commit 09aedf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/options.proto
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ message Costing {
bool disable_hierarchy_pruning = 83;

oneof has_left_turn_penalty { //Added by kashian - adding penalty for left turns in seconds in input parameters
float has_left_turn_penalty = 84;
float left_turn_penalty = 84;
}

}
Expand Down

0 comments on commit 09aedf4

Please sign in to comment.