3#include "dynamical_systems/IDynamicalSystem.hpp"
4#include "state_representation/exceptions/InvalidParameterException.hpp"
24 void validate_and_set_parameter(
const std::shared_ptr<state_representation::ParameterInterface>& parameter)
override;
29 const std::shared_ptr<state_representation::ParameterInterface>&
A default dynamical system that just returns an empty state.
S compute_dynamics(const S &state) const override
Compute the dynamics of the input state. Internal function, to be redefined based on the type of dyna...
Abstract class for a dynamical system.
Systems of equations relating state variables to their derivatives.