-
Notifications
You must be signed in to change notification settings - Fork 195
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
Running Single Group on Dual-Arm Setup (Point Streaming) #401
Comments
No need to only run one arm of a dual-arm setup. I have successfully edited the motoman driver such that a PointStreaming for a dual-arm setup is possible. |
@RoboRiz: apologies for our lack of response. For some reason this issue had completely escaped my attention.
interesting. Would you have those changes available somewhere? What were the main changes you had to make? |
Hi, would be interested in those edits as well. Would they also work on a manipulator-positioner multigroup setup? |
I have copied the edits into this rep https://github.com/RoboRiz/PS_Dual. The changes: In Line 372 , I assume for my use case, that the given In Line 499, I just create the Simple Message. Again, i assume that information about all groups is given, so there is no need for the select function. Groups/joints that are not supposed to move, are described with Zero Velocities and same Position. I guess, you can also keep track of this in the driver. One would need to keep track of all joint group values. In each callback only the desired jointPositions and velocties would be passed further. |
As far as i understood the driver, i guess this should work. It all comes down to create the simpleMessage properly. Please correct me, if I am wrong. |
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:
csda10f_motion_interface.yaml
andjoint_names_csda10f.yaml
in order to run a single-group robot streaming.The text was updated successfully, but these errors were encountered: