27 double stiffness = 2.0,
28 double weight = 500.0,
29 bool showTarget =
true,
30 bool showPose =
true);
49 unsigned int robotIndex,
50 double stiffness = 2.0,
52 bool showTarget =
true,
53 bool showPose =
true);
92 const std::string & surfaceName,
130 inline const std::string &
surface() const noexcept {
return frame_->name(); }
219 bool showTarget_ =
true;
220 bool showPose_ =
true;
#define MC_TASKS_DLLAPI
Definition: api.h:50
std::shared_ptr< const RobotFrame > ConstRobotFramePtr
Definition: fwd.h:25
Definition: StabilizerStandingState.h:12
MotionVec< double > MotionVecd
Definition: RobotFrame.h:22
Simplify access to values hold within a JSON file.
Definition: Configuration.h:166
Logs controller data to disk.
Definition: Logger.h:30
Definition: StateBuilder.h:28
Definition: QPSolver.h:88
Generic wrapper for a trajectory dynamic over an error function.
Definition: TrajectoryTaskGeneric.h:27
double damping() const
Get the current task damping.
double stiffness() const
Get the current task stiffness.
const Eigen::VectorXd & refAccel() const
Get the trajectory reference acceleration.
const Eigen::VectorXd & refVel() const
Get the trajectory reference velocity.
void setGains(double stiffness, double damping)
Set both stiffness and damping.