Skip to content

Commit

Permalink
Update SE3TaskTest.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
xela-95 authored Oct 12, 2023
1 parent 78dc783 commit b239003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TSID/tests/SE3TaskTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ TEST_CASE("SE3 Task")
// set the velocity representation
REQUIRE(kinDyn->setFrameVelocityRepresentation(iDynTree::FrameVelocityRepresentation::MIXED_REPRESENTATION));

for (std::size_t numberOfJoints = 2; numberOfJoints < 10; numberOfJoints += 3)
for (std::size_t numberOfJoints = 6; numberOfJoints < 40; numberOfJoints += 15)
{
// create the model
const iDynTree::Model model = iDynTree::getRandomModel(numberOfJoints);
Expand Down

0 comments on commit b239003

Please sign in to comment.