We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ef786 commit a22d465Copy full SHA for a22d465
examples/atn_position3_fuser/config/core/core_graph_params.yaml
@@ -1,7 +1,7 @@
1
# Sensor Params
2
sensor_params:
3
imuRate: 100.0 # Rate of IMU input (Hz)
4
- createStateEveryNthImuMeasurement: 1 # Create a new state every n-th IMU measurement
+ createStateEveryNthImuMeasurement: 2 # Create a new state every n-th IMU measurement
5
useImuSignalLowPassFilter: false # If true, a low pass filter is applied to the IMU measurements
6
imuLowPassFilterCutoffFreq: 30.0 # Cutoff frequency of the low pass filter
7
imuBufferLength: 400
0 commit comments