Skip to content

Commit ba2977d

Browse files
update comment
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
1 parent c94be5d commit ba2977d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planning/behavior_path_sampling_planner_module/src/sampling_planner_module.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ SamplingPlannerModule::SamplingPlannerModule(
106106
// - goal_pose_yaw); return angle_difference / (3.141519 / 4.0);
107107
// });
108108

109-
// Distance to goal
109+
// Remaining path length
110110
soft_constraints_.emplace_back(
111111
[&](
112112
sampler_common::Path & path, [[maybe_unused]] const sampler_common::Constraints & constraints,

0 commit comments

Comments
 (0)