Inquiry: how to setup different groups to control some joints seperetly? #76
Unanswered
damoclesFabi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for the amazing work you have put into the package!
Am wondering about how would one go about creating a move group that only contains the gripper? I have attempted to do so manually by editing the
alpha.srdf.xacro
,moveit_controllers.yaml
,alpha_controllers.yaml
, andalpha.launch.py
to have another controller manager running for two groups, one group has all joints except foraxis_a
(the gripper), and the other is the opposite (i.e. onlyaxis_a
).When not using hardware, the
mock_components/GenericSystem
plugin works well and planning within both groups is a success, but when using a real hardware setup it fails and I believe it might be because of theros2_control
tag in thealpha.ros2_control.xacro
file since the hardware driver written in C++ expects all joints at once through the controller as evident by the error:Your guidance in the matter is highly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions