Codebase list ros-genmsg / f2ebeba
Clarify package is part of Robot OS in description Wookey 8 years ago
1 changed file(s) with 7 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
1414 Package: python-genmsg
1515 Architecture: all
1616 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
17 Description: Standalone Python library for generating ROS message and service data
18 Project genmsg exists in order to decouple code generation from .msg & .srv
19 format files from the parsing of these files and from impementation details of
20 the build system (project directory layout, existence or nonexistence of
17 Description: Standalone Python library for generating Robot OS message and service data
18 This package is part of Robot OS (ROS). Project genmsg exists in
19 order to decouple code generation (from .msg & .srv format files) from
20 the parsing of these files and from impementation details of the
21 build system (project directory layout, existence or nonexistence of
2122 utilities like rospack, values of environment variables such as
22 ROS_PACKAGE_PATH): i.e. none of these are required to be set in any particular
23 way.
23 ROS_PACKAGE_PATH): i.e. none of these are required to be set in any
24 particular way.