Field-Robotics-Lab / glider_hybrid_whoi

(Hybrid-) AUG Simulator
8 stars 9 forks source link

Add depth sensor #4

Closed bsb808 closed 3 years ago

bsb808 commented 4 years ago

Need to simulate a glider depth sensor.

bsb808 commented 4 years ago

@WHOI Please provide performance specification for the u/w glider depth sensor, e.g., precision and accuracy expressed as variance or stdev, range min/max., etc.

greg-burgess commented 3 years ago

Any pressure sensor that provides depth will suffice. Range: minimum- 0 maximum- 1362 meters

Accuracy: +/- 1m

Precision: +/- .01m

greg-burgess commented 3 years ago

The SubseaPressureROSPlugin.cc will work fine

woensug-choi commented 3 years ago

PR https://github.com/Field-Robotics-Lab/glider_hybrid_whoi/pull/27 is made for the depth/pressure sensor.

woensug-choi commented 3 years ago

PR https://github.com/Field-Robotics-Lab/glider_hybrid_whoi/pull/27 is merged.

The pressure sensor can are defined as

      topic="pressure"
      mass="0.015"
      update_rate="10"
      range="1362"
      noise_sigma="3.0"
      noise_amplitude="0.0"
      estimateDepth="true"
      standardPressure="101.325"
      kPaPerM="9.80638">
      <inertia ixx="0.00001" ixy="0.0" ixz="0.0" iyy="0.00001" iyz="0.0" izz="0.00001" />
      <origin xyz="0.0 0.0 -0.0825" rpy="0 ${0.5*pi} 0" />

Closing this issue page as it was for intial sensor set-up discussions. Please revive this issue page when we need further specifications or discussions.