-
Notifications
You must be signed in to change notification settings - Fork 319
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
Building Examples with catkin #205
Comments
Did you solved this error? I am also having this error. I have some findings that might be helpful. When you run You will have warning that Hope that will help you to find the reason of the error that you are getting. However, I am still finding the solution. Kindly please let me know if you already solved it and how did you do. |
Actually, the executables were commented in /src/control-toolbox/ct_optcon/examples/CMakeLists.txt. So, uncomment them and try building again. That will work. |
It works! Thanks! |
@haasithp Thank you, I follow the guide but got this error fatal error: coin/IpTNLP.hpp: No such file or directory |
I tried using the catkin instructions here to build the examples: https://ethz-adrl.github.io/ct/ct_doc/doc/html/install_guide.html#build
When I try to run
rosrun ct_optcon ex_NLOC,
I get the error
[rosrun] Couldn't find executable named ex_NLOC below /home/noopygbhat/catkin_ws/src/control-toolbox/ct_optcon
Thoughts?
The text was updated successfully, but these errors were encountered: