Kairos-Automotive / carla-brain

Autonomous Car System Integration Project on Udacity SDC ND
11 stars 10 forks source link

ROStest issue: test_twist_controller #90

Closed asimonov closed 7 years ago

asimonov commented 7 years ago

I see this in Travis:

[ROSTEST]-----------------------------------------------------------------------
[twist_controller.rosunit-test_twist_controller/test_notify][FAILURE]-----------
False
  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/capstone/ros/src/twist_controller/test/test_twist_controller.py", line 79, in test_notify
    self.assert_(self.success, str(self.success))
  File "/usr/lib/python2.7/unittest/case.py", line 422, in assertTrue
    raise self.failureException(msg)
asimonov commented 7 years ago

@avrabe , @vguerra May be you understand what it should do. I just cannot understand the test

vguerra commented 7 years ago

this test does not fail anymore ... solved in https://github.com/Kairos-Automotive/carla-brain/pull/94