Skip to content
Snippets Groups Projects
Commit 1dd81f9c authored by asctec's avatar asctec
Browse files

moved back the eigen std stuff

parent 00e1f3b3
No related branches found
No related tags found
No related merge requests found
...@@ -375,8 +375,8 @@ void CQuadarm_Task_Priority_Ctrl::task_cog(MatrixXd& JG,MatrixXd& JG_pseudo,Matr ...@@ -375,8 +375,8 @@ void CQuadarm_Task_Priority_Ctrl::task_cog(MatrixXd& JG,MatrixXd& JG_pseudo,Matr
joint_pose.resize(this->arm_.nj); joint_pose.resize(this->arm_.nj);
// This should be done, otherwise an eigen assertion arises in the robot computer // This should be done, otherwise an eigen assertion arises in the robot computer
vector<Eigen::Matrix4d,Eigen::aligned_allocator<Eigen::Matrix4d> > Transf(this->arm_.nj); //vector<Eigen::Matrix4d,Eigen::aligned_allocator<Eigen::Matrix4d> > Transf(this->arm_.nj);
//vector<Matrix4d> Transf(this->arm_.nj); // Vector of HT of frames relative to each links vector<Matrix4d> Transf(this->arm_.nj); // Vector of HT of frames relative to each links
Transf.resize(this->arm_.nj); Transf.resize(this->arm_.nj);
// Eigen stuff // Eigen stuff
vector<MatrixXd> T_base_to_joint(this->arm_.nj+1); // Vector of HT of frame links relative to base vector<MatrixXd> T_base_to_joint(this->arm_.nj+1); // Vector of HT of frame links relative to base
......
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