HeJian0515

Results 1 issues of HeJian0515

```cpp auto g1 = std::make_shared(1, 2, 3); auto t1 = fcl::Transform3f::Identity(); auto o1 = new fcl::CollisionObjectf(g1, t1); auto t1_final = fcl::Transform3f::Identity(); t1_final.translation() = fcl::Vector3f(1, 0, 0); auto g2 = std::make_shared(1,...