Skip to content

Commit

Permalink
Update robot_plot
Browse files Browse the repository at this point in the history
  • Loading branch information
aelias36 committed Aug 28, 2022
1 parent c7e87ae commit fc49281
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +diagrams/robot_plot.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function robot_plot(kin, theta)
for i = 1:N+1
if i <= N
h_i_0(:,i) = R * kin.H(:,i);
R = R*rot(kin.H(:,i),theta(i));
R = R*diagrams.rot(kin.H(:,i),theta(i));
end

if i == 1
Expand Down
Binary file removed test_robot_plot.mlx
Binary file not shown.

0 comments on commit fc49281

Please sign in to comment.