We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6e69a commit 20909d6Copy full SHA for 20909d6
tests/planning/test_TrajoptPlanner.py
@@ -2,10 +2,8 @@
2
PlanToConfigurationTest,
3
PlanToConfigurationStraightLineTest,
4
PlanToEndEffectorPoseTest,
5
- PlanToEndEffectorOffsetTest
6
)
7
from methods.PlanToConfiguration import PlanToConfigurationTestCollisionTest
8
-from methods.PlanToEndEffectorOffset import PlanToEndEffectorOffsetCollisionTest
9
from planning_helpers import BasePlannerTest
10
from unittest import TestCase
11
from or_trajopt import TrajoptPlanner
@@ -14,8 +12,6 @@
14
12
class TrajoptPlannerTest(BasePlannerTest,
15
13
16
17
- PlanToEndEffectorOffsetTest,
18
- PlanToEndEffectorOffsetCollisionTest,
19
PlanToConfigurationTestCollisionTest,
20
TestCase):
21
planner_factory = TrajoptPlanner
0 commit comments