3.7.0 3.6.0 3.5.0 3.4.0 3.3.0 3.2.2 3.2.1 3.2.0 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish
3.7.0 3.6.0 3.5.0 3.4.0 3.3.0 3.2.2 3.2.1 3.2.0 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish

check_robot_fts()

Features

This is a command to check whether the robot is equipped with a force torque sensor.

Return

Value

Description

0

Success

Negative value

Error

Example

Python
if check_robot_fts() != True:
	movej([0, 0, 90, 0, 90, 0], 60, 30)
else:
	movej([0, 0, 0, 0, 0, 0], 60, 30)

Keyword

check_ / fts / check_robot / robot_fts