A chainable controller that converts thrust from Cartesian space to thruster space. This is calculated by taking the pseudoinverse of the user-provided thruster allocation matrix (TAM) and multiplying it by the reference forces: pinv(TAM) x input.
thruster_allocation_matrix_controller/ThrusterAllocationMatrixController
The input to this controller is a wrench with force components Fx, Fy, Fz and torque components Trx, Try, Trz in N and Nm, respectively.
The output of this controller is an N-dimensional vector whose elements represent the thrust associated with each thruster defined in the TAM.
- thruster_allocation_matrix_controller/reference [geometry_msgs::msg::Wrench]
- thruster_allocation_matrix_controller/status [auv_control_msgs::msg::MultiActuatorStateStamped]