Skip to content

Commit 112ccdf

Browse files
committed
fix(autoware_behavior_velocity_planner): fix naming issues
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent 3f98399 commit 112ccdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

planning/behavior_velocity_planner/src/planner_manager.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ std::string json_dumps_pose(const geometry_msgs::msg::Pose & pose)
3434
return json_dumps_pose;
3535
}
3636

37-
diagnostic_msgs::msg::DiagnosticStatus makeStopReasonDiag(
37+
diagnostic_msgs::msg::DiagnosticStatus make_stop_reason_diag(
3838
const std::string & stop_reason, const geometry_msgs::msg::Pose & stop_pose)
3939
{
4040
diagnostic_msgs::msg::DiagnosticStatus stop_reason_diag;
@@ -119,7 +119,7 @@ autoware_auto_planning_msgs::msg::PathWithLaneId BehaviorVelocityPlannerManager:
119119
}
120120
}
121121

122-
stop_reason_diag_ = makeStopReasonDiag(
122+
stop_reason_diag_ = make_stop_reason_diag(
123123
stop_reason_msg, output_path_msg.points[first_stop_path_point_index].point.pose);
124124

125125
return output_path_msg;

0 commit comments

Comments
 (0)