Add sensor and force for Hexapod symetrie
This commit is contained in:
parent
26c6d95aef
commit
e6155252d2
14
Analyse.m
14
Analyse.m
@ -19,3 +19,17 @@ plot(rz)
|
|||||||
title('Rotation z')
|
title('Rotation z')
|
||||||
xlabel('time (s)')
|
xlabel('time (s)')
|
||||||
ylabel('angle (rad)')
|
ylabel('angle (rad)')
|
||||||
|
|
||||||
|
%% Hexapod Symetrie
|
||||||
|
figure
|
||||||
|
hold on
|
||||||
|
plot(D1)
|
||||||
|
plot(D2)
|
||||||
|
plot(D3)
|
||||||
|
plot(D4)
|
||||||
|
plot(D5)
|
||||||
|
plot(D6)
|
||||||
|
title('Displacement of Hexapod leg')
|
||||||
|
xlabel('time (s)')
|
||||||
|
ylabel('distance (m)')
|
||||||
|
hold off
|
BIN
Assemblage.slx
BIN
Assemblage.slx
Binary file not shown.
Loading…
Reference in New Issue
Block a user