-
Notifications
You must be signed in to change notification settings - Fork 160
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 when making trajopt, fatal error: osg/CameraNode: No such file or directory compilation terminated. #40
Comments
My solution:
|
I tried to install |
The v1.2 CameraNode object has been renamed to Camera in v2.2. Correspondingly, the signature of |
did you manage to successfully compile with the latest version? If so can you let me know where the changes have to be made? thank you! |
however I am still getting an error :
|
I'm following the instalation instructions on http://rll.berkeley.edu/trajopt/doc/sphinx_build/html/install.html#instructions
When I make, I get the following error:
fatal error: osg/CameraNode: No such file or directory
compilation terminated.
src/osgviewer/CMakeFiles/osgviewer.dir/build.make:62: recipe for target 'src/osgviewer/CMakeFiles/osgviewer.dir/osgviewer.cpp.o' failed
make[2]: *** [src/osgviewer/CMakeFiles/osgviewer.dir/osgviewer.cpp.o] Error 1
CMakeFiles/Makefile2:788: recipe for target 'src/osgviewer/CMakeFiles/osgviewer.dir/all' failed
make[1]: *** [src/osgviewer/CMakeFiles/osgviewer.dir/all] Error 2
I'm using trajopt git commit 9c634c0. Does anyone know how to solve this error?
The text was updated successfully, but these errors were encountered: