| 280 | } |
| 281 | |
| 282 | bool Velodyne16::PointInRange(float range) const { |
| 283 | return (range >= CONFIG.minRange && range <= CONFIG.maxRange); |
| 284 | } |
| 285 | |
| 286 | // -------------- |
| 287 | // VelodynePoints |
nothing calls this directly
no outgoing calls
no test coverage detected