Build ROS code cpp without Catkin Package
Hello Community,
So I have been working with ROS lately, it was really easy testing code in python where I just had to import rospy to work with ROS as I wished. I would then execute my programs with $python code.py.
So now I want to kinda do the same thing in C++, I wrote a simple code for test, but with no CMakelists where I specify the roscpp dependency, it is not able to recognize the #include "ros/ros.h", I was wondering if it would be possible if I added the ros.h header file :
- Where can I find this header file ?
- Will other ROS related packages (like std_msgs) get included with it ?
Thanks for the replies :)
Lilia.