We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b561d4 commit 831fbe1Copy full SHA for 831fbe1
+crtk/utils.m
@@ -115,7 +115,7 @@
115
pose.orientation.z = quaternion(4);
116
end
117
118
- function ftransform = rame_to_ros_transform(frame, transform)
+ function transform = frame_to_ros_transform(frame, transform)
119
% convert 4x4 homogeneous matrix to ROS transform
120
transform.translation.x = frame(1, 4);
121
transform.translation.y = frame(2, 4);
0 commit comments