Go to the documentation of this file.
25 #ifndef SRC_TASKS_INCLUDE_CORBO_TASKS_TASK_CLOSED_LOOP_CONTROL_H_
26 #define SRC_TASKS_INCLUDE_CORBO_TASKS_TASK_CLOSED_LOOP_CONTROL_H_
50 class ClosedLoopControlTask :
public TaskInterface
53 using Ptr = std::shared_ptr<ClosedLoopControlTask>;
62 void performTask(Environment& environment, SignalTargetInterface* signal_target =
nullptr, std::string* msg =
nullptr,
63 const std::string& ns =
"")
override;
71 bool verify(
const Environment& environment, std::string* msg =
nullptr)
const override;
77 void reset()
override;
79 #ifdef MESSAGE_SUPPORT
80 void toMessage(messages::ClosedLoopControlTask& message)
const;
81 void fromMessage(
const messages::ClosedLoopControlTask& message, std::stringstream* issues =
nullptr);
84 void toMessage(messages::Task& message)
const override { toMessage(*message.mutable_closed_loop_control_task()); }
86 void fromMessage(
const messages::Task& message, std::stringstream* issues =
nullptr)
override
88 fromMessage(message.closed_loop_control_task(), issues);
116 #endif // SRC_TASKS_INCLUDE_CORBO_TASKS_TASK_CLOSED_LOOP_CONTROL_H_
void getAvailableSignals(const Environment &environment, SignalTargetInterface &signal_target, const std::string &ns="") const override
Retrieve available signals from the task.
Interface class for signal targets.
double _computation_delay
std::shared_ptr< TaskInterface > Ptr
Standard environment for control tasks.
ReferenceTrajectoryInterface::Ptr _ureference
std::shared_ptr< ClosedLoopControlTask > Ptr
constexpr const double CORBO_INF_DBL
Representation for infinity (double version)
bool _compensate_cpu_time
Time Delay Object for Piecewise-Constant Signals.
ReferenceTrajectoryInterface::Ptr _xreference
TaskInterface::Ptr getInstance() const override
Return a newly created shared instance of the implemented class.
ClosedLoopControlTask()
Default constructor.
std::shared_ptr< ReferenceTrajectoryInterface > Ptr
Perform closed-loop control task.
std::shared_ptr< FilterInterface > Ptr
TimeValueBuffer _time_value_buffer
void setControlReference(ReferenceTrajectoryInterface::Ptr ureference)
Set control input reference trajectory.
void setStateReference(ReferenceTrajectoryInterface::Ptr xreference)
Set state reference trajectory.
FilterInterface::Ptr _computation_delay_filter
#define FACTORY_REGISTER_TASK(type)
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.
void performTask(Environment &environment, SignalTargetInterface *signal_target=nullptr, std::string *msg=nullptr, const std::string &ns="") override
Perform task.
OneStepPredictor _compensator
bool _compensate_dead_time
void reset() override
Reset task state.
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:06:33