You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a bit late here, any news about this issue?
I would advise to activate the DEBUG output so that we have more information about bus-level communications, they could be the bottleneck.
Hi,
My setup has 18 AX-12 on the same bus. As shown on the log file, the "Instantiating controller on" step took more than 16 seconds to finish:
Here is my configuration file. Any idea what is causing this slow down?
{ "controllers": { "dxl_controller_0": { "sync_read": false, "attached_motors": [ "motor_1", "motor_2", "motor_3", "motor_4", "motor_5", "motor_6", "motor_7", "motor_8", "motor_9", "motor_10", "motor_11", "motor_12", "motor_13", "motor_14", "motor_15", "motor_16", "motor_17", "motor_18" ], "port": "auto" } }, "motorgroups": { "leg1": [ "motor_8", "motor_10", "motor_12" ], "leg2": [ "motor_14", "motor_16", "motor_18" ], "leg3": [ "motor_13", "motor_15", "motor_17" ], "leg4": [ "motor_7", "motor_9", "motor_11" ], "leg5": [ "motor_1", "motor_3", "motor_5" ], "leg6": [ "motor_2", "motor_4", "motor_6" ] }, "motors": { "motor_9": { "orientation": "direct", "type": "AX-12", "id": 9, "angle_limit": [ -89.0, 101.0 ], "offset": 0.0 }, "motor_11": { "orientation": "direct", "type": "AX-12", "id": 11, "angle_limit": [ -80, 150 ], "offset": 0.0 }, "motor_7": { "orientation": "direct", "type": "AX-12", "id": 7, "angle_limit": [ -101, 101 ], "offset": 0.0 }, "motor_1": { "orientation": "direct", "type": "AX-12", "id": 1, "angle_limit": [ -100, 0 ], "offset": 0.0 }, "motor_5": { "orientation": "direct", "type": "AX-12", "id": 5, "angle_limit": [ -80, 150 ], "offset": 0.0 }, "motor_3": { "orientation": "direct", "type": "AX-12", "id": 3, "angle_limit": [ -89.0, 101.0 ], "offset": 0.0 }, "motor_8": { "orientation": "direct", "type": "AX-12", "id": 8, "angle_limit": [ -101.0, 101.0 ], "offset": 0.0 }, "motor_12": { "orientation": "direct", "type": "AX-12", "id": 12, "angle_limit": [ -80.0, 150.0 ], "offset": 0.0 }, "motor_10": { "orientation": "direct", "type": "AX-12", "id": 10, "angle_limit": [ -89.0, 101.0 ], "offset": 0.0 }, "motor_2": { "orientation": "direct", "type": "AX-12", "id": 2, "angle_limit": [ 0, 100 ], "offset": 0.0 }, "motor_4": { "orientation": "direct", "type": "AX-12", "id": 4, "angle_limit": [ -89.0, 101.0 ], "offset": 0.0 }, "motor_15": { "orientation": "direct", "type": "AX-12", "id": 15, "angle_limit": [ -89.0, 101.0 ], "offset": 0.0 }, "motor_17": { "orientation": "direct", "type": "AX-12", "id": 17, "angle_limit": [ -80, 150 ], "offset": 0.0 }, "motor_14": { "orientation": "direct", "type": "AX-12", "id": 14, "angle_limit": [ -100, 0 ], "offset": 0.0 }, "motor_16": { "orientation": "direct", "type": "AX-12", "id": 16, "angle_limit": [ -89.0, 101.0 ], "offset": 0.0 }, "motor_18": { "orientation": "direct", "type": "AX-12", "id": 18, "angle_limit": [ -80, 150 ], "offset": 0.0 }, "motor_13": { "orientation": "direct", "type": "AX-12", "id": 13, "angle_limit": [ 0, 100 ], "offset": 0.0 }, "motor_6": { "orientation": "direct", "type": "AX-12", "id": 6, "angle_limit": [ -80, 150 ], "offset": 0.0 } } }
The text was updated successfully, but these errors were encountered: