Dynamixel  2.9.5
RoadNarrows Robotics Dynamixel Package
__init__.py
Go to the documentation of this file.
1 ################################################################################
2 #
3 # BotSense.__init__.py
4 #
5 
6 """
7 RoadNarrows BotSense Module Add-Ons.
8 """
9 
10 ## \file
11 ## \package Laelaps
12 ##
13 ## $LastChangedDate: 2016-02-02 11:31:32 -0700 (Tue, 02 Feb 2016) $
14 ## $Rev: 4292 $
15 ##
16 ## \brief Botsense add-on modules for Dynamixel.
17 ##
18 ## \sa
19 ## \htmlonly
20 ## <a href="../pydoc/Laelaps.html">PyDoc Generated Documentation</a>
21 ## \endhtmlonly
22 ##
23 ## \author Robin Knight (robin.knight@roadnarrows.com)
24 ##
25 ## \copyright
26 ## \h_copy 2016-2017. RoadNarrows LLC.\n
27 ## http://www.roadnarrows.com\n
28 ## All Rights Reserved
29 ##
30 #
31 # @EulaBegin@
32 #
33 # Permission is hereby granted, without written agreement and without
34 # license or royalty fees, to use, copy, modify, and distribute this
35 # software and its documentation for any purpose, provided that
36 # (1) The above copyright notice and the following two paragraphs
37 # appear in all copies of the source code and (2) redistributions
38 # including binaries reproduces these notices in the supporting
39 # documentation. Substantial modifications to this software may be
40 # copyrighted by their authors and need not follow the licensing terms
41 # described here, provided that the new terms are clearly indicated in
42 # all files where they apply.
43 #
44 # IN NO EVENT SHALL THE AUTHOR, ROADNARROWS LLC, OR ANY MEMBERS/EMPLOYEES
45 # OF ROADNARROW LLC OR DISTRIBUTORS OF THIS SOFTWARE BE LIABLE TO ANY
46 # PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
47 # DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION,
48 # EVEN IF THE AUTHORS OR ANY OF THE ABOVE PARTIES HAVE BEEN ADVISED OF
49 # THE POSSIBILITY OF SUCH DAMAGE.
50 #
51 # THE AUTHOR AND ROADNARROWS LLC SPECIFICALLY DISCLAIM ANY WARRANTIES,
52 # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
53 # FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN
54 # "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO
55 # PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
56 #
57 # @EulaEnd@
58 #
59 ################################################################################
60 
61 ## All (sub)modules in BotSense package.
62 __all__ = [
63  'Dynamixel',
64 ]