Skip to content
Snippets Groups Projects
Commit f237fb90 authored by Hilario Tome's avatar Hilario Tome
Browse files

Added default 0 noise to simulated imu

parent f915ea1f
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
bias means and stddevs to produce biases close to the provided bias means and stddevs to produce biases close to the provided
data. --> data. -->
<!--
<rate> <rate>
<mean>0.0</mean> <mean>0.0</mean>
<stddev>2e-4</stddev> <stddev>2e-4</stddev>
...@@ -66,9 +66,9 @@ ...@@ -66,9 +66,9 @@
<bias_mean>0.1</bias_mean> <bias_mean>0.1</bias_mean>
<bias_stddev>0.001</bias_stddev> <bias_stddev>0.001</bias_stddev>
</accel> </accel>
-->
<!--
<rate> <rate>
<mean>0.0</mean> <mean>0.0</mean>
<stddev>0.0</stddev> <stddev>0.0</stddev>
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
<bias_mean>0.0</bias_mean> <bias_mean>0.0</bias_mean>
<bias_stddev>0.000</bias_stddev> <bias_stddev>0.000</bias_stddev>
</accel> </accel>
-->
</noise> </noise>
</imu> </imu>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment