Skip to content

Commit f035960

Browse files
committed
Change parameters of movep test to make it work on a ur20
1 parent cf2a8f6 commit f035960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_instruction_executor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ TEST_F(InstructionExecutorTest, movep_succeeds)
368368
// move to a feasible starting pose
369369
ASSERT_TRUE(executor_->moveJ({ -1.57, -1.6, 1.6, -0.7, 0.7, 0.2 }));
370370

371-
ASSERT_TRUE(executor_->moveP({ -0.203, 0.263, 0.559, 0.68, -1.083, -2.076 }, 2.0, 2.0));
371+
ASSERT_TRUE(executor_->moveP({ -0.203, 0.363, 0.759, 0.68, -1.083, -2.076 }, 1.0, 1.0));
372372
}
373373

374374
TEST_F(InstructionExecutorTest, movec_succeeds)

0 commit comments

Comments
 (0)