Removed Python 2

This commit is contained in:
simondlevy
2018-07-25 17:02:59 -04:00
parent b514c16f9d
commit 758b75934a

View File

@@ -12,7 +12,7 @@ start working with
<a href="http://en.wikipedia.org/wiki/Simultaneous_localization_and_mapping">SLAM</a> <a href="http://en.wikipedia.org/wiki/Simultaneous_localization_and_mapping">SLAM</a>
in Python. (There is also support for Matlab, C++, and Java; however, because of the popularity of in Python. (There is also support for Matlab, C++, and Java; however, because of the popularity of
Python for this kind of work, I am no longer updating the code for those languages.) Python for this kind of work, I am no longer updating the code for those languages.)
BreezySLAM works with Python 2 and 3 on Linux and Mac OS X, and BreezySLAM works with Python 3 on Linux and Mac OS X, and
with C++ on Linux and Windows. with C++ on Linux and Windows.
By using Python C extensions, we were able to get the Python and Matlab versions to run By using Python C extensions, we were able to get the Python and Matlab versions to run
as fast as C++. For maximum efficiency on 32-bit platforms, we use Streaming as fast as C++. For maximum efficiency on 32-bit platforms, we use Streaming