Skip to content

Commit

Permalink
Fix unittest
Browse files Browse the repository at this point in the history
Return to initial pose after test
  • Loading branch information
rhaschke committed Jul 17, 2024
1 parent 4a7d8ad commit ffc38fb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ TEST_F(MoveGroupTestFixture, PathConstraintCollisionTest)

// clear path constraints
move_group_->clearPathConstraints();

// move back to ready pose
move_group_->setNamedTarget("ready");
planAndMove();
}

TEST_F(MoveGroupTestFixture, ModifyPlanningSceneAsyncInterfaces)
Expand Down

0 comments on commit ffc38fb

Please sign in to comment.