Estimate Stewart actuator stroke / Stewart maneuverability relationship
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
function [X, Y, Z] = getMaxPositions(stewart)
 | 
			
		||||
    Leg = stewart.Leg;
 | 
			
		||||
    J = stewart.J;
 | 
			
		||||
    J = stewart.Jd;
 | 
			
		||||
    theta = linspace(0, 2*pi, 100);
 | 
			
		||||
    phi = linspace(-pi/2 , pi/2, 100);
 | 
			
		||||
    dmax = zeros(length(theta), length(phi));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user