-
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
Achieved double stage friction wheel shooting #155
Conversation
✅ Deploy Preview for rm-control-rm-controllers ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
我看好了,感觉没问题。 |
rm_shooter_controllers/include/rm_shooter_controllers/standard.h
Outdated
Show resolved
Hide resolved
改完记得测一下,单级双极都要测 |
现在pr的这个测过了,可以用,改完我再测一遍 |
ctrl_friction_l->joint_.getVelocity() <= M_PI) | ||
{ | ||
friction_left_rotate_state_ = false; | ||
break; |
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.
break应该可以不写
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.
这咋不改,这个标志位其实可以跟下面用同一个,然后再改一下变量名吧 @liyixin135
@1moule 单双级的仿真都跑过了 |
改完的点一下resolve,实车测一下 |
用hero测了双级,standard5测了单级,都可以用 |
No description provided.