Skip to content
  • Thomas PEYRUCAIN's avatar
    Update tasks.cpp · 70248f40
    Thomas PEYRUCAIN authored
    Try to fix this warning:
    tsid/tests/tasks.cpp: In member function ‘void tasksTest::test_task_joint_bounds::test_method()’: /home/rascof/tsid/tests/tasks.cpp:312:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] BOOST_CHECK(constraint.rows()==robot.nv()); ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ tsid/tests/tasks.cpp: In member function ‘void tasksTest::test_task_joint_posVelAcc_bounds::test_method()’: tsid/tests/tasks.cpp:364:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] BOOST_CHECK(constraint.rows()==robot.na()); ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
    70248f40