Skip to content

Commit cfb2a3e

Browse files
author
friether
committed
-fixed error in description of noise parameters
1 parent 585a218 commit cfb2a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIT_MatlabToolbox/trunk/matlab/libs/RoboticsToolbox/mdl_quadrotor.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137

138138

139139
%% Sensors
140-
%Noise on all states from simulation
140+
%Noise on sensor readings
141141
quadEDT.noiseSensed_var = diag([0.3 0.3 0.5 0.002 0.002 0.002 0.001 50]);
142142

143143
%Delay (all sensor data)

0 commit comments

Comments
 (0)