File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -732,6 +732,7 @@ xArm-Python-SDK API Documentation (V1.16.0): class XArmAPI in module xarm.wrappe
732732> &ensp ;&ensp ;&ensp ;&ensp ; 2. the Six-axis Force Torque Sensor is required (the third party is not currently supported)
733733>
734734> : param is_raw: get the raw data or not.
735+ > &ensp ;&ensp ;&ensp ;&ensp ; 1. only available if firmware_version >= 2.6.109
735736> :return: tuple((code, exe_ft))
736737> &ensp ;&ensp ;&ensp ;&ensp ; code: See the [ API Code Documentation] ( ./xarm_api_code.md#api-code ) for details.
737738> &ensp ;&ensp ;&ensp ;&ensp ; ft_data: only when code is 0, the returned result is correct.
Original file line number Diff line number Diff line change @@ -3365,6 +3365,7 @@ def get_ft_sensor_data(self, is_raw=False):
33653365 2. the Six-axis Force Torque Sensor is required (the third party is not currently supported)
33663366
33673367 :param is_raw: get the raw data or not.
3368+ 1. only available if firmware_version >= 2.6.109
33683369 :return: tuple((code, exe_ft))
33693370 code: See the [API Code Documentation](./xarm_api_code.md#api-code) for details.
33703371 ft_data: only when code is 0, the returned result is correct.
You can’t perform that action at this time.
0 commit comments