You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the jsf Sonar Data Message, there is a Sampling Interval dt could be used to calculate the max slant range. Say the number of samples in jsf_sss_ping.port.pings is n, the sound velocity is v:
max_slant_range = dtnv/2
However, it seems that the valid sound velocity is stored in the jsf_dvl_ping.
TODO: 1. add python interface to parse jsf_dvl_ping 2. add c++ and python interface for the function to match the sound velocity from jsf_dvl_ping to jsf_sss_ping.
The text was updated successfully, but these errors were encountered:
In the jsf Sonar Data Message, there is a Sampling Interval dt could be used to calculate the max slant range. Say the number of samples in jsf_sss_ping.port.pings is n, the sound velocity is v:
max_slant_range = dtnv/2
However, it seems that the valid sound velocity is stored in the jsf_dvl_ping.
TODO: 1. add python interface to parse jsf_dvl_ping 2. add c++ and python interface for the function to match the sound velocity from jsf_dvl_ping to jsf_sss_ping.
The text was updated successfully, but these errors were encountered: