Dynamixel  2.9.5
RoadNarrows Robotics Dynamixel Package
setup Namespace Reference

Variables

string pkgroot = '..'
 RN Package Root Directory (not python package)
 
dictionary PyDocInfo
 Package pydoc additional information (required by rnmake utilities) More...
 
dictionary PkgInfo
 Package Information (required by setup and rnmake utilities) More...
 
list xmlfiles
 List of XML files. More...
 

Detailed Description

BotSense setup.py script.

Variable Documentation

dictionary setup.PkgInfo
Initial value:
1 = {
2  'name': 'BotSense.Dynamixel',
3  'version': '1.0.0',
4  'description': 'RoadNarrows Robotics BotSense Python Package Add-On',
5  'long_description':,
6  'author': 'Robin Knight',
7  'author_email': 'robin.knight@roadnarrows.com',
8  'maintainer': 'RoadNarrows LLC',
9  'url': 'http://www.roadnarrows.com/',
10  'platforms': "any",
11  'license':,
12  'packages': ['BotSense.Dynamixel'],
13  'package_dir': {'BotSense.Dynamixel':'modules/BotSense/Dynamixel'},
14  'package_data': {'BotSense.Dynamixel':['_bs*.*']},
15  'scripts': [],
16 }

Package Information (required by setup and rnmake utilities)

Definition at line 45 of file setup.py.

dictionary setup.PyDocInfo
Initial value:
1 = {
2  'org_initials': 'RNR',
3  'index_template': pkgroot+"/docs/pydoc.html.tpl",
4  'images_dir': pkgroot+"/docs/images",
5  'images': {
6  'ORG_LOGO': 'Logo.png',
7  'FAVICON': 'favicon.png',
8  },
9 }

Package pydoc additional information (required by rnmake utilities)

Definition at line 32 of file setup.py.

list setup.xmlfiles
Initial value:
1 = [
2  pkgroot+'/bsModules/bsDyna/bsDynaMsgs.xml',
3 ]

List of XML files.

Definition at line 72 of file setup.py.