Skip to content

Commit

Permalink
fix(/autoware_freespace_planning_algorithms): fix cppcheck unusedFunc…
Browse files Browse the repository at this point in the history
…tion (#9274)

Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc authored Nov 9, 2024
1 parent d51ec57 commit c64bfbf
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ double calcReedsSheppDistance(const Pose & p1, const Pose & p2, double radius)
return rs_space.distance(pose0, pose1);
}

void setYaw(geometry_msgs::msg::Quaternion * orientation, const double yaw)
{
*orientation = autoware::universe_utils::createQuaternionFromYaw(yaw);
}

Pose calcRelativePose(const Pose & base_pose, const Pose & pose)
{
tf2::Transform tf_transform;
Expand Down

0 comments on commit c64bfbf

Please sign in to comment.