Where is rosbot_class.h located?

Hi The Construct Team,
I’m in exercise 1.1. In the code explanation:
#include “rosbot_control/rosbot_class.h”. But I didn’t fin rosbot_class.h file under rosbot_control directory. Here is my path to the rosbot_control:
user:~/catkin_ws/src/cpp_course_repo/rosbot_control$

Can you please tell me where I can find the .h file? I want to check what libraries the code is using. Thanks in advance!
Best,
Z

When you see a .h or .hpp, they should be in an /include directory in the package:

/home/user/catkin_ws/src/cpp_course_repo/rosbot_control/include/rosbot_control

Got it, thank you so much!

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.