| 65 | double SC_DIST_THRES; |
| 66 | public: |
| 67 | SCManager(){} |
| 68 | // SCManager(double LIDAR_HEIGHT,int PC_NUM_RING,int PC_NUM_SECTOR,double PC_MAX_RADIUS): |
| 69 | // LIDAR_HEIGHT(LIDAR_HEIGHT), PC_NUM_RING(PC_NUM_RING),PC_NUM_SECTOR(PC_NUM_SECTOR),PC_MAX_RADIUS(PC_MAX_RADIUS){ |
| 70 | // PC_UNIT_SECTORANGLE = 360.0 / double(PC_NUM_SECTOR); |
nothing calls this directly
no outgoing calls
no test coverage detected