First time here? Check out the FAQ!
answered 2017-12-09 08:34:08 -0500
Hi @Robotics ,
when you run catkin_make, the generated files are normally in ~/catkin_ws/devel/
catkin_make
~/catkin_ws/devel/
If you run catkin_make install, they are normally on ~/catkin_ws/install/.
catkin_make install
~/catkin_ws/install/
Cheers.