We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a4b62 commit 70ed42cCopy full SHA for 70ed42c
common/autoware_geography_utils/src/projection.cpp
@@ -24,7 +24,7 @@ namespace autoware::geography_utils
24
25
[[nodiscard]] Eigen::Vector3d to_basic_point_3d_pt(const LocalPoint src)
26
{
27
- return {src.x, src.y, src.z};
+ return Eigen::Vector3d{src.x, src.y, src.z};
28
}
29
30
LocalPoint project_forward(const GeoPoint & geo_point, const MapProjectorInfo & projector_info)
0 commit comments