Go to the documentation of this file.
25 #ifndef SRC_CONTROLLERS_INCLUDE_CORBO_CONTROLLERS_SIMPLE_STATE_CONTROLLER_H_
26 #define SRC_CONTROLLERS_INCLUDE_CORBO_CONTROLLERS_SIMPLE_STATE_CONTROLLER_H_
46 class SimpleStateController :
public ControllerInterface
63 Ptr getInstance()
const override {
return std::make_shared<SimpleStateController>(); }
72 bool initialize(
const StateVector&
x, ReferenceTrajectoryInterface& expected_xref, ReferenceTrajectoryInterface& expected_uref,
73 const Duration& expected_dt,
const Time& t, ReferenceTrajectoryInterface* sref =
nullptr)
override;
76 bool step(
const StateVector&
x, ReferenceTrajectoryInterface& xref, ReferenceTrajectoryInterface& uref,
const Duration& dt,
const Time& t,
78 ReferenceTrajectoryInterface* sref =
nullptr, ReferenceTrajectoryInterface* xinit =
nullptr,
79 ReferenceTrajectoryInterface* uinit =
nullptr,
const std::string& ns =
"")
override;
82 void getAvailableSignals(SignalTargetInterface& signal_target,
const std::string& ns =
"")
const override;
84 #ifdef MESSAGE_SUPPORT
86 void toMessage(corbo::messages::Controller& message)
const override;
88 void fromMessage(
const corbo::messages::Controller& message, std::stringstream* issues =
nullptr)
override;
92 void reset()
override;
107 #endif // SRC_CONTROLLERS_INCLUDE_CORBO_CONTROLLERS_SIMPLE_STATE_CONTROLLER_H_
Ptr getInstance() const override
Return a newly created shared instance of the implemented class.
bool initialize(const StateVector &x, ReferenceTrajectoryInterface &expected_xref, ReferenceTrajectoryInterface &expected_uref, const Duration &expected_dt, const Time &t, ReferenceTrajectoryInterface *sref=nullptr) override
Initialize the controller.
bool providesFutureStates() const override
SimpleStateController()=default
bool step(const StateVector &x, ReferenceTrajectoryInterface &xref, ReferenceTrajectoryInterface &uref, const Duration &dt, const Time &t, TimeSeries::Ptr u_sequence, TimeSeries::Ptr x_sequence, SignalTargetInterface *signal_target=nullptr, ReferenceTrajectoryInterface *sref=nullptr, ReferenceTrajectoryInterface *xinit=nullptr, ReferenceTrajectoryInterface *uinit=nullptr, const std::string &ns="") override
bool hasPiecewiseConstantControls() const override
Return true if the controller returns piecewise constant control pieces.
void reset() override
Reset internal controller state and caches.
std::shared_ptr< ControllerInterface > Ptr
int getStateDimension() const override
Return the dimension of the required plant state/output.
bool providesFutureControls() const override
A matrix or vector expression mapping an existing expression.
int getControlInputDimension() const override
Return the control input dimension.
void getAvailableSignals(SignalTargetInterface &signal_target, const std::string &ns="") const override
Retrieve available signals from the controller.
void setFilterMatrixV(const Eigen::Ref< const Eigen::MatrixXd > &V)
Set reference filter matrix V [control input dimension x output dimension].
State feedback controller wigh feedback gain matrix K.
Eigen::VectorXd StateVector
std::shared_ptr< TimeSeries > Ptr
void setPublishError(bool publish)
Specify whether the state error should be published via signal.
void setGainMatrixK(const Eigen::Ref< const Eigen::MatrixXd > &K)
Set feedback gain matrix K [control input dimension x state dimension].
#define FACTORY_REGISTER_CONTROLLER(type)
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:06:12