Skip to content
Snippets Groups Projects
Commit ac9a5659 authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

TAG: Simulation working with IBVS (all kinton autonomy nodes). ROS node tag...

TAG: Simulation working with IBVS (all kinton autonomy nodes). ROS node tag v0.2. With weighted pseudo-inverse. No saturations. No secondary tasks.
parent 78fb8a6a
No related branches found
No related tags found
No related merge requests found
...@@ -360,8 +360,8 @@ void CQuadarm_Task_Priority_Ctrl::task_vs(MatrixXd& JVS,MatrixXd& JVS_pseudo,Mat ...@@ -360,8 +360,8 @@ void CQuadarm_Task_Priority_Ctrl::task_vs(MatrixXd& JVS,MatrixXd& JVS_pseudo,Mat
JVS = Jqa1; JVS = Jqa1;
// task jacobian pseudo inverse // task jacobian pseudo inverse
JVS_pseudo = calcPinv(Jqa1); //JVS_pseudo = calcPinv(Jqa1);
//JVS_pseudo = weight_jacvs_inverse(Jqa1); JVS_pseudo = weight_jacvs_inverse(Jqa1);
// task velocity vector // task velocity vector
sigmaVS = this->cam_vel_-Jqa2*this->ctrl_params_.v_rollpitch; sigmaVS = this->cam_vel_-Jqa2*this->ctrl_params_.v_rollpitch;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment