More interpolation progress

This commit is contained in:
simondlevy
2018-07-04 15:59:56 -04:00
parent 7298ad9b8a
commit a7ecc94a9b
2 changed files with 34 additions and 2 deletions

View File

@@ -67,6 +67,9 @@ typedef struct scan_t
double distance_no_detection_mm; /* default value when the laser returns 0 */
int detection_margin; /* first scan element to consider */
double offset_mm; /* position of the laser wrt center of rotation */
/* for angle/distance interpolation */
void * interpolation;
/* for SSE */
float * obst_x_mm;