Commit Graph

224 Commits

Author SHA1 Message Date
vato007
608b98b41d Build within python directory 2020-07-30 10:44:32 +00:00
vato007
152119c9de Remove setuptools and wheel install from build script. 2020-07-30 10:43:21 +00:00
vato007
196014039c Add Jenkinsfile 2020-07-30 10:32:50 +00:00
Piv
84b671fdaa Use setuptools instead of distutils for build 2020-05-24 13:03:04 +09:30
simondlevy
0aadd46aaf Works with simplified MapVisualizer API 2019-01-12 23:08:39 -05:00
simondlevy
c5ac00142e Works with roboviz.MapVisualizer instead of Visualizer 2019-01-04 01:45:26 -05:00
simondlevy
e2e6ce53a1 Use meters instead of millimeters for PyRoboViz 2019-01-03 18:20:12 -05:00
simondlevy
2677ee3333 =Fixed PyRoboViz link 2019-01-03 15:28:22 -05:00
simondlevy
8b3e13f09b Switched to PyRoboViz for visualization 2019-01-03 15:27:30 -05:00
simondlevy
5d20b17e7d Added LD_LIBRARY_PATH tip 2018-12-20 10:41:19 -05:00
simondlevy
268bbde2d4 Restore C++ example 2018-12-20 10:27:14 -05:00
simondlevy
9bd0cccc8c Changed URL, email address 2018-10-08 10:02:09 -04:00
simondlevy
5868f07b6e Added matplotlib.use('TkAgg') to help with Raspberry Pi 2018-08-04 18:48:54 -04:00
simondlevy
1b121d6246 Add x86_64 to architectures supporting SSE3 2018-08-03 14:30:59 -04:00
simondlevy
abb0733d8d Fixed slam.setmap() 2018-07-26 02:07:43 -04:00
simondlevy
b13b27f817 map.set() => map.__init__() 2018-07-26 01:56:01 -04:00
simondlevy
758b75934a Removed Python 2 2018-07-25 17:02:59 -04:00
simondlevy
b514c16f9d Commented MIN_SAMPLES setting 2018-07-21 03:33:28 -04:00
simondlevy
d565a6db42 MIN_SAMPLES 250 => 200 2018-07-21 03:27:13 -04:00
Simon D. Levy
2a89278a0d Merge pull request #32 from anlow12/master
spelling error
2018-07-18 01:52:38 -04:00
anlow12
1718819dda spelling error
effiency->efficiency
2018-07-16 23:14:08 -07:00
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