Concrete class PoseRecorderCLI provides a cmd.Cmd based commandline
interface to a PoseRecorder.
|
|
|
|
|
|
|
|
|
do_cmd(self,
line)
Specify command to broadcast to targets |
source code
|
|
|
do_show(self,
line=None)
Show the current recording in text form |
source code
|
|
|
do_pose(self,
line=None)
Append the current pose to the recording |
source code
|
|
|
do_reset(self,
line=None)
Reset the recording |
source code
|
|
|
do_off(self,
line=None)
Emergency stop the recording -- go_slack() all modules |
source code
|
|
|
do_closeLoop(self,
line)
closeLoop <dt> -- Close a loop in the recording, with delay
<dt> |
source code
|
|
|
do_drop(self,
line)
Drop the last pose from the recording |
source code
|
|
|
do_save(self,
line)
save<file> Save recording to a .csv file |
source code
|
|
|
do_load(self,
line)
Append recording from a .csv file load <file> |
source code
|
|
|
do_count(self,
line)
Set number of times to loop |
source code
|
|
|
do_duration(self,
line)
Set duration of one playback period (empty for automatic) |
source code
|
|
|
|
|
do_inline(self,
line=None)
Show inline code for recording |
source code
|
|
|
|
|
|
|
|
Inherited from cmd.Cmd :
cmdloop ,
columnize ,
complete ,
complete_help ,
completedefault ,
completenames ,
default ,
do_help ,
get_names ,
onecmd ,
parseline ,
postcmd ,
postloop ,
precmd ,
preloop ,
print_topics
|