SoundMetrics / aris-integration-sdk

SDK for building custom controllers for the ARIS sonar.
MIT License
5 stars 2 forks source link

Platform: AcousticSettingsRaw.UseMaximumFrameRate should calculate #127

Closed curtnichols closed 4 years ago

curtnichols commented 4 years ago

Currently, AcousticSettingsRaw.UseMaximumFrameRate is naively setting the frame rate to 15 f/s. It should calculate the max and so avoid having the ARIS constrain it--primarily cosmetic, but customers could look at the default values and think it's support 15 f/s.

curtnichols commented 4 years ago

Removed. Client code should use AcousticSettingsRaw.Modify with values determined by AcousticMath functions.