AUV-Coop-Assembly
Master Thesis for Robotics Engineering. Cooperative peg-in-hole assembly with two underwater vehicles guided by vision
|
The WorldInterface class to get position from world to anything else. More...
#include <worldInterface.h>
Public Member Functions | |
WorldInterface (std::string callerName) | |
WorldInterface. More... | |
int | waitReady (std::string objName) |
int | waitReady (std::string firstFrame, std::string secondFrame) |
int | getwT (Eigen::Matrix4d *wTobj, std::string objName) |
int | getT (Eigen::Matrix4d *xTx_eigen, std::string firstFrame, std::string secondFrame) |
int | getwPos (Eigen::Vector3d *pos, std::string robotName) |
The WorldInterface class to get position from world to anything else.
Definition at line 15 of file worldInterface.h.
WorldInterface::WorldInterface | ( | std::string | callerName | ) |