Skip to content

Commit 20909d6

Browse files
author
Gilwoo Lee
committed
Removed PlanToEndEffectorOffsetTest from TrajoptPlannerTest.
1 parent 9c6e69a commit 20909d6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/planning/test_TrajoptPlanner.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
PlanToConfigurationTest,
33
PlanToConfigurationStraightLineTest,
44
PlanToEndEffectorPoseTest,
5-
PlanToEndEffectorOffsetTest
65
)
76
from methods.PlanToConfiguration import PlanToConfigurationTestCollisionTest
8-
from methods.PlanToEndEffectorOffset import PlanToEndEffectorOffsetCollisionTest
97
from planning_helpers import BasePlannerTest
108
from unittest import TestCase
119
from or_trajopt import TrajoptPlanner
@@ -14,8 +12,6 @@
1412
class TrajoptPlannerTest(BasePlannerTest,
1513
PlanToConfigurationTest,
1614
PlanToEndEffectorPoseTest,
17-
PlanToEndEffectorOffsetTest,
18-
PlanToEndEffectorOffsetCollisionTest,
1915
PlanToConfigurationTestCollisionTest,
2016
TestCase):
2117
planner_factory = TrajoptPlanner

0 commit comments

Comments
 (0)