-
Notifications
You must be signed in to change notification settings - Fork 88
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
Update st, abc, el, and travis.sh to pass travis tests #903
Conversation
…ames and equation numbers.
…Y error checking and check base RPY error between reference and actual.
…e which does not pass samplerobot_auto_balancer.py test.
…tate().command instead of rtm.readDataPort of el joint angle output to keep thread safety.
Refer to this link for build results (access rights to CI server needed): Build Log
Test FAILed. |
…or limit checking after version '315.5.0'
Refer to this link for build results (access rights to CI server needed): Build Log
Test FAILed. |
変更内容についてのメモです。
|
確認できてtravisも通りましたので、mergeいただけますと助かります |
Update st, abc, el, and travis.sh to pass travis tests
@@ -180,7 +180,8 @@ case $TEST_PACKAGE in | |||
pkg=$TEST_PACKAGE | |||
sudo apt-get install -qq -y python-wstool ros-hydro-catkin ros-hydro-mk ros-hydro-rostest ros-hydro-rtmbuild ros-hydro-roslint > /dev/null | |||
|
|||
sudo apt-get install -qq -y ros-hydro-pcl-ros ros-hydro-moveit-commander ros-hydro-rqt-robot-dashboard > /dev/null | |||
# Add inputting of "N" for mongodb configuration during deb install reported in https://github.com/fkanehiro/hrpsys-base/pull/900#issuecomment-162392884 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
そうですね.
https://s3.amazonaws.com/archive.travis-ci.org/jobs/95277537/log.txt
mongo dbの部分は実行されてそうでした.
apt-get remove ではなくて,apt-get purgeにしたらいいんじゃないかと思う.
yes N ..
はいろいろ危険なきがする.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#906
で確認中です。
ところでこれはなぜ必要なんでしたっけ。
travisでpre installされて使われているmongodbと、他で使っている(今回はたmたまmoveit-commander)mongodbとでバージョンが違うのでしょうか。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On Mon, Dec 14, 2015 at 12:24 PM, Shunichi Nozawa notifications@github.com
wrote:
travisでpre
installされて使われているmongodbと、他で使っている(今回はたmたまmoveit-commander)mongodbとでバージョンが違うのでしょうか。
ああ,なるほど.そうかもしれないですね.
◉ Kei Okada
Changes Unknown when pulling 676bac4 on snozawa:update_st_abc_el into ** on fkanehiro:master**. |
travisのテストが通らないorとおりにくい箇所を直しました。
#900
を含んでいます。
travsiで確認中なので、まだマージしないようよろしくお願いいたします。