File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ BOOST_AUTO_TEST_SUITE ( BOOST_TEST_MODULE )
33
33
BOOST_AUTO_TEST_CASE ( test_ForceSet )
34
34
{
35
35
using namespace se3 ;
36
- typedef Eigen::Matrix<double ,4 ,4 > Matrix4;
37
- typedef SE3::Matrix6 Matrix6;
38
- typedef SE3::Vector3 Vector3;
39
- typedef Force::Vector6 Vector6;
40
36
41
37
SE3 amb = SE3::Random ();
42
38
SE3 bmc = SE3::Random ();
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ void TestIntegrationJoint::operator()< JointModelComposite >(JointModelBase< Joi
145
145
jmodel.calc (jdata,q1);
146
146
SE3 M1 = jdata.M ;
147
147
148
- SE3 M1_exp = M0*exp6 (v0);
148
+ // SE3 M1_exp = M0*exp6(v0);
149
149
// The computations in JointModelComposite::calc() may be wrong, this results cannot be tested yet.
150
150
// BOOST_CHECK_MESSAGE(M1.isApprox(M1_exp), std::string("Error when integrating " + jmodel.shortname()));
151
151
}
You can’t perform that action at this time.
0 commit comments