wbc
CartesianPotentialFieldsController.hpp
Go to the documentation of this file.
1#ifndef CARTESIAN_POTENTIAL_FIELDS_CONTROLLER_HPP
2#define CARTESIAN_POTENTIAL_FIELDS_CONTROLLER_HPP
3
5#include <base/samples/RigidBodyStateSE3.hpp>
6
7namespace wbc{
8
13protected:
14 base::samples::RigidBodyStateSE3 cartesian_control_output;
15
16public:
18
23 const base::samples::RigidBodyStateSE3& update(const base::samples::RigidBodyStateSE3& feedback);
24};
25
26}
27
28#endif
The PotentialFieldsController class implements a multi potential field controller in Cartesian space.
Definition CartesianPotentialFieldsController.hpp:12
const base::samples::RigidBodyStateSE3 & update(const base::samples::RigidBodyStateSE3 &feedback)
update Compute control output. Saturation will be applied if its has been set
Definition CartesianPotentialFieldsController.cpp:10
CartesianPotentialFieldsController()
Definition CartesianPotentialFieldsController.cpp:6
base::samples::RigidBodyStateSE3 cartesian_control_output
Definition CartesianPotentialFieldsController.hpp:14
Base class for potential field controllers.
Definition PotentialFieldsController.hpp:12
Definition ContactsAccelerationConstraint.cpp:3