osrf / rosbook

Example code to accompany the book Programming Robots with ROS
Apache License 2.0
476 stars 237 forks source link

[Text improvement] Chapter 4: Confusing description of Python modules #20

Closed gbiggs closed 7 years ago

gbiggs commented 8 years ago

The wording in paragraph 3 on page 55 could confuse the reader into thinking there is a file called "basics.srv", due to the collision between the generated .srv submodule of the (ROS) package module and the .srv extension for service definition files. The wording could be improved, particularly by not calling the submodule an extension, but also by just calling it what it is (a services-containing submodule of the basics Python package?).

gerkey commented 7 years ago

Fixed in reprint.