-
Notifications
You must be signed in to change notification settings - Fork 65
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 catkin_make #33
Comments
Hello, This is not a serious error. It happens in the previous issues. #6 |
Thanks, I am using ROS Noetic, and follow #6 , I used "catkin build", but came another error: " i have no idea. |
Did you clean the files which are generated by |
I used catkin clean and re-do the catkin_make. the error is still there: " and according to the #6 , i have created the PoseTwist.h file. But the error is still there. should I move the file to somewhere or? Thanks. |
Actually, I don't know what's wrong with this. But you could strictly refer to that issue, who has successfully compiled |
I am using ROS Noetic, and using the noetic devel, used catkin build to compile, still errors. I am not sure how they did it.. |
sorry, i am using ROS NOETIC in VMWare and I tried noetic and sim-devel branch, but both failed when compiling. even with PoseTwist.h file. I tried both catkin_make and catkin build, but both failed. when catkin_make, there is no PoseTwist.h, even with the file in folder. When catkin build, it cannot recognise Matrix "‘Matrix’ does not name a type", I have upgraded eigen3 library, but error is still. I am not sure why. I do not want to reinstall Linux. Sigh. |
Actually, the error is not related to VMWare. |
我已经在仿真环境下维护了导纳控制,请尝试运行,谢谢对本项目的关注 |
Hi, @MingshanHe
When I catkin_make, an error came out. I do not know if it is my ROS problem or?
"In file included from /home/walter/catkin_ws/src/Compliant-Control-and-Application/control_strategy/src/control_strategy/control_strategy.cpp:1:
/home/walter/catkin_ws/src/Compliant-Control-and-Application/control_strategy/include/control_strategy/control_strategy.h:11:10: fatal error: cartesian_state_msgs/PoseTwist.h: No such file or directory
11 | #include "cartesian_state_msgs/PoseTwist.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Compliant-Control-and-Application/control_strategy/CMakeFiles/control_strategy.dir/build.make:63: Compliant-Control-and-Application/control_strategy/CMakeFiles/control_strategy.dir/src/control_strategy/control_strategy.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:9283: Compliant-Control-and-Application/control_strategy/CMakeFiles/control_strategy.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
In file included from /home/walter/catkin_ws/src/Compliant-Control-and-Application/control_algorithms/admittance/src/Admittance/Admittance.cpp:8:
/home/walter/catkin_ws/src/Compliant-Control-and-Application/control_algorithms/admittance/include/admittance/Admittance.h:14:10: fatal error: cartesian_state_msgs/PoseTwist.h: No such file or directory
14 | #include "cartesian_state_msgs/PoseTwist.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Compliant-Control-and-Application/control_algorithms/admittance/CMakeFiles/admittance.dir/build.make:63: Compliant-Control-and-Application/control_algorithms/admittance/CMakeFiles/admittance.dir/src/Admittance/Admittance.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:11586: Compliant-Control-and-Application/control_algorithms/admittance/CMakeFiles/admittance.dir/all] Error 2
In file included from /home/walter/catkin_ws/src/Compliant-Control-and-Application/control_algorithms/admittance/src/HybridAdmittance/HybridAdmittance.cpp:1:
/home/walter/catkin_ws/src/Compliant-Control-and-Application/control_algorithms/admittance/include/hybridadmittance/HybridAdmittance.h:6:10: fatal error: cartesian_state_msgs/PoseTwist.h: No such file or directory
6 | #include "cartesian_state_msgs/PoseTwist.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Compliant-Control-and-Application/control_algorithms/admittance/CMakeFiles/hybridadmittance.dir/build.make:63: Compliant-Control-and-Application/control_algorithms/admittance/CMakeFiles/hybridadmittance.dir/src/HybridAdmittance/HybridAdmittance.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:11559: Compliant-Control-and-Application/control_algorithms/admittance/CMakeFiles/hybridadmittance.dir/all] Error 2
"
Thank you very much!
The text was updated successfully, but these errors were encountered: