|
__init__(self,
argv,
cur_nid=0x01,
cfg=None)
Initialize the dynamixelConfigurator, the configurator reads in
arguments and sets servo paramters accordingly |
source code
|
|
|
|
|
parseArgs(self,
argv)
Parse input arguments, handle if sensible |
source code
|
|
|
|
|
scanAll(self)
A utility function that will scan all baudrates and return all nodes
found. |
source code
|
|
|
_safe_nid(self,
nid)
Check to ensure that we don't try to overwrite another nid |
source code
|
|
|
write_nid(self,
nid_old,
nid_new)
Write old node id to new node id |
source code
|
|
|
|
|
|
|
_baudPlan(self)
(private) plan order in which baudrates are scanned |
source code
|
|
|
scan(self,
nid,
timeout=0.5,
retries=1)
Check if a given node id exists on any baudrates, returns nid if
successful, None if not |
source code
|
|
|
|
|
run(self)
Read in and parse arguments, perform necessary configuration |
source code
|
|