We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa8f5f commit c842d1aCopy full SHA for c842d1a
simulation/behavior_tree_plugin/src/vehicle/follow_lane_sequence/follow_lane_action.cpp
@@ -116,7 +116,8 @@ BT::NodeStatus FollowLaneAction::tick()
116
if (
117
distance_to_stopline.value() <=
118
calculateStopDistance(behavior_parameter_.dynamic_constraints) +
119
- vehicle_parameters.bounding_box.dimensions.x * bounding_box_half_factor + stop_line_margin) {
+ vehicle_parameters.bounding_box.dimensions.x * bounding_box_half_factor +
120
+ stop_line_margin) {
121
return BT::NodeStatus::FAILURE;
122
}
123
0 commit comments