Skip to content

Commit 70ed42c

Browse files
youtalkxmfcx
authored andcommitted
set class name
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1 parent 70a4b62 commit 70ed42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/autoware_geography_utils/src/projection.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace autoware::geography_utils
2424

2525
[[nodiscard]] Eigen::Vector3d to_basic_point_3d_pt(const LocalPoint src)
2626
{
27-
return {src.x, src.y, src.z};
27+
return Eigen::Vector3d{src.x, src.y, src.z};
2828
}
2929

3030
LocalPoint project_forward(const GeoPoint & geo_point, const MapProjectorInfo & projector_info)

0 commit comments

Comments
 (0)