29 #ifndef FSROBO_R_DRIVER_ROBOT_PROGRAM_EXECUTOR_H 30 #define FSROBO_R_DRIVER_ROBOT_PROGRAM_EXECUTOR_H 40 namespace robot_program_executor
67 bool execute(std::string name, std::string
param,
bool &result);
78 #endif // FSROBO_R_DRIVER_ROBOT_PROGRAM_EXECUTOR_H RobotProgramExecutor()
Default constructor.
SmplMsgConnection * connection_
bool param(const std::string ¶m_name, T ¶m_val, const T &default_val)
Wrapper class to exeute program on robot controller.
Class encapsulated set io reply data. These messages are sent by the FSRobo-R controller in response ...
bool init(SmplMsgConnection *connection)
bool execute(std::string name, std::string param, bool &result)
Execute robot program on the controller.
bool sendAndReceive(std::string name, std::string param, ExecuteProgramReply &reply)