Skip to content

Commit b79d4c9

Browse files
author
Michael Koval
committed
Added PlanToConfiguration tests for Trajopt.
1 parent 89bc5a4 commit b79d4c9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/planning/test_TrajoptPlanner.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
PlanToConfigurationStraightLineTest,
44
PlanToEndEffectorPoseTest,
55
)
6-
from methods.PlanToConfiguration import PlanToConfigurationTestCollisionTest
6+
from methods.PlanToConfiguration import (
7+
PlanToConfigurationTestCollisionTest,
8+
PlanToConfigurationCompleteTest,
9+
)
710
from planning_helpers import BasePlannerTest
811
from unittest import TestCase
912
from or_trajopt import TrajoptPlanner
@@ -12,7 +15,9 @@
1215
class TrajoptPlannerTest(BasePlannerTest,
1316
PlanToConfigurationTest,
1417
PlanToEndEffectorPoseTest,
18+
PlanToConfigurationCompleteTest,
1519
PlanToConfigurationTestCollisionTest,
20+
PlanToConfigurationStraightLineTest,
1621
TestCase):
1722
planner_factory = TrajoptPlanner
1823

0 commit comments

Comments
 (0)