Skip to content

Commit

Permalink
fix humble CI
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Jun 6, 2022
1 parent a93fe66 commit ba75adf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ geometry_msgs::msg::Pose lerpByPose(
tf2::slerp(tf_transform1.getRotation(), tf_transform2.getRotation(), t);

geometry_msgs::msg::Pose pose;
pose.position = toMsg(tf_point);
pose.position = ::toMsg(tf_point);
pose.orientation = tf2::toMsg(tf_quaternion);
return pose;
}
Expand Down

0 comments on commit ba75adf

Please sign in to comment.