Commit Graph

33 Commits

Author SHA1 Message Date
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
46d2d49392 Created FixedSizeLaser superclass for URG-04LX, XVLidar 2018-06-30 18:53:18 -04:00
simondlevy
6557a0af48 Removed support for Matlab, Java. 2018-06-30 15:01:47 -04:00
simondlevy
e16a904e12 Cleanup header comments 2018-06-30 13:31:43 -04:00
Dr. Simon Levy
ad5cf6da69 More RPLidarA1 support 2018-06-29 17:48:45 -04:00
Simon D. Levy
b02d871d4d Eliminate self.velocities; compute and pass to scan_update directly 2018-06-03 14:54:48 -04:00
Simon D. Levy
df149435e6 Pass dxy_mm, dtheta_degrees to _updateMapAndPointCloud() 2018-06-03 14:49:07 -04:00
Simon D. Levy
081d33aedf Use "pose change" instead of "velocities" for (dxy_mm, dtheta_degrees, dt_seconds) 2018-06-03 14:38:07 -04:00
Simon D. Levy
8934a3370f Velocities (dxy/dt, dtheta/dt) instead of (dxy/dt, dtheta/dt, 0) 2018-06-03 01:00:43 -04:00
simondlevy
232e4464f7 Improved odometry thanks to Ernesto 2018-01-16 13:39:25 -05:00
simondlevy
f9341fbe3a Added CoreSLAM::setmap() method; cleaned up scripts 2017-11-12 17:33:32 -05:00
simondlevy
dd56c10ce7 Renamed components -> sensors, robots -> vehicles 2017-11-12 16:28:20 -05:00
simondlevy
a25e70d672 Added shouldUpdateMap flag (default True) to CoreSLAM.update() 2017-11-12 16:11:31 -05:00
simondlevy
ff19bd2c90 Fixed typos 2017-08-27 20:52:38 -04:00
simondlevy
597e36eed5 Cleaned up licenses info 2017-08-27 20:45:05 -04:00
Matt Fisher
61b77919bf Remove duplicated code. 2016-04-02 17:53:16 -07:00
Simon D. Levy
f8bb8a236e Added Python support for GetSurreal XVLidar 2016-01-06 16:40:47 -05:00
Simon D. Levy
08ab4a55bb Added Java support. 2014-10-26 17:46:47 -04:00
Simon D. Levy
67f78d3614 Fixed docstring for Map 2014-09-16 19:55:24 -04:00
Simon D. Levy
d25f5372f7 Added matlab support.
Modified some c and cpp code to help.
2014-09-15 18:27:38 -04:00
Simon D. Levy
aa7500d5b7 Create algorithms.py 2014-09-07 21:12:03 -04:00
Simon D. Levy
ceb2a1aff8 Create components.py 2014-09-07 21:11:52 -04:00
Simon D. Levy
09076b5143 Create __init__.py 2014-09-07 21:11:34 -04:00
Simon D. Levy
13bcb65c64 Create robots.py 2014-09-07 21:11:18 -04:00
Simon D. Levy
c9c5f5d34c Create pybreezyslam.c 2014-09-07 21:10:06 -04:00
Simon D. Levy
6fa9c1f31d Create pyextension_utils.c 2014-09-07 21:09:53 -04:00
Simon D. Levy
fa5ca61686 Create pyextension_utils.h 2014-09-07 21:09:43 -04:00
Simon D. Levy
699fde1948 Create setup.py 2014-09-07 21:09:17 -04:00