No more OpenCV

This commit is contained in:
simondlevy
2016-08-23 15:40:29 -04:00
parent 6803744d28
commit a70f412127
5 changed files with 4 additions and 334 deletions

View File

@@ -77,15 +77,13 @@ map and robot trajctory for the Lidar scan and odometry data in the log file
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 &ldquo;live&rdquo; animation
If you have installed Matplotlib, you can see a &ldquo;live&rdquo; animation
by doing
<pre>
make cvmovie
make movie
</pre>
There is also a Pyplot version (<tt>logdemoplt.py</tt>) in the works.
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