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
when I run the program,It went wrong in code"group_num = groupSyncWrite(port_num, PROTOCOL_VERSION, ADDR_MX_GOAL_POSITION, LEN_POSITION);",
matlab show that it can't find the lib"groupSyncWrite" when execute the code:VALUE = calllib(lib_name, 'groupSyncWrite', group_num, protocol_version, start_address, data_length);
what should I do?
The text was updated successfully, but these errors were encountered:
Check the variables in the code whether you've really set the proper parameters corresponding to the config of DYNAMIXEL.
Unfortuanately, the issue section on the emanual may not be proper channel. I highly recommend visiting the community page, and discuss your issue with users. (Our technical experts are also actively playing around there)
when I run the program,It went wrong in code"group_num = groupSyncWrite(port_num, PROTOCOL_VERSION, ADDR_MX_GOAL_POSITION, LEN_POSITION);",
matlab show that it can't find the lib"groupSyncWrite" when execute the code:VALUE = calllib(lib_name, 'groupSyncWrite', group_num, protocol_version, start_address, data_length);
what should I do?
The text was updated successfully, but these errors were encountered: