You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: