-
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
add method for setInterpolationMode #1012
Conversation
Refer to this link for build results (access rights to CI server needed): |
def setInterpolationMode(self, mode): | ||
'''!@brief | ||
set interpolation mode. | ||
@param i_mode_ new interpolation mode |
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.
取り得る値は何でしょうか.
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.
+1 rtmros だと IDL の操作 (日本語合ってますか?) は rosservice でできるというのを最近教えて頂き,それは便利かつ綺麗だなあと思っていたんですが,hrpsys python 単独でも IDL 操作ができるのは多分有難いユーザが居る気がします. 1点,無知を承知ですが,setInterpolation というのは set linear interpolation の意味で合ってるでしょうか?それで正しければ,IDL 等関数名は今更変えないとして,今後のコメント・ドキュメントにはそう書いた方が,色んなレベルのユーザに親切とおもいます. |
set interpolation mode で,これを引数によって,linear あるいは hoffarbib (min jerk ◉ Kei Okada 2016-06-17 13:28 GMT+09:00 Isaac I.Y. Saito [email protected]:
|
説明ありがとうございます.私の意図は,関数のコメントにそのボリュームの説明が欲しい/或いはどこかにまとまった説明があるならせめてそこへのリンクを関数のコメントに書きたい,とうことでした (HiroNXO に関しては関数の使い方を調べてチケット/PR や上流のコードに辿り着く方は,あくまで知る限りですが2,3人です).私が書くのならやります. |
コメント追加していただくのはwelcomeです. ◉ Kei Okada 2016-06-17 13:57 GMT+09:00 Isaac I.Y. Saito [email protected]:
|
you can change interpolation mode by
for full test
and run
and you can get
with a command like