Skip to content

Commit 831fbe1

Browse files
committed
utils: fixed typo
1 parent 2b561d4 commit 831fbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+crtk/utils.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
pose.orientation.z = quaternion(4);
116116
end
117117

118-
function ftransform = rame_to_ros_transform(frame, transform)
118+
function transform = frame_to_ros_transform(frame, transform)
119119
% convert 4x4 homogeneous matrix to ROS transform
120120
transform.translation.x = frame(1, 4);
121121
transform.translation.y = frame(2, 4);

0 commit comments

Comments
 (0)