Go to the documentation of this file.
25 #ifndef SRC_CONTROLLERS_INCLUDE_CORBO_CONTROLLERS_DUAL_MODE_CONTROLLER_H_
26 #define SRC_CONTROLLERS_INCLUDE_CORBO_CONTROLLERS_DUAL_MODE_CONTROLLER_H_
47 class DualModeController :
public ControllerInterface
50 using Ptr = std::shared_ptr<DualModeController>;
79 bool initialize(
const StateVector&
x, ReferenceTrajectoryInterface& expected_xref, ReferenceTrajectoryInterface& expected_uref,
80 const Duration& expected_dt,
const Time& t, ReferenceTrajectoryInterface* sref =
nullptr)
override;
83 bool step(
const StateVector&
x, ReferenceTrajectoryInterface& xref, ReferenceTrajectoryInterface& uref,
const Duration& dt,
const Time& t,
85 ReferenceTrajectoryInterface* sref =
nullptr, ReferenceTrajectoryInterface* xinit =
nullptr,
86 ReferenceTrajectoryInterface* uinit =
nullptr,
const std::string& ns =
"")
override;
105 void reset()
override;
111 return std::make_shared<ControllerStatistics>(
_statistics);
114 #ifdef MESSAGE_SUPPORT
115 void toMessage(corbo::messages::DualModeController& message)
const;
116 void fromMessage(
const corbo::messages::DualModeController& message, std::stringstream* issues =
nullptr);
119 void toMessage(corbo::messages::Controller& message)
const override { toMessage(*message.mutable_dual_mode_controller()); }
121 void fromMessage(
const corbo::messages::Controller& message, std::stringstream* issues =
nullptr)
override
123 fromMessage(message.dual_mode_controller(), issues);
155 #endif // SRC_CONTROLLERS_INCLUDE_CORBO_CONTROLLERS_DUAL_MODE_CONTROLLER_H_
ControllerInterface::Ptr getInstance() const override
Return a newly created shared instance of the implemented class.
Interface class for signal targets.
int getControlInputDimension() const override
Return the control input dimension.
ControllerInterface::Ptr _local_controller
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
DualModeController()=default
PredictiveController _pred_controller
bool _switch_terminal_ball
bool providesFutureStates() const override
int getControlInputDimension() const override
Return the control input dimension.
int getStateDimension() const override
Return the dimension of the required plant state/output.
double getControlDuration() const override
Return the duration for which the control u obtained from step() is valid (useful for asynchronous co...
bool supportsAsynchronousControl() const override
Specify whether the controllers step function is independent of dt and getControlDuration() returns a...
bool providesFutureControls() const override
static Ptr getInstanceStatic()
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.
void getAvailableSignals(SignalTargetInterface &signal_target, const std::string &ns="") const override
Retrieve available signals from the controller.
ControllerStatistics::Ptr getStatistics() const override
std::shared_ptr< ControllerInterface > Ptr
std::shared_ptr< DualModeController > Ptr
void reset() override
Reset internal controller state and caches.
bool setWeightS(const Eigen::Ref< const Eigen::MatrixXd > &S)
int getStateDimension() const override
Return the dimension of the required plant state/output.
A matrix or vector expression mapping an existing expression.
bool hasPiecewiseConstantControls() const override
Return true if the controller returns piecewise constant control pieces.
void sendSignals(double t, SignalTargetInterface &signal_target, const std::string &ns="") const override
std::shared_ptr< ControllerStatistics > Ptr
double getControlDuration() const override
Return the duration for which the control u obtained from step() is valid (useful for asynchronous co...
bool hasPiecewiseConstantControls() const override
Return true if the controller returns piecewise constant control pieces.
bool providesFutureStates() const override
bool isInsideInTerminalBall(const Eigen::Ref< const Eigen::VectorXd > &x0, const Eigen::Ref< const Eigen::VectorXd > &xf) const
Eigen::VectorXd StateVector
std::shared_ptr< TimeSeries > Ptr
void setLocalController(ControllerInterface::Ptr local_controller)
ControllerStatistics _statistics
bool providesFutureControls() const override
#define FACTORY_REGISTER_CONTROLLER(type)
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:05:45