From b0f605c01376b50744bf3b6ba53cdb222fc704da Mon Sep 17 00:00:00 2001 From: Alexander Mock Date: Mon, 23 Dec 2024 12:09:43 +0100 Subject: [PATCH] changed to semantic versions --- CMakeLists.txt | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2989cba7a..4e2c81b8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.4) -project(lvr2 VERSION 2) +project(lvr2 VERSION 2.0.0) # OPTIONS option(BUILD_EXAMPLES "Build the examples" OFF) diff --git a/package.xml b/package.xml index 4edd4e982..5d9d9615c 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ lvr2 - 20.11.3 + 2.0.0 The Las Vegas Surface Reconstruction Toolkit is an Open Source toolkit to reconstruct triangle meshes from unordered point clouds. It supports the generation of textured models either using colored point clouds or point clouds plus images and according calibration matrices. The LVR toolkit provides an Open Source C++ API for meshing and texture generation as well as an I/O interface to store the generated meshes in different exchange formats including Stanford PLY, Wavefront OBJ and Collada. In contrast to other meshing software, it focuses on reconstruction of large scale environments on city scale from high resolution point clouds.