CTech Metrology, Luc Wens GIT orphan The "Split-Brain" Git Workflow Guide This document outlines a strategy to maintain a massive, history-heavy Git repository (derived from SVN) on a local/Dropbox remote while simultaneously maintaining... GIT 22 nov. 2025 Daily blog
CTech Metrology, Luc Wens Comau Meeting 20/11/25 Comau is required to move on with Hexagon laser trackers Meeting was followed by Valerio Perna Alberto Gagliano Fabio Nicolo The meeting consisted mainly of CTrack demonstration, 99% ... CTrack CTrack.Robotics Comau 20 nov. 2025 Daily blog
CTech Metrology, Luc Wens CAD importer for step and iges TL;DR Since I had 1000$ in credits as a gift from Anthropic I needed to burn before the 18/11/2025. So I created a github project to read IGES and STEP files. That works great and could open possibili... 17 nov. 2025 Daily blog
CTech Metrology, Luc Wens Claude skill for c++ formatting and naming conventions When Claude generates code examples, it uses the Google convention and places the opening brace at the back of the line, something I hate. Additionally, there are naming conventions that I want it to ... Claude Xenomatix 16 nov. 2025 Daily blog
CTech Metrology, Luc Wens Odoo meeting Meeting with Timo Huyskens Meeting points Info about CTech Small integrations Nalios Short list Own customers AVMConsult Toegang tot database als partner CCZ Aankoop first single license LKMetrology P... Odoo 13 nov. 2025 Daily blog
CTech Metrology, Luc Wens Observer pattern in CTrack In short The observer pattern works through an ObserverManager where views can register. ObserverSubject derivates will push change events on the ObserverManager , which will then notify Observer of t... CTrack 12 nov. 2025 Daily blog
CTech Metrology, Luc Wens Open3D Building Open3D as a git submodule cd d:\OberserverPattern git submodule add https://github.com/isl-org/Open3D.git Open3D git submodule update --init --recursive cd .\Open3D\ mkdir build cd .\build\ c... Xenomatix 8 nov. 2025 Daily blog
CTech Metrology, Luc Wens Observer pattern Introduction The observer pattern manages a group of views that need to be updated when a subject changes. This article is written at the end of making a test program which can be found on Github http... CTrack 31 oct. 2025 Daily blog
CTech Metrology, Luc Wens Reworking measurements of geometries CAlign->MeasureInit SetCADShow(false) MeasureInitPointCloud Attempt to switch to c++20 Failed because of these errors Group 1: Stricter Reference Binding Problem: Passing a temporary object (rvalue) t... CTrack 21 oct. 2025 Daily blog
CTech Metrology, Luc Wens Xenomatix Xavia Opportunities Release Xavia Cosain project Satellite partnership Extend Ctrack Extending CTrack ChatGPT - Kitware LiDAR libraries Got it—nice context. Short answer: yes , you can wire XenomatiX’ new X... Xenomatix 17 oct. 2025 Daily blog
CTech Metrology, Luc Wens Profiling CTrack The main problem is in sampler routine for identifying elements which is slow as a snail, and certainly the recent addition of visualizing the residual points made it even worse. There is no good reas... CTrack 16 oct. 2025 Daily blog
CTech Metrology, Luc Wens Odoo warehousing in the cellar Intro The plan is to clean up the cellar and use Odoo's inventory and warehousing for this as an exercise. We want to put everything into boxes, both things that we can sell as things that we use: too... Odoo 16 oct. 2025 Daily blog