Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tugepaopaoo committed May 19, 2024
1 parent b96d564 commit 44e9c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plan_manage/include/se3gcopter/se3gcopter_cpu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ class MINCO_S3
h(2) += gAcc;
normalizeFDF(h, zB, dzB);
//Zb
czB << 0.0, zB(2), -zB(1);
czB << 0.0, zB(2), -zB(1); //zB向量的叉乘矩阵的,第一列
cdzB << Eigen::RowVector3d::Zero(), dzB.row(2), -dzB.row(1);
normalizeFDF(czB, yB, dnczB);
//Yb
Expand Down

0 comments on commit 44e9c4d

Please sign in to comment.