Skip to content

Commit

Permalink
[hironx_ros_bridge] Add test to check if CollisionDetector is disable…
Browse files Browse the repository at this point in the history
…d with default conf
  • Loading branch information
pazeshun committed Nov 23, 2019
1 parent 8e70939 commit 6200d69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hironx_ros_bridge/test/test_hironx_fullbody.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

class TestHiroFullbody(TestHiro):

def test_collision_detector_disabled(self):
self.assertFalse(['co', "CollisionDetector"] in self.robot.getRTCList())

def fullbody_init (self):
self.filenames = []
self.robot.seq_svc.removeJointGroup("larm")
Expand Down

0 comments on commit 6200d69

Please sign in to comment.