Robot specification.
More...
|
| jsonData |
|
| servos |
|
| motions |
|
| chains |
|
| motors |
|
| steppers |
|
| keyboard |
|
| imu |
|
| jbIndex |
|
| activemap |
|
| jbModule |
|
| jbType |
|
| jbIndex |
|
| jsonData |
|
|
| cwd = AmsEnvironment.AppPath() |
|
| basepath = os.path.join(cwd, 'specifications') |
|
| installpath = os.path.join(basepath, 'installed') |
|
| packagepath = os.path.join(basepath, 'packages') |
|
| filebase = AmsEnvironment.FilePath() |
|
| basepath = os.path.join(AmsEnvironment.FilePath(), 'jsonblob') |
|
| indexpath = os.path.join(basepath, 'index.json') |
|
dictionary | constructors = {} |
|
bool | indexexists = False |
|
bool | indexed = False |
|
dictionary | index = {} |
|
§ __init__()
def Specification.Specification.__init__ |
( |
|
self, |
|
|
|
index = None |
|
) |
| |
Initializes the Specification object
@param index
§ change()
def Specification.Specification.change |
( |
|
self, |
|
|
|
newident |
|
) |
| |
activates a specification
@param newident
§ clone()
def Specification.Specification.clone |
( |
|
ident, |
|
|
|
codename = None |
|
) |
| |
|
static |
clone a specification
@param ident
@param codename
§ currentIdent()
def Specification.Specification.currentIdent |
( |
|
new = False | ) |
|
|
static |
gets the current specification id
if a valid id is not found, a new one is created
@param new bool
§ delete()
def Specification.Specification.delete |
( |
|
self | ) |
|
§ deployPackage()
def Specification.Specification.deployPackage |
( |
|
tarfilename | ) |
|
|
static |
unpack a specification package
@param tarfilename
§ generatePackage()
def Specification.Specification.generatePackage |
( |
|
self | ) |
|
generate a package from a specification
§ getActiveKeyMap()
def Specification.Specification.getActiveKeyMap |
( |
|
self | ) |
|
§ getInstallPath()
def Specification.Specification.getInstallPath |
( |
|
self | ) |
|
gets the path for installed specifications
§ getKeyMapping()
def Specification.Specification.getKeyMapping |
( |
|
self, |
|
|
|
hex |
|
) |
| |
gets key mappings for given hex
@param hex
§ getMotionId()
def Specification.Specification.getMotionId |
( |
|
self, |
|
|
|
name |
|
) |
| |
gets a motion id from name
@param name
§ getPackageInfo()
def Specification.Specification.getPackageInfo |
( |
|
filename | ) |
|
|
static |
collects the spec data inside a package
@param filename
§ getPackagePath()
def Specification.Specification.getPackagePath |
( |
|
self | ) |
|
gets the path for spec packages
§ getPackageTimestamp()
def Specification.Specification.getPackageTimestamp |
( |
|
self | ) |
|
gets the modified time for a package file
§ init()
def Specification.Specification.init |
( |
|
self | ) |
|
§ isInstalled()
def Specification.Specification.isInstalled |
( |
|
self, |
|
|
|
ident = None |
|
) |
| |
determine whether a spec exists
@param ident
§ isPackaged()
def Specification.Specification.isPackaged |
( |
|
self | ) |
|
§ listPackages()
def Specification.Specification.listPackages |
( |
| ) |
|
|
static |
gets a list of specification packages
§ newIdent()
def Specification.Specification.newIdent |
( |
| ) |
|
|
static |
§ refreshServos()
def Specification.Specification.refreshServos |
( |
|
self | ) |
|
§ save()
def Specification.Specification.save |
( |
|
self | ) |
|
override of JsonBlob.save
serializes servos, motions amd motors before saving
The documentation for this class was generated from the following file: