Skip to content

Commit

Permalink
set class name
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
  • Loading branch information
youtalk authored and xmfcx committed Dec 18, 2024
1 parent 70a4b62 commit 70ed42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/autoware_geography_utils/src/projection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace autoware::geography_utils

[[nodiscard]] Eigen::Vector3d to_basic_point_3d_pt(const LocalPoint src)
{
return {src.x, src.y, src.z};
return Eigen::Vector3d{src.x, src.y, src.z};
}

LocalPoint project_forward(const GeoPoint & geo_point, const MapProjectorInfo & projector_info)
Expand Down

0 comments on commit 70ed42c

Please sign in to comment.