Skip to content

Commit

Permalink
Fix noise
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed May 15, 2024
1 parent 91c7564 commit bd7851a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rosbot_xl_description/urdf/gazebo.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
<ignition_frame_id>imu_link</ignition_frame_id>
<imu>
<angular_velocity>
<!-- rad/s -->
<!-- rad/s | no bias_mean in datasheet -->
<x>
<xacro:gauss_noise stddev="5.24e-3" bias_mean="1.75e-2" precision="1.07e-3" />
<xacro:gauss_noise stddev="5.24e-3" bias_mean="2.0e-3" precision="1.07e-3" />
</x>
<y>
<xacro:gauss_noise stddev="5.24e-3" bias_mean="1.75e-2" precision="1.07e-3" />
<xacro:gauss_noise stddev="5.24e-3" bias_mean="2.0e-3" precision="1.07e-3" />
</y>
<z>
<xacro:gauss_noise stddev="5.24e-3" bias_mean="1.75e-2" precision="1.07e-3" />
<xacro:gauss_noise stddev="5.24e-3" bias_mean="2.0e-3" precision="1.07e-3" />
</z>
</angular_velocity>
<linear_acceleration>
Expand Down

0 comments on commit bd7851a

Please sign in to comment.