ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you installed turtlesim using sudo apt-get install ros-melodic-***
then it would be somewhere like this /opt/ros/melodic/lib/turtlesim
. Roscd for installed packaged would take you to the include folder (I think).
If you catkin_make
d the source code, then it would be in devel/lib/
.