10 #define STC_COMMAND_HH 13 #include <boost/assign/list_of.hpp> 15 #include <dynamic-graph/command.h> 16 #include <dynamic-graph/command-setter.h> 17 #include <dynamic-graph/command-getter.h> 23 using ::dynamicgraph::command::Command;
24 using ::dynamicgraph::command::Value;
25 using ::dynamicgraph::sot::torque_control::JointTrajectoryGenerator;
37 : Command(entity,
std::vector<Value::Type>(), docstring) {}
39 JointTrajectoryGenerator& jtg =
static_cast<JointTrajectoryGenerator&
>(owner());
40 bool output = jtg.isTrajectoryEnded();
49 #endif // STC_COMMAND_HH IsTrajectoryEnded(JointTrajectoryGenerator &entity, const std::string &docstring)
virtual Value doExecute()
virtual ~IsTrajectoryEnded()