41 defineOptionalProperty<std::string>("XMLStatechartProfile", "", "Name of the statechart profile to be used. This is used as prefix to the proxyName. So GraspGroupRemoteStateOfferer will be Armar3aGraspGroupRemoteStateOfferer");
42 defineOptionalProperty<std::string>("proxyName", "", "name of the proxy to load");
43 defineOptionalProperty<std::string>("stateName", "", "name of the state to load");
44 }
45 };
46
47
48
49 /**
50 * \class RobotControl
51 * \brief RobotControl is used for dynamically loading and starting robot programs.
52 * \ingroup RobotAPI-Statecharts
53 *
54 * The toplevel state Statechart_Robot describes the basic operational levels
55 * of the robot.
56 *
57 * The behavior of the functional state is described in StateRobotControl