@@ -351,7 +351,7 @@ def benchmark_pure_attitude_beat_202311A(
351351 Generate a benchmark with pure attitude for performance testing of INS/AHRS/VRU
352352 sensor fusion algorithms.
353353
354- The benchmark scenario is 20 minutes long. It generates Euler angles
354+ The benchmark scenario is 30 minutes long. It generates Euler angles
355355 (roll, pitch, and yaw), and the corresponding accelerometer and
356356 gyroscope signals. Note that the generated motion is pure rotations.
357357
@@ -395,7 +395,7 @@ def benchmark_pure_attitude_beat_202311A(
395395 Passive rotations mean that the frame itself is rotating, not the object
396396 within the frame.
397397 """
398- duration = 1200 .0 # 20 minutes
398+ duration = 1800 .0 # 30 minutes
399399 amplitude = np .radians (np .array ([0.0 , 0.0 , 0.0 , 5.0 , 5.0 , 5.0 ]))
400400 mean = np .radians (np .array ([0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 ]))
401401 phase = np .radians (np .array ([0.0 , 0.0 , 0.0 , 0.0 , 45.0 , 90.0 ]))
@@ -418,7 +418,7 @@ def benchmark_pure_attitude_chirp_202311A(
418418 Generate a benchmark with pure attitude for performance testing of INS/AHRS/VRU
419419 sensor fusion algorithms.
420420
421- The benchmark scenario is 20 minutes long. It generates Euler angles
421+ The benchmark scenario is 30 minutes long. It generates Euler angles
422422 (roll, pitch, and yaw), and the corresponding accelerometer and
423423 gyroscope signals. Note that the generated motion is pure rotations.
424424
@@ -463,7 +463,7 @@ def benchmark_pure_attitude_chirp_202311A(
463463 Passive rotations mean that the frame itself is rotating, not the object
464464 within the frame.
465465 """
466- duration = 1200 .0 # 20 minutes
466+ duration = 1800 .0 # 30 minutes
467467 amplitude = np .radians (np .array ([0.0 , 0.0 , 0.0 , 5.0 , 5.0 , 5.0 ]))
468468 mean = np .radians (np .array ([0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 ]))
469469 phase = np .radians (np .array ([0.0 , 0.0 , 0.0 , 0.0 , 45.0 , 90.0 ]))
0 commit comments