RoboSight-SDK Manifest v1.3.0
Overview
The release directory is a repository for all files related
to the RoboSight-SDK software, firmware, and documentation.
The use of these files is intended for RoadNarrows customers and
developers.
See the End User License Agreements for more detailed descriptions of the
valid uses and restrictions of this release.
Product Description
The RoboSight SDK product is a set of source packages plus a
host make environment for RoboSight developer.
Release Scheme
The RoadNarrows and RNIS release naming convention uses the
following 3-level dotted number scheme, plus an optional modifier:
major.minor.revision[-spec]
| major |
The major number is increased when there are significant jumps
in functionality. |
| minor |
The minor number is incremented when only minor features or
significant fixes have been added. |
| revision |
The revision number is incremented when minor bugs are fixed. |
| spec |
Special customer release. |
Manifest
| srcdoc |
On-line source documentation tree presented in HTML.
Each package has its own documention subtree.
Any C/C++ source documentation has been generated doxygen.
(see www.doxygen.org)
Any python source documentation has been generated by pydoc.
(see www.python.org)
|
| pkg |
The RoboSight-SDK packages.
Packages are compressed, gzipped tar archives (tarballs) of
binaries, source, and documentation. Naming conventions:
-
RoboSight-SDK-major.minor.revision-arch.tar.gz
Compressed tarball
of release binaries compiled for the
specific host computer archictecture arch.
Binaries include applications, libraries, drivers, and
headers needed to build user applications.
-
RoboSight-SDK-major.minor.revision-src.tar.gz
Compressed tarball of
release source files.
The source tree contains source, headers, and make files to
to build target software.
Note: Distributed source does not include compiler
tool-chains nor OS dependent libraries and headers.
-
RoboSight-SDK-major.minor.revision-doc.tar.gz
Compressed tarball of release documentation.
The documentation includes generated documentation, including
any Doxygen HTML trees, plus any supplimental documentation.
|
| media |
Directory of videos, images, sound, diagrams, etc files
for customer perusal.
|
| firmware |
Binary (hex) for any embedded firmware applications
Note: Not all releases have firmware.
|
| doc |
Release related user guides, datsheets, and other support
documentation.
|
|