-
Notifications
You must be signed in to change notification settings - Fork 21
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
Unable to build the package. #11
Comments
Hi Bhargav, only with those lines makes it impossible to tell. Could you please paste the full output ? |
yes i have installed libfovis in catkin_ws/src folder. Rest error details i have given on http://answers.ros.org/question/197006/error-while-building-fovis_ros/ |
For ease of tracking, @bhargavjha's output from CMakelists is available at this link That's a linking error on ros/console.h, which is included in ros/ros.h. Both stereo odometer and mono odometer include that header, so I don't think it is a problem on our code but on your workspace. First check broken dependencies on your system:
Then remove devel and build directories on your workspace and compile again:
And tell me if it works. Good luck! |
Yes it worked now! thanks a lot! :) |
Hello I have posted a query here http://answers.ros.org/question/197006/error-while-building-fovis_ros/
After I do catkin_make in my catkin_ws folder, the package starts building. But at about 98% of completion it shows an error. I can't tell you the specific error as it shows lot of undefined function and variables after it start linking mono_odometry and stereo_odometry file. Please help me build this package. It's urgent as i am using it in my final year project.
The text was updated successfully, but these errors were encountered: