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
Publishing gripper commands at ~100Hz causes noticeable (~1s) lag for the arm and grippers.
Publishing gripper commands at ~10Hz does not cause the arm to lag, but causes the gripper to jitter.
In LCMRobotInterface.java currently when a gripper command is received it is immediately executed.
The gripper command structure should follow the rest of the arm structure, where commands are stored and periodically executed.
While the arm period is 10ms, the gripper period should be much lower, ~200ms=5Hz.
The text was updated successfully, but these errors were encountered:
Publishing gripper commands at ~100Hz causes noticeable (~1s) lag for the arm and grippers.
Publishing gripper commands at ~10Hz does not cause the arm to lag, but causes the gripper to jitter.
In
LCMRobotInterface.java
currently when a gripper command is received it is immediately executed.The gripper command structure should follow the rest of the arm structure, where commands are stored and periodically executed.
While the arm period is 10ms, the gripper period should be much lower, ~200ms=5Hz.
The text was updated successfully, but these errors were encountered: