-
Notifications
You must be signed in to change notification settings - Fork 64
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
[cob_cartesian_controller] Re-work/fix cob_cartesian_controller #52
Comments
-Restructured profile_generator with factory builder approach ToDo: |
I extracted everything related to additional/new Cartesian motion primitives to a new issue https://github.com/ipa320/cob_control/issues/69. |
Current progress is reviewed in fmessmer#9 |
I extracted everything related to re-working the action interfaces and abortion criteria to a new issue #75. |
Fixed in #74 (after the latest changes from my All the other open bullets are minor, mostly done, not relevant anymore or to be marked as wontfix. |
How can we guarantee that the end-effector is at the correct starting pose for a given Cartesian motion?
|
ToDo's:
review, verify and re-structure profile_generator library (unification of sinoid/ramp for linear/circular, use design pattern)Finalized cob_cartesian_controller #74better Action interface for cob_cartesian_controller (e.g. separate MoveLin and MoveCirc actions?)[cob_cartesian_controller] Re-work ActionInterface and abortian criteria #75more Cartesian trajectories (e.g. 3-point MoveCirc)[cob_cartesian_controller] Additional Cartesian motion primitives/actions #69more Cartesian trajectories (e.g. list of waypoints)[cob_cartesian_controller] Additional Cartesian motion primitives/actions #69trajectory blending[cob_cartesian_controller] Additional Cartesian motion primitives/actions #69finalize/unify Python interface ([cob_cartesian_controller] Re-work ActionInterface and abortian criteria #75simple_cartesian_interface
)use Action interface of[cob_cartesian_controller] Re-work ActionInterface and abortian criteria #75cob_frame_tracker
rather than Service interfacerework/improve safety-/abortion-/hold_twist criteria (remove from[cob_cartesian_controller] Re-work ActionInterface and abortian criteria #75cob_cartesian_controller
, improve incob_frame_tracker
)cob_frame_tracker
or incoming intocob_twist_controller
finallyFinalized cob_cartesian_controller #74roslint
the package (http://wiki.ros.org/roslint)together with @ipa-fxm-cm
The text was updated successfully, but these errors were encountered: