diff --git a/README.md b/README.md index 7cb0a89..81fd5e7 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,10 @@ If we want to look at descriptive stats of the rate of messages published to a t rostopic hz /command ``` +Built messages will be located in + +`./devel/lib/python3/dist-packages//msg/_.py` at the root of your Catkin workspace + ## Parameters and Services ### Services @@ -160,6 +164,10 @@ name: "turtle2" Spawns a second turtle +Built service definitions will be located in + +`./devel/lib/python3/dist-packages//srv/_.py` at the root of your Catkin workspace + ### Parameters ROS provides a parameter server that you read and write values to.