Add sensor and force for Hexapod symetrie

This commit is contained in:
Adrien Jublan 2018-04-16 11:15:49 +02:00
parent 26c6d95aef
commit e6155252d2
2 changed files with 14 additions and 0 deletions

View File

@ -19,3 +19,17 @@ plot(rz)
title('Rotation z')
xlabel('time (s)')
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

Binary file not shown.