Skip to content

Commit 3af5a20

Browse files
committed
[Test] Remove useless warnings
1 parent b67dc51 commit 3af5a20

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

unittest/constraint.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ BOOST_AUTO_TEST_SUITE ( BOOST_TEST_MODULE )
3333
BOOST_AUTO_TEST_CASE ( test_ForceSet )
3434
{
3535
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;
4036

4137
SE3 amb = SE3::Random();
4238
SE3 bmc = SE3::Random();

unittest/joint-configurations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ void TestIntegrationJoint::operator()< JointModelComposite >(JointModelBase< Joi
145145
jmodel.calc(jdata,q1);
146146
SE3 M1 = jdata.M;
147147

148-
SE3 M1_exp = M0*exp6(v0);
148+
// SE3 M1_exp = M0*exp6(v0);
149149
// The computations in JointModelComposite::calc() may be wrong, this results cannot be tested yet.
150150
// BOOST_CHECK_MESSAGE(M1.isApprox(M1_exp), std::string("Error when integrating " + jmodel.shortname()));
151151
}

0 commit comments

Comments
 (0)