constrained planning, robot segmentation
This commit is contained in:
@@ -130,7 +130,7 @@ def test_mpc_single(mpc_str, expected, request):
|
||||
if result.metrics.pose_error.item() < 0.05:
|
||||
converged = True
|
||||
break
|
||||
if tstep > 100:
|
||||
if tstep > 200:
|
||||
break
|
||||
assert converged == expected
|
||||
|
||||
|
||||
Reference in New Issue
Block a user