-
Notifications
You must be signed in to change notification settings - Fork 65
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
[WIP] Finalizing/Testing of TwistController features #51
Conversation
…llision with mild.dae.
…b_control into mesh_repr_of_registered_links
…than 255 that's why 2^16 had been chosen.
…ipa-fxm-cm/cob_control into test_of_features
…b_control into test_of_features
…ipa-fxm/cob_control into test_test_of_feature
…convertMoveLinRelToAbs method again (why removed?)
…tead of holdPosition action
…- Corrected pose update for self collision check frames. - Added new scripts.
- Moved scripts to subfolder test.
…:ipa-fxm-mb/cob_control into test_of_feature
# goal.move_lin.profile.profile.accl = 0.1 | ||
# goal.move_lin.profile.profile_type = Profile.SINOID | ||
|
||
if __name__ == '__main__': |
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.
Do we still use this script? Or is it superseded by those in cob_twist_controller/scripts/test
?
If it's not needed, I'd remove it...or at least split it maybe...
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.
Removed!
For enhancements/open issues regarding Same for enhancements of |
//} | ||
// | ||
//ht_.hold = abortion_counter_ >= max_abortions_; | ||
//publishTwist(period, !ht_.hold); // if not publishing then just update data! |
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.
What function does this code block belong to? Remove?
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.
Removed!
…roller features (4am-robotics#51). Renaming from frame_to_collision to link_to_collision.
…:ipa-fxm-mb/cob_control into test_of_feature
[WIP] Finalizing/Testing of TwistController features
This is a WIP/CodeReview PR that still needs some more tweaking. Do not merge yet!
(Mainly motivated by @ipa-fxm-mb finalizing his thesis soon)
Also, all remaining issues regarding package_xml_migration will be handled here for the following packages (as I keep merging back and forth all the time):
@ipa-fxm-mb FYI