test_hironx_rtc_on_off.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*-
3 
4 from test_hironx import *
5 
7 
8  def test_rtc_on_off(self):
9  self.assertTrue(['co', "CollisionDetector"] in self.robot.getRTCList())
10  self.assertFalse(['sc', "ServoController"] in self.robot.getRTCList())
11  self.assertTrue(['log', "DataLogger"] in self.robot.getRTCList())
12 
13 
14 if __name__ == '__main__':
15  import rostest
16  rostest.rosrun(PKG, 'test_hironx_rtc_on_off', TestHironxRtcOnOff)
def assertTrue(self, a)
Definition: test_hironx.py:226


hironx_ros_bridge
Author(s): Kei Okada , Isaac I.Y. Saito
autogenerated on Thu May 14 2020 03:52:05