Go to the documentation of this file.
25 #ifndef SRC_TASKS_INCLUDE_CORBO_TASKS_TASK_OPEN_LOOP_CONTROL_H_
26 #define SRC_TASKS_INCLUDE_CORBO_TASKS_TASK_OPEN_LOOP_CONTROL_H_
49 class OpenLoopControlTask :
public TaskInterface
52 using Ptr = std::shared_ptr<OpenLoopControlTask>;
61 void performTask(Environment& environment, SignalTargetInterface* signal_target =
nullptr, std::string* msg =
nullptr,
62 const std::string& ns =
"")
override;
70 bool verify(
const Environment& environment, std::string* msg =
nullptr)
const override;
76 void reset()
override {}
78 #ifdef MESSAGE_SUPPORT
79 void toMessage(messages::OpenLoopControlTask& message)
const;
80 void fromMessage(
const messages::OpenLoopControlTask& message, std::stringstream* issues =
nullptr);
83 void toMessage(messages::Task& message)
const override { toMessage(*message.mutable_open_loop_control_task()); }
85 void fromMessage(
const messages::Task& message, std::stringstream* issues =
nullptr)
override
87 fromMessage(message.open_loop_control_task(), issues);
102 #endif // SRC_TASKS_INCLUDE_CORBO_TASKS_TASK_OPEN_LOOP_CONTROL_H_
bool verify(const Environment &environment, std::string *msg=nullptr) const override
Check if the environment and other settings satisfy all requirements for the given task.
Interface class for signal targets.
std::shared_ptr< TaskInterface > Ptr
std::shared_ptr< OpenLoopControlTask > Ptr
Standard environment for control tasks.
void reset() override
Reset task state.
ReferenceTrajectoryInterface::Ptr _xreference
void performTask(Environment &environment, SignalTargetInterface *signal_target=nullptr, std::string *msg=nullptr, const std::string &ns="") override
Perform task.
ReferenceTrajectoryInterface::Ptr _ureference
OpenLoopControlTask()
Default constructor.
void getAvailableSignals(const Environment &environment, SignalTargetInterface &signal_target, const std::string &ns="") const override
Retrieve available signals from the task.
std::shared_ptr< ReferenceTrajectoryInterface > Ptr
void setStateReference(ReferenceTrajectoryInterface::Ptr xreference)
Set state reference trajectory.
TaskInterface::Ptr getInstance() const override
Return a newly created shared instance of the implemented class.
Perform open-loop control task.
void setControlReference(ReferenceTrajectoryInterface::Ptr ureference)
Set control input reference trajectory.
#define FACTORY_REGISTER_TASK(type)
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:06:33