Compiling and Running C++ scripts in ROS Indigo
I have written three C++ codes for one server and two clients using C++. Now I want to compile and run these scripts in ROS. I have the beginner_tutorials package as created in the tutorial. I have kept those scripts in the src directory under beginner_tutorials. But after doing catkin_make it is not getting compiled. Moreover, I have to provide command-line arguments while running those programs. I am not sure how to do that also. If anyone can help me with the steps to do it in Ubuntu 14.04. Thank you.