Skip to content

Commit

Permalink
Tiny fix: Remove empty lines and space
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanWeng committed Sep 3, 2018
1 parent a20b58e commit d431e7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/Matlab/mr/Adjoint.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


function AdT = Adjoint(T)
% *** CHAPTER 3: RIGID-BODY MOTIONS ***
% Takes T a transformation matrix SE3.
Expand Down
2 changes: 1 addition & 1 deletion packages/Matlab/mr/TransToRp.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function [R, p] = TransToRp(T)
function [R, p] = TransToRp(T)
% *** CHAPTER 3: RIGID-BODY MOTIONS ***
% Takes the transformation matrix T in SE(3)
% Returns R: the corresponding rotation matrix
Expand Down

0 comments on commit d431e7b

Please sign in to comment.