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
As reported by @jlaforga when the calibration tool averages a few raw values to obtain the one to be used for calibration, it averages one or more zeros.
As reported by @jlaforga when the calibration tool averages a few raw values to obtain the one to be used for calibration, it averages one or more zeros.
These zeros are there because the topic
/debug_etherCAT_data
used by (https://github.com/shadow-robot/sr-ros-interface-ethercat/blob/indigo-devel/sr_robot_lib/python_lib/sr_robot_lib/etherCAT_hand_lib.py) is published before filtering out the bad ethercat frames (full of 0's).The easiest way to fix this is to discard the zeros in the sr_gui_hand_calibration plugin itself.
The text was updated successfully, but these errors were encountered: