File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 2
2
PlanToConfigurationTest ,
3
3
PlanToConfigurationStraightLineTest ,
4
4
PlanToEndEffectorPoseTest ,
5
- PlanToEndEffectorOffsetTest
6
5
)
7
6
from methods .PlanToConfiguration import PlanToConfigurationTestCollisionTest
8
7
from planning_helpers import BasePlannerTest
11
10
from or_trajopt import TrajoptPlanner
12
11
13
12
class TrajoptPlannerTest (BasePlannerTest ,
14
- PlanToConfigurationTest ,
15
- PlanToEndEffectorPoseTest ,
16
- PlanToEndEffectorOffsetTest ,
17
- TestCase ):
13
+ PlanToConfigurationTest ,
14
+ PlanToConfigurationStraightLineTest ,
15
+ PlanToEndEffectorPoseTest ,
16
+ TestCase ):
18
17
planner_factory = TrajoptPlanner
19
18
20
19
def setUp (self ):
21
20
super (TrajoptPlannerTest , self ).setUp ()
22
-
Original file line number Diff line number Diff line change 6
6
# Disabled this test because it currently fails.
7
7
"""
8
8
class TsrTest(TestCase):
9
- """ Test cases for prpy .tsr .Tsr . """
10
9
def test_sample_xyzrpy(self):
11
10
# Test zero-intervals.
12
11
Bw = [[0., 0.], # X
You can’t perform that action at this time.
0 commit comments