Releases: ibois-epfl/TSlam
v1.0.2: end of fabrication phase cap
This release marks the end of the first prototyping phase. We use this to mark the second generation of AC and TSlam. No major changes in the source code
v1.0.1: Zenodo Release
Release to assign a DOI on Zenodo, refer to 1.0.0 for closest official release.
v1.0.0: First TSlam release
🎉🎉🎉 This is the first release for TSlam going public 🎉🎉🎉
TSlam is developed at the EPFL Laboratory for Timber Construction IBOIS (direction: Prof. Yves Weinand). TSlam is an open-source tag-based system specifically designed for augmented subtractive tasks in timber construction.
Currently, TSlam runs on UNIX systems and C++ only either as a dependency with an API or an executable.
Check out the readme file for more info.
We thank Nicolas Richard (SCITAS, EPFL) for its invaluable contribution in making the multithreading system more efficient and its refactoring, together with Nazgul Zholmagambetova (IBOIS,EPFL) for the CMake refactoring.
For info contact: [email protected]
What's Changed
- Trying to optimize the fps by @nrichart in #3
- Changing the cmake part to integrate differently in AC by @nrichart in #4
- TSlam cmake modif for ac intergration by @sushidelivery in #5
New Contributors
- @nrichart made their first contribution in #3
- @sushidelivery made their first contribution in #5
Full Changelog: v0_9_0_pre-release...v1.0.0
v0_9_0_pre-release
Pre-release of the source code before trying to increase FPS and optimisation of threading in TSlam.