Changed demo names; added info to README
This commit is contained in:
@@ -64,7 +64,6 @@ download and unzip the file, cd to <tt><b>BreezySLAM-master/python</b></tt>, and
|
||||
|
||||
For a quick demo, you can then cd to <tt><b>BreezySLAM-master/examples</b></tt> and do
|
||||
|
||||
<h3><b><tt>chmod +x log2pgm.py</tt></b>
|
||||
<h3><b><tt>make pytest</tt></b></h3>
|
||||
|
||||
|
||||
@@ -74,6 +73,12 @@ map and robot trajctory for the Lidar scan and odometry data in the log file
|
||||
<a href="http://www.pythonware.com/products/pil/">Python Imaging Library</a> installed,
|
||||
you can also try the <b><tt>log2png.py</tt></b> script to generate a
|
||||
a PNG file instead.
|
||||
|
||||
If you have installed OpenCV for Python, you can see a “live” animation
|
||||
by doing
|
||||
|
||||
<h3><b><tt>make cvmovie</tt></b></h3>
|
||||
|
||||
You can turn off odometry by setting the <b><tt>USE_ODOMETRY</tt></b>
|
||||
parameter at the top of the Makefile to 0 (zero). You can turn off
|
||||
the particle-filter (Monte Carlo position estimation) by commenting-out
|
||||
|
||||
@@ -30,8 +30,8 @@ RANDOM_SEED = 9999
|
||||
|
||||
all: log2pgm Log2PGM.class
|
||||
|
||||
movie:
|
||||
./logdemo.py exp1 1 9999
|
||||
pltmovie:
|
||||
./logdemoplt.py exp1 1 9999
|
||||
|
||||
cvmovie:
|
||||
./logdemocv.py exp1 1 9999
|
||||
|
||||
Reference in New Issue
Block a user