Search found 4 matches
- Fri Apr 15, 2016 1:04 pm
- Forum: Issues, bugs, etc.
- Topic: CMake 3.4.2 says "QT_UIC_EXECUTABLE" variable is missing.
- Replies: 3
- Views: 3078
Re: CMake 3.4.2 says "QT_UIC_EXECUTABLE" variable is missing.
I will post a pull request with the modified CMakeLists file. But before that, how do I fix the expected naming convention for the "plugins\qPCL\PCLUtils\filters\dialogs" folder? The uic.exe expects ui_{dialog_name}.h formats. http://snag.gy/cN4cI.jpg EDIT: Wrong question. It seems that th...
- Fri Apr 15, 2016 11:00 am
- Forum: Issues, bugs, etc.
- Topic: CMake 3.4.2 says "QT_UIC_EXECUTABLE" variable is missing.
- Replies: 3
- Views: 3078
CMake 3.4.2 says "QT_UIC_EXECUTABLE" variable is missing.
Hi, I'm trying to compile CloudCompare with the PCL plugin enabled but when I'm running the configure command in cmake 3.4.3 I get an error message saying the QT_UIC_EXECUTABLE is missing. With the debugging turned on in cmake I could figure out that the source of the problem was in "plugins\qP...
- Thu Apr 07, 2016 8:56 am
- Forum: Questions
- Topic: Camera/sensor poses. How do you set them in CC?
- Replies: 3
- Views: 3283
Re: Camera/sensor poses. How do you set them in CC?
Thanks for your reply daniel. This OpenGL information was really missing for me. Please correct me if I'm wrong: So I have to take the x y z roll pitch yaw values from a row in my text file and make it to a 4x4 matrix. For the conversion I have a matlab function: function T = vector6_to_mat4x4(v) T ...
- Wed Apr 06, 2016 10:40 am
- Forum: Questions
- Topic: Camera/sensor poses. How do you set them in CC?
- Replies: 3
- Views: 3283
Camera/sensor poses. How do you set them in CC?
Hi, I'd like to use CC to create a fly through animation on a point cloud based on a text file which has rows in the following format: Timestamp x y z roll pitch yaw Example: 1448534152426583, 0.000016373800, 0.000000496031, -0.000051859500, 0.000006510990, -0.000002266520, -0.000000595645 144853415...