Skip to content

Commit ec5179b

Browse files
add debug message
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
1 parent 887df43 commit ec5179b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

planning/behavior_path_start_planner_module/src/start_planner_module.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ bool StartPlannerModule::isPreventingRearVehicleFromPassingThrough() const
326326
centerline_path.points, start_pose_point_msg, start_pose_nearest_segment_index.value());
327327
if (std::isnan(starting_pose_lateral_offset)) return false;
328328

329+
RCLCPP_DEBUG(getLogger(), "starting pose lateral offset: %f", starting_pose_lateral_offset);
329330
const bool ego_is_merging_from_the_left = (starting_pose_lateral_offset > 0.0);
330331

331332
// Get the ego's overhang point closest to the centerline path and the gap between said point and

0 commit comments

Comments
 (0)