From 4ed4130cfbb0847418e26b63fa5d4afb88db78fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Couble?= <timothee.couble@kitware.com> Date: Fri, 10 Mar 2023 14:41:03 +0100 Subject: [PATCH 1/4] [refact] Update applogic with new LVCore vtk modules --- Application/Ui/python/lidarview/applogic.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Application/Ui/python/lidarview/applogic.py b/Application/Ui/python/lidarview/applogic.py index 3fad6f56d..27bea1257 100644 --- a/Application/Ui/python/lidarview/applogic.py +++ b/Application/Ui/python/lidarview/applogic.py @@ -32,7 +32,11 @@ from PythonQt.paraview import NetworkConfig, TransformConfig # import the vtk wrapping of the Lidar Plugin # this enable to get the specific vtkObject behind a proxy via GetClientSideObject() # without this plugin, GetClientSideObject(), would return the first mother class known by paraview -import LidarPlugin.LidarCore # NOQA +import lidarview.modules.lvCommonCore +import lidarview.modules.lvIOCore +import lidarview.modules.lvIOGeolocation +import lidarview.modules.lvIONetwork +import lidarview.modules.lvIOLidar class AppLogic(object): -- GitLab From dbda2ea6de136c443bcbb910d81ea571ce3e7a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Couble?= <timothee.couble@kitware.com> Date: Tue, 14 Mar 2023 11:11:08 +0100 Subject: [PATCH 2/4] [submodule] Bump LVCore --- LVCore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LVCore b/LVCore index d972b4734..86202bc0c 160000 --- a/LVCore +++ b/LVCore @@ -1 +1 @@ -Subproject commit d972b4734c9317af0fa176d761bd0902930fa5e3 +Subproject commit 86202bc0cf5583d3488bf9f1dceee62fbff7f3d4 -- GitLab From 626f5015fede08764f4db91e50ec9245d0abe0a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Couble?= <timothee.couble@kitware.com> Date: Tue, 14 Mar 2023 11:11:38 +0100 Subject: [PATCH 3/4] [submodule] Bump LVSuperbuild --- LVSuperbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LVSuperbuild b/LVSuperbuild index 787f628fe..faf5b2aab 160000 --- a/LVSuperbuild +++ b/LVSuperbuild @@ -1 +1 @@ -Subproject commit 787f628fe6a622a534d86c726a2af890df84cd8e +Subproject commit faf5b2aab5652ca4fd18cc1d422290c161699f7f -- GitLab From 2642ec82b72535f1d511e2e4ac1e1b5a1c33b46a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Couble?= <timothee.couble@kitware.com> Date: Tue, 14 Mar 2023 11:12:10 +0100 Subject: [PATCH 4/4] [submodule] Bumps Hesai and Velodyne plugins --- Plugins/HesaiPlugin | 2 +- Plugins/VelodynePlugin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/HesaiPlugin b/Plugins/HesaiPlugin index 295384649..40861fdad 160000 --- a/Plugins/HesaiPlugin +++ b/Plugins/HesaiPlugin @@ -1 +1 @@ -Subproject commit 295384649e28fa2420c654d162988ea006146216 +Subproject commit 40861fdadc953cf5f5be132aa3e84a6e093c7002 diff --git a/Plugins/VelodynePlugin b/Plugins/VelodynePlugin index 1018ed767..3651711a8 160000 --- a/Plugins/VelodynePlugin +++ b/Plugins/VelodynePlugin @@ -1 +1 @@ -Subproject commit 1018ed767c9c2d3fbec36a8e78ac5e5a5d977652 +Subproject commit 3651711a872ecfe2d87a17966ba62cecd29a0467 -- GitLab