Hello everyone.
I am running a dual-arm CSDA10F setup with the FS100 controllers and the configurations of #259.
Currently, I am planning to run some jogging applications on that robot using #215. I am already aware, that this is only applicable on the single robot arms, since for a dual-arm setup, this would need to be implemented for motoman_msgs/DynamicJointTrajectory message.
Since a single arm jogging movement would be fine for me now, I wonder if it is possible to run a dual-arm setup with only one specific group using the usual trajectory_msgs/JointTrajectory?
This way, I hope to bypass the implementation of #215 for the motoman_msgs/DynamicJointTrajectory, since I don't really know if this is a matter of "copy and pasting" more or less.
Already tried:
- Modifying the
csda10f_motion_interface.yaml and joint_names_csda10f.yaml in order to run a single-group robot streaming.
Hello everyone.
I am running a dual-arm CSDA10F setup with the FS100 controllers and the configurations of #259.
Currently, I am planning to run some jogging applications on that robot using #215. I am already aware, that this is only applicable on the single robot arms, since for a dual-arm setup, this would need to be implemented for
motoman_msgs/DynamicJointTrajectorymessage.Since a single arm jogging movement would be fine for me now, I wonder if it is possible to run a dual-arm setup with only one specific group using the usual
trajectory_msgs/JointTrajectory?This way, I hope to bypass the implementation of #215 for the
motoman_msgs/DynamicJointTrajectory, since I don't really know if this is a matter of "copy and pasting" more or less.Already tried:
csda10f_motion_interface.yamlandjoint_names_csda10f.yamlin order to run a single-group robot streaming.