Replies: 1 comment 1 reply
-
with this setup you'd have to configure for a multi-group system. The error message tells us MotoROS (running on the YRC) is sending you multi-group messages, but The only on-line example we have of a multi-group system would be the SDA10 (dual arm robot). You'd need to create a version of config/sda10f_motion_interface.yaml for your setup (only two groups I assume based on your description), and create a version of The Creating a dual arm system tutorial on Edit: something like this for topic_list:
- name: r1_controller
ns: yrc1000
group: 0
joints: ['robot_joint_s', 'robot_joint_l', 'robot_joint_e', 'robot_joint_u', 'robot_joint_r', 'robot_joint_b', 'robot_joint_t']
- name: s1_controller
ns: yrc1000
group: 1
joints: ['ext_joint_1'] Note: I'm assuming your robot is setup as |
Beta Was this translation helpful? Give feedback.
-
Hi!
I am running
roslaunch motoman_gp8_support robot_interface_streaming_gp8.launch controller:=yrc1000 robot_ip:=192.168.255.2
,and I keep getting an error continously, namely
[ERROR] [1687786983.153289099]: Message callback for message type: 2017, not executed
.I found this discussion post #528, which seem to describe the same issue, but it does not really help me.
From this page, I've found that message of type 2017 tries to "get feedback position of multiple control-groups with a single message". What is the typical issue when this error occurs?
I am trying to run a Motoman GP8 and an external servo motor with YRC1000. I've installed the MotoROS server according to this tutorial.
Here is an example of a "Motoman Joint Feedback Extended" packet if it's helpful:
Motoman Joint Feedback Extended message from Wireshark
I would be thankful for help.
Beta Was this translation helpful? Give feedback.
All reactions