ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

gaussian noise param for gazebo_ros_imu

asked 2019-10-15 20:36:18 -0500

mugetsu gravatar image

what are the units of gaussianNoise here:

  <plugin filename="libgazebo_ros_imu_sensor.so" name="imu_plugin">
        <topicName>imu</topicName>
        <bodyName>imu_link</bodyName>
        <updateRateHZ>10.0</updateRateHZ>
        <gaussianNoise>0.0</gaussianNoise>
        <xyzOffset>0 0 0</xyzOffset>
        <rpyOffset>0 0 0</rpyOffset>
        <frameName>base_link</frameName>
      </plugin>

my imu doc tells me it has a Noise Density:< 0.14 mg/√Hz, how do I translate that to this plugin?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2019-10-15 21:01:12 -0500

updated 2020-06-21 03:55:54 -0500

gvdhoorn gravatar image

The answer is its the sigma (standard deviation) so its the same units as the inputs.

https://github.com/ros-simulation/gaz...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-10-15 20:36:18 -0500

Seen: 608 times

Last updated: Jun 21 '20