Skip to content
Snippets Groups Projects
Commit 8305c0a4 authored by Leon's avatar Leon
Browse files

Update sync_read_write.c

parent c9cea5cc
No related branches found
No related tags found
No related merge requests found
......@@ -174,15 +174,6 @@ int main()
return 0;
}
GroupSyncRead_RemoveParam(groupread_num, DXL1_ID);
dxl_addparam_result = GroupSyncRead_AddParam(groupread_num, DXL1_ID);
if (dxl_addparam_result != true)
{
fprintf(stderr, "[ID:%03d] groupSyncRead addparam failed", DXL1_ID);
return 0;
}
// Add parameter storage for Dynamixel#2 present position value
dxl_addparam_result = GroupSyncRead_AddParam(groupread_num, DXL2_ID);
if (dxl_addparam_result != true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment