Skip to content

Commit 5bc66a8

Browse files
feat(autoware_utils): porting from universe to core (#30)
feat(autoware_utils):replace autoware_universe_utils dependency with autoware_utils for all the packages under universe/planning folder, autoware_utils, solve build conflict: v0.0 Signed-off-by: liuXinGangChina <lxg19892021@gmail.com>
1 parent 7115d01 commit 5bc66a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoware_utils/src/geometry/geometry.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Eigen::Vector3d inverse_transform_point(
301301
}
302302

303303
// Transform point in world coordinates to local coordinates
304-
geometry_msgs::msg::Point inverseTransformPoint(
304+
geometry_msgs::msg::Point inverse_transform_point(
305305
const geometry_msgs::msg::Point & point, const geometry_msgs::msg::Pose & pose)
306306
{
307307
const Eigen::Vector3d local_vec =

0 commit comments

Comments
 (0)