Skip to content
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

fatal error: ros_openpose/Frame.h: No such file or directory #4

Closed
xh20 opened this issue Nov 28, 2019 · 3 comments
Closed

fatal error: ros_openpose/Frame.h: No such file or directory #4

xh20 opened this issue Nov 28, 2019 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@xh20
Copy link

xh20 commented Nov 28, 2019

Hi ravijo,

when I run catkin_make clean, it appears an error:
fatal error: ros_openpose/Frame.h: No such file or directory
and I only find cameraReader.hpp in the folder ~/catkin_ws/src/ros_openpose/include/ros_openpose. Is it still in programming?

best
Hao

@ravijo
Copy link
Owner

ravijo commented Nov 28, 2019

@xh20 , thank you very much.

when I run catkin_make clean, it appears an error:
fatal error: ros_openpose/Frame.h: No such file or directory

Sorry to hear that you faced the issue. Please note that catkin_make clean is going to clean the build and other folders.
Before you clone, ros_openpose, make sure catkin_make compiles all existing packages on your workspace. After cloning this package, you should run catkin_make a few times.

I only find cameraReader.hpp in the folder

Frame.h is defined as a ROS msg file. You can find its definition here. Furthermore, it is included in CMakeLists.txt, so that catkin_make can find it out.

Is it still in programming?

The code pushed to GitHub should work fine.

Let me know if the problem persists.

Cheers!

@xh20
Copy link
Author

xh20 commented Nov 28, 2019

@ravijo Thank you for replying. Yes, you are right. I don't need to clean it. It is compiled now.

@ravijo
Copy link
Owner

ravijo commented Nov 28, 2019

@xh20 Thank you for the quick response. Glad that it compiled. Feel free to create new issues if needed. I will close this issue now.

@ravijo ravijo closed this as completed Nov 28, 2019
@ravijo ravijo added the documentation Improvements or additions to documentation label Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants