Skip to content

Commit e5f6309

Browse files
remove cerr print
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
1 parent ab8d18f commit e5f6309

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

planning/behavior_path_sampling_planner_module/include/behavior_path_sampling_planner_module/sampling_planner_module.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,6 @@ class SamplingPlannerModule : public SceneModuleInterface
229229
const bool merged_back_to_path =
230230
(std::abs(ego_arc.distance) < threshold_lat_distance_for_merging) &&
231231
(yaw_difference < threshold_yaw_difference_for_merging);
232-
if (isReferencePathSafe() && (merged_back_to_path))
233-
for (int i = 0; i < 10; ++i) std::cerr << "MERGED BACK!!!!!\n";
234232
return isReferencePathSafe() && (merged_back_to_path);
235233
}
236234

0 commit comments

Comments
 (0)