Skip to content

Commit 5a8925d

Browse files
committed
Revert "Disable MPS tests, failing due to moveit#432"
This reverts commit 5382338.
1 parent 4aac679 commit 5a8925d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/python/test/rostest_mps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def test_fw_remove_object(self):
8181
s = self.task.solutions[0].toMsg()
8282
self.assertEqual(s.sub_trajectory[1].scene_diff.world.collision_objects[0].id, "box")
8383

84-
def DISABLED_test_bw_add_object(self):
84+
def test_bw_add_object(self):
8585
# add object to move_group's planning scene
8686
self.psi.add_box("block", make_pose(0.8, 0.55, 1.25), [0.2, 0.2, 0.2])
8787

@@ -104,7 +104,7 @@ def DISABLED_test_bw_add_object(self):
104104
objects = [o.id for o in s.sub_trajectory[1].scene_diff.world.collision_objects]
105105
self.assertTrue(objects == ["block", "box"])
106106

107-
def DISABLED_test_bw_remove_object(self):
107+
def test_bw_remove_object(self):
108108
mps = stages.ModifyPlanningScene("removeObject(box) backwards")
109109
mps.removeObject("box")
110110
self.task.insert(mps, 0)

0 commit comments

Comments
 (0)