This data loader allows to display the files used by sensmore in rerun. It also allows to just doubleclick or open the file in the file browser/file explorer/Finder or Finder to load the folder in rerun.
See https://rerun.io/docs/getting-started/installing-viewer
# TODO: maybe do not install complete python but use uv run ...
uv tool install .
# uninstall with
uv tool uninstall rerun-loader-sm
After that check that the following works
# run this command - it should output some help
rerun-loader-sm
# run this command - it should display some points
# you might have to add a view to display the logged
# clouds in the rerun GUI
rerun-viewer-sm --example .
rerun PATH_TO_FILE_OR_FOLDER
Open rerun and click on menu in top right, then
Top Menu -> Open -> Select the File or Folder
Currently, done via quick aciton. Add the action by copying the workflow.
cp -r "macos/Open in Rerun.workflow" "$HOME/Library/Services/"
Then restart the finder by closing the windows.
You can open them in finder by
Right Click on File orFolder -> Quick Actions -> Open in Rerun
TODO:
- diretly use open dialog in finder
- install this during package installation
# Install with
uv tool install -e .
# After changes in TOML or large changes in packgese run
uv tool install --reinstall -e .
After that you can run in globally, but still modify it by editing the files int this folder.