Module posable
source code
File posable.py
Provides basic functionality for "posable programming", i.e.
programming a robot by recording its poses and then playing them
back.
Main Classes and Functions
class PoseRecoder -- provides most of the functionality, allowin
poses to be recorded and played back.
function recordFromCluster -- an interactive interface on top of a
PoseRecorder, allowing users to easily record poses.
|
PoseRecorder
Concrete class PoseRecorder
|
|
PoseRecorderCLI
Concrete class PoseRecorderCLI provides a cmd.Cmd based commandline
interface to a PoseRecorder.
|
Interactively prompt user and record poses from all modules of a cluster
INPUT:
c -- Cluster to record from
OUTPUT: PoseRecorder with the recording
|