-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NXO Client] Overridden getRTCList now simply calls a method from the parent class, HIRONX #239
[NXO Client] Overridden getRTCList now simply calls a method from the parent class, HIRONX #239
Conversation
This PR actually fixes a bug that we just found; currently there's no way for NXO to utilize |
There seems to be a temporary glitch on ROS buildfarm with some MoveIt! packages so that the test is failing on Travis. |
3dd0e2d
to
ffe0c8f
Compare
This PR seems to cause the following error.
|
ffe0c8f
to
b6453d5
Compare
Please review @k-okada Travis has been failing on unrelated tests. |
because of http://qiita.com/ynott/items/8acd03434569e23612f1 ? ◉ Kei Okada 2016-10-13 7:35 GMT+09:00 Isaac I.Y. Saito [email protected]:
|
Travis is failing at MoveIt! tests, which should be irrelevant with this PR. |
1 . did you run test code on you local machine? you can reproduce this error.
|
I have created fkanehiro/hrpsys-base#1048, but not ◉ Kei Okada 2016-10-15 11:31 GMT+09:00 Isaac I.Y. Saito [email protected]:
|
… parent class, HIRONX, to return the same RTCs and utilize whatever the logic defined.
b6453d5
to
f80d985
Compare
@k-okada thank you for taking a look. |
nice ,this seems better solution. |
If
is true, please consider reverting this, this causes the problem like #308 |
In order to return the same RTCs and utilize whatever the logic defined.
This PR is similar to #238 but the purpose is different.