Skip to content

Commit 89bc5a4

Browse files
author
Michael Koval
committed
Found initial conditions that work for Trajopt
1 parent 3b8b2b7 commit 89bc5a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/planning/planning_helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ class BasePlannerTest(object):
77

88
# Feasible start/goal pair.
99
config_feasible_start = numpy.array([
10-
+2.35061574, 0.61043555, 0.85000000, 1.80684444, -0.08639935,
11-
-0.69750474, 1.31656172
10+
-2.61799387, 0.66440338, 0.19853743, 2.00944286, -0.08639925,
11+
-0.69750467, 1.31656153
1212
])
1313
config_feasible_goal = numpy.array([
1414
-0.84085883, 1.44573701, 0.20000000, 1.72620231, -0.81124757,

0 commit comments

Comments
 (0)