photo

Joan


Last seen: 3 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


How can i reconfigure my Fault detection Isolation and recovery system to enable the Closed-Loop Operation to continue in the presence of sensor and rudder actuator faults.
fault_time = 30; % Time at which the stepwise fault occurs fault_value = 10 * pi/180; ...

8 months 前 | 0 个回答 | 0

0

个回答

提问


How can i write a loop to calculate repulsive and damping forces for a drone guidance while avoiding multiple obstacles collision using artificial potential method??
% Repulsive force (Fr) Fr = zeros(2,1); for i = 1:nobs rho_obs = sqrt((x-xo(i))^2+(y-yo(i))^2); if rh...

10 months 前 | 1 个回答 | 0

1

个回答