-
Notifications
You must be signed in to change notification settings - Fork 61
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
[hrpsys_ros_bridge_tutorials/launch] fix hironx model path #559
base: master
Are you sure you want to change the base?
Conversation
ありがとう,
roslaunch_add_file_checkをいれたら,
catkin run_tests
でこのバグを発見できるか調べてみてくれると嬉しいです.
k-okada/khi_robot@4f62506#diff-dc1778e17df9710111e3f74cd5cd645bR18
--
◉ Kei Okada
2019年4月12日(金) 1:28 Ryo KOYAMA <notifications@github.com>:
… ご無沙汰しております。
ロボットモデルの管理について、認識が誤っているかもしれないので、内容をご確認ください。
ros kinetic環境で、hrpsys_ros_bridge_tutorials, hironx_ros_bridgeをビルドしたところ、
hironxのモデルのパスがずれていたので修正しました。
1.
collada_robotsパッケージはopenrave_planningの中にあり、
hironxを使用する上で必ずしも必要ないと思うので、
hironx_ros_bridgeのモデルを読むようにしました。
2.
また、私の環境では、hrpsys_ros_bridge_tutorials/models以下に
kawada-hironx.xml等が生成されることはなかったので、
hironx_ros_bridgeに読みに行くよう修正したのですが、
hrpsys_ros_bridge_tutorials/modelsに同xmlが生成される方が正しい挙動でしょうか?
どうぞよろしくお願いいたします。
------------------------------
You can view, comment on, or merge this pull request online at:
#559
Commit Summary
- [hrpsys_ros_bridge_tutorials/launch] fix hironx model path
File Changes
- *M* hrpsys_ros_bridge_tutorials/launch/hironx_ros_bridge.launch
<https://github.com/start-jsk/rtmros_tutorials/pull/559/files#diff-0>
(4)
- *M* hrpsys_ros_bridge_tutorials/launch/hironx_startup.launch
<https://github.com/start-jsk/rtmros_tutorials/pull/559/files#diff-1>
(6)
Patch Links:
- https://github.com/start-jsk/rtmros_tutorials/pull/559.patch
- https://github.com/start-jsk/rtmros_tutorials/pull/559.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#559>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAeG3FDm_qgWlRDml2PuJZUX7FQMUqa5ks5vf2KzgaJpZM4cqBRi>
.
|
補足ですが、JSKのHiroは現在、これらのlaunchを使わず、 |
@pazeshun さん、ありがとうございます。
助かります。 |
この点については、とりあえず、 if(CATKIN_ENABLE_TESTING)
find_package(catkin REQUIRED COMPONENTS rostest roslaunch)
message(status "Testing ${PROJECT_SOURCE_DIR}/launch/hironx.launch")
roslaunch_add_file_check(${PROJECT_SOURCE_DIR}/launch/hironx.launch)
endif() を追加して、
を実行すると、以下の出力を得ました。
という表示が出ている一方で、
|
ご無沙汰しております。
ロボットモデルの管理について、認識が誤っているかもしれないので、内容をご確認ください。
ros kinetic環境で、hrpsys_ros_bridge_tutorials, hironx_ros_bridgeをビルドしたところ、
hironxのモデルのパスがずれていたので修正しました。
collada_robotsパッケージはopenrave_planningの中にあり、
hironxを使用する上で必ずしも必要ないと思うので、
hironx_ros_bridgeのモデルを読むようにしました。
また、私の環境では、hrpsys_ros_bridge_tutorials/models以下に
kawada-hironx.xml等が生成されることはなかったので、
hironx_ros_bridgeに読みに行くよう修正したのですが、
hrpsys_ros_bridge_tutorials/modelsに同xmlが生成される方が正しい挙動でしょうか?
どうぞよろしくお願いいたします。