We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256e28c commit d955a01Copy full SHA for d955a01
include/liboculus/Constants.h
@@ -71,10 +71,6 @@ const float ElevationBeamwidthRad = DEG2RAD(ElevationBeamwidthDeg);
71
const float AzimuthBeamwidthDeg = 0.6;
72
const float AzimuthBeamwidthRad = DEG2RAD(AzimuthBeamwidthDeg);
73
74
-//! NOTE:(by LinZhao) for old generation 1.2MHz,
75
-// M750d max range is 40m, M1200d max range is 30m
76
-// Maybe set a specfic name for 1.2MHz, since
77
-// the beamwidth changes between generation and model ?
78
const float MaxRange = 40;
79
}; // namespace Freq_1200kHz
80
}; // namespace Oculus_M750d
0 commit comments