Skip to content

Commit

Permalink
fix ci error
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Mar 17, 2022
1 parent 6071830 commit 805181a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planning/obstacle_avoidance_planner/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ std::tuple<double, std::vector<double>> calcVehicleCirclesInfo(
return {radius, longitudinal_offsets};
}

void fillYawInTrajectoryPoint(
[[maybe_unused]] void fillYawInTrajectoryPoint(
std::vector<autoware_auto_planning_msgs::msg::TrajectoryPoint> & traj_points)
{
std::vector<geometry_msgs::msg::Point> points;
Expand Down

0 comments on commit 805181a

Please sign in to comment.