removed pinned dependencies for matplotlib and scipy and refactored some commented out code
- added
COLCON_IGNORE
file to ignore this package in colcon builds (for brains repo) - replaced
np.float
bynp.float32
ornp.float64
to avoid deprecation warnings
🐛 commented out Kamil's template because it used an old and imcompatible version of tdb
- Created extensive documentation in
README.md
andAPI_REFERENCE.md
, and examples inexamples/
. - Added the car plotting feature.
- Added full test suite for static and dynamic plots. Most of them are visual for the moment, but we plan on adding more headless tests that could run in CI.
- Added telemetry visualization templates and tests to demo the visualization from mock car data.
- In temporal subplots, the prediction curves were not correctly connected to regular curves on the x-axis. Now they are.
- fixed a bug in video creation with ffmpeg.
- fixed the car orientation that sometimes wasn't changed.
🐛 fixed bugs with Live Dynamic modes and save
Spatial curves were not displayed correctly in live dynamic mode because of a wrong call to np.append(). Now using FFMpegWriter to save animations to mp4 format
fixed bug with _redrawn_artists (it was called even in Static mode)
dynamic visualization optimization
Fixed import of git deps in setup.py
Re-added fsds_client
as dependency
updated everything to match python_boilerplate
v2.0.1