-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown CMake command "COMPILE_SHADERS" #4
Comments
This problem has been solved since the cmake didn't find the GlowShaderCompilation.cmake. In file included from /usr/local/include/gtsam/nonlinear/NonlinearFactorGraph.h:24:0, |
Dear @xiesc, the cmake command For gtsam 4.0, I had to build gtsam with the option hope that solves your problems. |
Dear @jbehley Thank you very much for your reply. The build is done since I re-compile the gtsam 4. I read your paper just now, and I have a question about the TABLE 2 and the Fig. 6. For sequence 08, the Frame-to-Model with loop closure path(green) seems better from Fig.6. But the loss of it is 1.2% which is bigger than the Frame-to-Model without loop closure of 1.0%. So, I wander that is this situation caused by the "z axis" error which cannot be shown in Fig.6? By the way, I also test the LOAM on training date set. The result of the translation error is : 0.77 0.96 1.09 0.99 0.82 0.43 0.77 0.59 2.25 1.67 1.79 percentage (the criterion provided by KITTI). |
Regarding the "corruption": Try to reduce the size of the history buffer. Usually this helps to avoid the problem. Regarding the comment on the performance: As already mentioned in the paper, the KITTI odometry metric measures only relative errors over 800 m, but does not account for global consistency. Thus, you have to expect that you get better numbers if your reproduce the ground truth. However, the ground truth is generated from an inertial navigation system, combining GPS + inertial measurements, which is also affected by drift. Therefore, you will also see errors in the height of the trajectory and not always the correctly loop closed trajectory. (Just plot the ground truth poses from sequence 08 with a 3d plot and convince yourself or see the trajectory from sequence 00, where the car enters the same streets.) |
It true that the INS system is affected by drift, but the LiDAR odometry results seems extremely serious in height. When I use SuMa running on the sequence 01, the height has drifted to -300 meters. |
Sorry, I missed your last comment. For the highway scene (sequence 01), yes, I also experienced the drift in z-direction. I suspect that this comes mainly from the "sparsity" in vertical direction. |
The errors occurred when I compile the program in Ubuntu 16.04
xiesc@xiesc-ThinkPad-T460p:~/xieshichao/surfel_based_mapping$ catkin build --save-config -i --cmake-args -DCMAKE_BUILD_TYPE=Release -DOPENGL_VERSION=450 -DENABLE_NVIDIA_EXT=YES
Profile: default
Extending: [cached] /opt/ros/kinetic
Workspace: /home/xiesc/xieshichao/surfel_based_mapping
Source Space: [exists] /home/xiesc/xieshichao/surfel_based_mapping/src
Log Space: [exists] /home/xiesc/xieshichao/surfel_based_mapping/logs
Build Space: [exists] /home/xiesc/xieshichao/surfel_based_mapping/build
Devel Space: [exists] /home/xiesc/xieshichao/surfel_based_mapping/devel
Install Space: [unused] /home/xiesc/xieshichao/surfel_based_mapping/install
DESTDIR: [unused] None
Devel Space Layout: linked
Install Space Layout: None
Additional CMake Args: -DCMAKE_BUILD_TYPE=Release -DOPENGL_VERSION=430 -DENABLE_NVIDIA_EXT=YES -DCMAKE_BUILD_TYPE=Release -DOPENGL_VERSION=450 -DENABLE_NVIDIA_EXT=YES -DCMAKE_BUILD_TYPE=Release -DOPENGL_VERSION=450 -DENABLE_NVIDIA_EXT=YES -DCMAKE_BUILD_TYPE=Release -DOPENGL_VERSION=450 -DENABLE_NVIDIA_EXT=YES -DCMAKE_BUILD_TYPE=Release -DOPENGL_VERSION=450 -DENABLE_NVIDIA_EXT=YES -DCMAKE_BUILD_TYPE=Release -DOPENGL_VERSION=450 -DENABLE_NVIDIA_EXT=YES -DCMAKE_BUILD_TYPE=Release -DOPENGL_VERSION=450 -DENABLE_NVIDIA_EXT=YES -DCMAKE_BUILD_TYPE=Release -DOPENGL_VERSION=450 -DENABLE_NVIDIA_EXT=YES
Additional Make Args: None
Additional catkin Make Args: None
Internal Make Job Server: True
Cache Job Environments: False
Whitelisted Packages: None
Blacklisted Packages: None
Workspace configuration appears valid.
NOTE: Forcing CMake to run for each package.
[build] Found '1' packages in 0.0 seconds.
[build] Package table is up to date.
Starting >>> surfel_mapping
[surfel_mapping:loadenv] Loading environment from: /home/xiesc/xieshichao/surfel_based_mapping/devel/env.sh
[surfel_mapping:cmake] Not searching for unused variables given on the command line.
[surfel_mapping:cmake] -- Boost version: 1.58.0
[surfel_mapping:cmake] -- Found the following Boost libraries:
[surfel_mapping:cmake] -- filesystem
[surfel_mapping:cmake] -- system
[surfel_mapping:cmake] -- GTSAM include directory: /usr/local/lib/cmake/GTSAM/../../../include;/usr/include
[surfel_mapping:cmake] -- Using CATKIN_DEVEL_PREFIX: /home/xiesc/xieshichao/surfel_based_mapping/devel/.private/surfel_mapping
[surfel_mapping:cmake] -- Using CMAKE_PREFIX_PATH: /home/xiesc/xieshichao/surfel_based_mapping/devel;/opt/ros/kinetic
[surfel_mapping:cmake] -- This workspace overlays: /home/xiesc/xieshichao/surfel_based_mapping/devel;/opt/ros/kinetic
[surfel_mapping:cmake] -- Using PYTHON_EXECUTABLE: /usr/bin/python
[surfel_mapping:cmake] -- Using Debian Python package layout
[surfel_mapping:cmake] -- Using empy: /usr/bin/empy
[surfel_mapping:cmake] -- Using CATKIN_ENABLE_TESTING: ON
[surfel_mapping:cmake] -- Call enable_testing()
[surfel_mapping:cmake] -- Using CATKIN_TEST_RESULTS_DIR: /home/xiesc/xieshichao/surfel_based_mapping/build/surfel_mapping/test_results
[surfel_mapping:cmake] -- Found gmock sources under '/usr/src/gmock': gmock will be built
[surfel_mapping:cmake] -- Found gtest sources under '/usr/src/gmock': gtests will be built
[surfel_mapping:cmake] -- Using Python nosetests: /usr/bin/nosetests-2.7
[surfel_mapping:cmake] -- catkin 0.7.14
[surfel_mapping:cmake] -- Could NOT find glow (missing: glow_DIR)
[surfel_mapping:cmake] Enabling Nvidia OpenGL extensions.
[surfel_mapping:cmake] CMake Error at /home/xiesc/xieshichao/surfel_based_mapping/src/SuMa-master/CMakeLists.txt:54 (COMPILE_SHADERS):
[surfel_mapping:cmake] Unknown CMake command "COMPILE_SHADERS".
[surfel_mapping:cmake]
[surfel_mapping:cmake]
[surfel_mapping:cmake] -- Using OpenGL version 450.
[surfel_mapping:cmake] -- Configuring incomplete, errors occurred!
[surfel_mapping:cmake] See also "/home/xiesc/xieshichao/surfel_based_mapping/build/surfel_mapping/CMakeFiles/CMakeOutput.log".
[surfel_mapping:cmake] See also "/home/xiesc/xieshichao/surfel_based_mapping/build/surfel_mapping/CMakeFiles/CMakeError.log".
Failed <<< surfel_mapping [ 0.8 seconds ]
[build] Summary: 0 of 1 packages succeeded.
[build] Ignored: None.
[build] Warnings: None.
[build] Abandoned: None.
[build] Failed: 1 packages failed.
[build] Runtime: 0.9 seconds total.
The text was updated successfully, but these errors were encountered: