Open Issues Need Help
View All on GitHubAI Summary: A bug has been reported where clicking the 'Calibration Guide' link under the 'groundplane calibration' toggle in the 'Process Data' tab results in an error. The error log indicates a `TypeError` because `QDesktopServices.openUrl()` is being called with keyword arguments, which it does not support. This prevents the calibration documentation from opening.
AI Summary: Update the FreeMoCap project documentation to recommend using `uv` as the primary installation method, while retaining options for Anaconda and a basic `pip` installation. This involves modifying the main README and potentially the dedicated installation documentation page, using tabs or a similar method to organize instructions for different operating systems and installation methods.