Skip to content
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 joint velocity limitation in SoftErrorLimiter #459

Merged
merged 4 commits into from
Jan 29, 2015

Conversation

snozawa
Copy link
Contributor

@snozawa snozawa commented Jan 28, 2015

現行のStableRTCで関節速度が過大になるときにリミットするものがなかったので、
SoftErrorLimiterにlvlimit, uvlimitに応じて関節速度を制限する部分を追加しました。
また、リミット部分が多くなったのでコメント追加等更新をしました。

速度制限はqRef自体のフィードフォワードな制限ということで、ビープ音はposition limitの音と同じにしました。
position limitと速度制限とで別な音にしてもよかったですが、これとは別にcollision detectorでも音を鳴らしたく、速度制限自体を他特別できる音をださなくても良いかと思いました。

マージの際は
#457
のマージ後に本PRのマージをしていただけますと幸いです。

よろしくお願いいたします。

@k-okada
Copy link
Contributor

k-okada commented Jan 28, 2015

Refer to this link for build results (access rights to CI server needed):
http:https://jenkins.jsk.imi.i.u-tokyo.ac.jp:8080/job/hrpsys-qnx/1736/
Test PASSed.

fkanehiro added a commit that referenced this pull request Jan 29, 2015
Add joint velocity limitation in SoftErrorLimiter
@fkanehiro fkanehiro merged commit a36c349 into fkanehiro:master Jan 29, 2015
@snozawa snozawa deleted the add_vel_limit branch January 29, 2015 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants