AUV-Coop-Assembly
Master Thesis for Robotics Engineering. Cooperative peg-in-hole assembly with two underwater vehicles guided by vision
|
The CollisionPropagator class It is used to propagate a force suffered by the tip (where the passed jacob world_J_veh_tip and trasf matrix wTpegtip point) to the whole arm, providing the resultant joint velocities. These velocities act as a "disturb" so they must be added to the control vector output of the tpik procedure. More...
#include <collisionPropagator.h>
The CollisionPropagator class It is used to propagate a force suffered by the tip (where the passed jacob world_J_veh_tip and trasf matrix wTpegtip point) to the whole arm, providing the resultant joint velocities. These velocities act as a "disturb" so they must be added to the control vector output of the tpik procedure.
Class with only static method, so no costructor is callable. In practice this is used as namespace, but used the class so private method can be here
Definition at line 20 of file collisionPropagator.h.