![]() |
Laelaps
2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
|
Package: RoadNarrows Robotics Laelaps Robotic Mobile Platform Package. More...
Go to the source code of this file.
Classes | |
class | laelaps_stop.usage |
Unit test command-line exception class. More... | |
Functions | |
def | laelaps_stop.printTry () |
Print 'try' message'. | |
def | laelaps_stop.printUsageErr (emsg) |
Print usage error. More... | |
def | laelaps_stop.printUsage () |
Print Command-Line Usage Message. More... | |
def | laelaps_stop.getOptions (kwargs) |
Get command-line options. More... | |
Package: RoadNarrows Robotics Laelaps Robotic Mobile Platform Package.
File: laelaps_stop
Stop the Laelaps.
Unless otherwise stated explicitly, all materials contained are copyrighted and may not be used without RoadNarrows LLC's written consent, except as provided in these terms and conditions or in the copyright notice (documents and software) or other proprietary notice provided with the relevant materials.
IN NO EVENT SHALL THE AUTHOR, ROADNARROWS LLC, OR ANY MEMBERS/EMPLOYEES/CONTRACTORS OF ROADNARROWS OR DISTRIBUTORS OF THIS SOFTWARE BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE AUTHORS OR ANY OF THE ABOVE PARTIES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THE AUTHORS AND ROADNARROWS LLC SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
—@
Definition in file laelaps_stop.py.
def laelaps_stop.getOptions | ( | kwargs | ) |
Get command-line options.
[in,out] | kwargs | Command-line keyword dictionary. |
Definition at line 118 of file laelaps_stop.py.
def laelaps_stop.printUsage | ( | ) |
def laelaps_stop.printUsageErr | ( | emsg | ) |
Print usage error.
emsg | Error message string. |
Definition at line 87 of file laelaps_stop.py.