-
Notifications
You must be signed in to change notification settings - Fork 52
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
pythonスクリプトから簡単に動かしたい #340
Comments
rosrun hrpsys_tools hrpsys_tools_config.py いずれにせよ,importの順番などわかりにくいところがあるので,なにか共通のプログラムを使うのがいいですよね. https://code.google.com/p/hrpsys-base/source/browse/trunk/python/hrpsys_config.py |
#345 で hrpsys_tool_config.pyにインタラクティブモードを追加しました.
で期待していることが出来ると思います.hrpsys-baseのhttps://code.google.com/p/hrpsys-base/source/detail?r=1008 の変更が反映されている必要があります. 使ってみてフィードバックをお願いします. |
close if this is ok |
git-svn-id: https://hrpsys-base.googlecode.com/svn/tags/315.1.8@1006 a991ac11-fb38-5095-8c12-a1ddb0715245
+1 I'm willing to test |
追加していただいたインタラクティブモード、とても重要な機能ですが、 なぜかをよくよく考えると、使っているロボットのシミュレーション環境ではgetRTCListがちがっていて、 hrpsys_tools_config.pyのmainの中にかいてあるような引数のパースなどを、 |
ちなみに、hironxはどうしてますか? |
For your guess is right; hiro's program interface extends |
+1 I actually realized that I don't know how I can integrate @k-okada I might be misunderstanding something but can I ask what is the intended usecase for |
instead of every one start writing they own "small python code just for now..." as |
I think adding argument parsing in but since I have very poor python knowledge and experience so I do not undersntand what is doing around https://github.com/start-jsk/rtmros_common/pull/345/files#diff-2a584a188be430268e2456bda54bddd8R44 and not sure at all. So in order to test and get feedback if you dont have your own client for your robot, please run ./hrpsys_tools_config.py and this loads stableRTC, it will be ok for most of your work and if you'd like to configure your own RTC, use findRTC() manually. |
git-svn-id: http://hrpsys-base.googlecode.com/svn/tags/315.1.8@1006 a991ac11-fb38-5095-8c12-a1ddb0715245
python scriptから動かすときに最も短く書いてみたのが以下なのですが、
もっと短くできるでしょうか? または他にいい方法がありますか?
The text was updated successfully, but these errors were encountered: