-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Error with 'make' on Ubuntu 18.04 #15
Comments
use this |
@Gitanjali450 |
@nesakeerthi if you are having compilation problems, try compiling on Ubuntu 14.04 instead of any other version. This tool would compile without any errors on Ubuntu 14.04, although it is outdataed now. But it looks like this tool was made only for that Ubuntu version. I installed Ubuntu 14.04 as a virtual machine on Virtual Box from Oracle. It did not take much time, and the tool compilied without any errors. Let me know if that works |
@Gitanjali450 thanks for the reply ... let me try this... after intstalling have you tried to annotate the point clouds ??? Currently i want annotate the VLP16 pcap or pcd files(coverted using Matlab) and i have stucked with this annotation. |
@nesakeerthi I could compile and run the tool in the end. But I did not like the way the tool worked. I could not annotate my PCD files. If you want to annotate PCD files, then there are other better and recent tools available for that. Try the tool at https://github.com/RMonica/rviz_cloud_annotation The demo video of how this tool works can be seen at http://www.ce.unipr.it/~aleotti/annotation.mp4 This tool worked very well for PCD files. I would recommend it. If it does not compile, you can ask me, but the compilation is easy. |
@Gitanjali450 Thanks for the tip ... |
Use this CMakeLists.txt
|
@dymons thanks will tried can able to complie the repo but ... its not visulizing the .pcd. |
Hello,
When I build the cloud_annotation_tool-devel and run the 'make' command, I get the following error:
[ 12%] Generating moc_viewer.cxx
/usr/include/boost/unordered/detail/implementation.hpp:52: Parse error at "defined"
CMakeFiles/cloud_annotation_tool.dir/build.make:66: recipe for target 'moc_viewer.cxx' failed
make[2]: *** [moc_viewer.cxx] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/cloud_annotation_tool.dir/all' failed
make[1]: *** [CMakeFiles/cloud_annotation_tool.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
What could this error mean?
Thank you.
The text was updated successfully, but these errors were encountered: