Commit Graph

203 Commits

Author SHA1 Message Date
simondlevy
aef9554128 Added brief pause before map display to support refresh on slower machines 2018-07-16 22:38:58 -07:00
simondlevy
657e8d79f9 Added extra_compile_args = ['-std=gnu99'] + SIMD_FLAGS + OPT_FLAGS to module component of setup.py 2018-07-13 13:40:23 -04:00
simondlevy
9429576aff Interpolation via scipy 2018-07-05 13:21:11 -04:00
simondlevy
1fb0162305 Cleanup 2018-07-04 20:46:18 -04:00
simondlevy
b579f2f537 Ignore inadequate scan data 2018-07-04 20:39:15 -04:00
simondlevy
3de40840fd Increased max_buf_meas from 500 to 1000 2018-07-04 20:00:39 -04:00
simondlevy
424a7f1b1e Cleanup 2018-07-04 19:26:01 -04:00
simondlevy
a03ac10356 Suppress rplidar buffer-overflow warnings 2018-07-04 19:20:42 -04:00
simondlevy
6cd8ebf03a Updated README 2018-07-04 17:53:22 -04:00
Simon D. Levy
9099bdb049 Merge pull request #30 from simondlevy/test
Interpolate scan distances in C, not scipy
2018-07-04 17:30:53 -04:00
simondlevy
860641b7cd Cleanup 2018-07-04 17:27:29 -04:00
simondlevy
de6573c6b1 Cleanup 2018-07-04 17:20:49 -04:00
simondlevy
b2e4098491 RPSPLAM example working without scipy 2018-07-04 17:19:11 -04:00
simondlevy
fc368c4cb3 Interpolating 2018-07-04 17:15:23 -04:00
simondlevy
6e10d05144 More interpolation progress 2018-07-04 17:10:09 -04:00
simondlevy
0258187bea Sorting scans by angle in preparation for interpolating 2018-07-04 16:44:04 -04:00
simondlevy
a7ecc94a9b More interpolation progress 2018-07-04 15:59:56 -04:00
simondlevy
7298ad9b8a Passing angles, size to scan_update() 2018-07-04 15:40:59 -04:00
simondlevy
6cda4901dd Extract scan angles from Python arg 2018-07-04 15:36:27 -04:00
simondlevy
0fe7b2243d Support variable-size input to scan_update() 2018-07-04 15:26:45 -04:00
simondlevy
b4567062ad Begin support for interpolation in c/coreslam:scan_update() 2018-07-04 15:16:50 -04:00
simondlevy
c5b86a6940 More interpolation support 2018-07-04 15:10:07 -04:00
simondlevy
22ee7dc8cd Extra correct number of lidar distances (constant or variable) 2018-07-04 15:05:08 -04:00
simondlevy
e62c308cf6 Cast lidar distances as int during extraction from Python 2018-07-04 15:01:33 -04:00
simondlevy
b64defee23 Begin C interpolation code for distances,angles 2018-07-04 14:50:51 -04:00
simondlevy
5c3b00ec9c Begin supporting scan angles argument to Scan.update() 2018-07-04 14:26:55 -04:00
simondlevy
2811620c6d Corrected param name velocities => poseChange 2018-07-04 14:05:03 -04:00
simondlevy
1c8ec22b99 Fixed RPLidar bug 2018-07-01 01:37:03 -04:00
simondlevy
fd831ba858 Fixed copyright date 2018-06-30 22:58:49 -04:00
simondlevy
6616af3fcd RPLidar A1 example working 2018-06-30 22:53:23 -04:00
simondlevy
9408fb89e8 =Cleanup 2018-06-30 22:42:25 -04:00
simondlevy
16ceaeb018 Cleanup 2018-06-30 22:41:31 -04:00
simondlevy
9a1c25e1f9 Cleanup 2018-06-30 22:38:15 -04:00
simondlevy
0ac92380c5 Restored Matlab, Java 2018-06-30 22:36:15 -04:00
Simon D. Levy
16ee48385f Merge pull request #29 from simondlevy/legacy
Created legacy branch for Matlab, Java
2018-06-30 22:32:01 -04:00
simondlevy
189a2dcc8d Exit on window close 2018-06-30 19:20:28 -04:00
simondlevy
46d2d49392 Created FixedSizeLaser superclass for URG-04LX, XVLidar 2018-06-30 18:53:18 -04:00
simondlevy
ab151052be Cleanup 2018-06-30 15:07:37 -04:00
simondlevy
cb552472a3 Cleanup 2018-06-30 15:04:47 -04:00
simondlevy
6557a0af48 Removed support for Matlab, Java. 2018-06-30 15:01:47 -04:00
Simon D. Levy
4c8d05e6d0 Created legacy branch for Matlab, Java 2018-06-30 14:58:37 -04:00
simondlevy
e16a904e12 Cleanup header comments 2018-06-30 13:31:43 -04:00
simondlevy
e67e2c8584 Extracting angles, distances from scans 2018-06-30 13:30:09 -04:00
Dr. Simon Levy
ad5cf6da69 More RPLidarA1 support 2018-06-29 17:48:45 -04:00
Dr. Simon Levy
a42b615807 Begin RPLidar example 2018-06-29 17:45:01 -04:00
Simon D. Levy
ca57cbdc3f Cleanup 2018-06-10 12:09:04 -04:00
Simon D. Levy
52b582612a Velocities => PoseChange 2018-06-10 11:52:58 -04:00
Simon D. Levy
4d1cdb0461 More Java info 2018-06-10 11:44:19 -04:00
Simon D. Levy
b5ec23d209 Removed obsolete files referencing laser_t datatype 2018-06-08 21:57:09 -04:00
Simon D. Levy
57d8c7cf79 import Image => from PIL import Image 2018-06-03 14:56:11 -04:00