MCPcopy Create free account
hub / github.com/Unsigned-Long/iKalibr / PointInRange

Method PointInRange

src/sensor/lidar_data_loader.cpp:282–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282bool Velodyne16::PointInRange(float range) const {
283 return (range >= CONFIG.minRange && range <= CONFIG.maxRange);
284}
285
286// --------------
287// VelodynePoints

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected