diff --git a/README.md b/README.md index d61bd1a..8583d16 100644 --- a/README.md +++ b/README.md @@ -63,13 +63,13 @@ If odometry is available, it can also be passed into the update method. The BreezySLAM installation uses the popular distutils approach to installing Python packages, so all you should have to do is -download and unzip the file, cd to BreezySLAM-master/python, and do +download and unzip the file, cd to BreezySLAM/python, and do
-sudo python setup.py install
+sudo python3 setup.py install
 
-For a quick demo, you can then cd to BreezySLAM-master/examples and do +For a quick demo, you can then cd to BreezySLAM/examples and do
 make pytest
@@ -143,7 +143,7 @@ For making the binary on Windows I found
 
 

Installing for C++

-Just cd to BreezySLAM-master/cpp, and do +Just cd to BreezySLAM/cpp, and do    

sudo make install

@@ -153,7 +153,7 @@ variable at the top of the Makefile.

-For a quick demo, you can then cd to BreezySLAM-master/examples and do +For a quick demo, you can then cd to BreezySLAM/examples and do

 make cpptest
@@ -168,15 +168,15 @@ the Makefile in this directory as well, if you don't use /usr/local/libInstalling for Java
 
-In BreezySLAM-master/java/edu/wlu/cs/levy/breezyslam/algorithms and
-BreezySLAM-master/java/edu/wlu/cs/levy/breezyslam/components,
+In BreezySLAM/java/edu/wlu/cs/levy/breezyslam/algorithms and
+BreezySLAM/java/edu/wlu/cs/levy/breezyslam/components,
 edit the JDKINC variable to reflect where you installed the JDK.
 Then run make in these directories, and also in
-BreezySLAM-master/java/edu/wlu/cs/levy/breezyslam/robots.
+BreezySLAM/java/edu/wlu/cs/levy/breezyslam/robots.
 
 

-For a quick demo, you can then cd to BreezySLAM-master/examples and do +For a quick demo, you can then cd to BreezySLAM/examples and do

 make javatest
diff --git a/examples/log2pgm.py b/examples/log2pgm.py
index 172b665..524b082 100755
--- a/examples/log2pgm.py
+++ b/examples/log2pgm.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 '''
 log2pgm.py : BreezySLAM Python demo.  Reads logfile with odometry and scan data
diff --git a/examples/log2pkl.py b/examples/log2pkl.py
index 810b692..bf536b4 100755
--- a/examples/log2pkl.py
+++ b/examples/log2pkl.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 '''
 log2pkl.py : BreezySLAM Python demo.  Reads logfile with odometry and scan data
diff --git a/examples/log2png.py b/examples/log2png.py
index 52e2704..e7a6e52 100755
--- a/examples/log2png.py
+++ b/examples/log2png.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 '''
 log2png.py : BreezySLAM Python demo.  Reads logfile with odometry and scan data
diff --git a/examples/logmovie.py b/examples/logmovie.py
index b546b5d..1b48cce 100755
--- a/examples/logmovie.py
+++ b/examples/logmovie.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 '''
 logdemo.py : BreezySLAM Python demo.  Reads logfile with odometry and scan data
diff --git a/examples/urgslam.py b/examples/urgslam.py
index 892e2c0..2e2ba09 100755
--- a/examples/urgslam.py
+++ b/examples/urgslam.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 '''
 urgslam.py : BreezySLAM Python with Hokuyo URG04LX Lidar
diff --git a/examples/xvslam.py b/examples/xvslam.py
index 6658ea6..a3aa590 100755
--- a/examples/xvslam.py
+++ b/examples/xvslam.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 '''
 xvslam.py : BreezySLAM Python with GetSurreal XV Lidar