SpectacularAI / sdk-examples

Spectacular AI SDK examples
Apache License 2.0
203 stars 35 forks source link

Fix Replay API examples #30

Closed kaatrasa closed 2 years ago

kaatrasa commented 2 years ago

Fixes the change where Replay::startReplay() is now non-blocking and Replay::runReplay() is the previous blocking version. In addition, mapping_visu.py now stops replaying data when the visualizer window is closed and fixed minor errors in mapping.py.