-
Notifications
You must be signed in to change notification settings - Fork 4
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
About the configuration problem of installAreas #2
Comments
Please pull the latest commit and attempt to build against our current 5.4 release of Workspace using a VS2017 build of PCL. If you run into issues please provide details of the steps taken as listed in the readme under "Compiling and using the plugin". Thanks |
Thank you for your reply. I did this but still did not find the point cloud group in the workspace. The installArea-pointcloudplugin I generated only has path information about the workspace, pointcloudplugin and pcl. I don't know if this is correct. My current compilation environment is Windows10, vs2017, pcl1.9 |
Assuming Workspace is install to the default 'Program Files' location you'll get a message like this when you run the CMake configure step
This is what Step 7 in the instructions is referring to. Can you confirm you've placed the installArea-pointcloudplugin.txt file into the C:/Program Files/csiro.au/workspace/installAreas directory and then started Workspace. On startup Workspace's log should then have a line that it loaded the plugin
|
Yes, I did this. The log of my workspace is as follows:
|
Can you post the contents of installArea-pointcloudplugin.txt and confirm that you successfully built the plugin resulting in the dll at a path such as \Install\lib\Plugins\pointcloudplugin.dll |
Maybe the program I generated has a problem, because I didn't find pointcloudplugin.dll in the corresponding directory. In this directory, I only have pdb/ , pointcloudplugin.exp and pointcloudplugin.lib, and the contents of installArea-pointcloudplugin.txt is as follows:
|
If there's no dll in that folder then it sounds like your build failed. Try a rebuild of the plugin and confirm it compiles with no errors (which should therefore produce the plugin dll). |
First of all, I compiled only the installArea-pointcloudplugin.txt and installArea-Workspace.txt files, there is no installAreas-PointClouds.txt file; there is a problem that I can't find the workspace's installAreas directory under Mac OS. Can you give me some advice?
The text was updated successfully, but these errors were encountered: