1#ifndef WBC_TASKS_CONTACTFORCVETASK_HPP
2#define WBC_TASKS_CONTACTFORCVETASK_HPP
22 virtual void update()
override;
Defines a task in the whole body control problem.
Definition TaskConfig.hpp:24
Task()
Default constructor.
Definition Task.cpp:5
RobotModelPtr robot_model
Definition Task.hpp:16
TaskConfig config
Definition Task.hpp:53
Definition ContactsAccelerationConstraint.cpp:3
std::shared_ptr< ContactForceTask > ContactForceTaskPtr
Definition ContactForceTask.hpp:35
std::shared_ptr< RobotModel > RobotModelPtr
Definition RobotModel.hpp:315