Closed bharathrajad closed 4 months ago
Setting tool coordintes through python sdk solved it. thanks for the support team.
from fairino import Robot
import time
# A connection is established with the robot controller. A successful connection returns a robot object
robot = Robot.RPC('192.168.58.2')
t_coord = [1.0, 2.0, 3.0, 4.0, 5.0, 6.0]
error = robot.SetToolCoord(6, t_coord, 0, 0)
print("Set Tool Coordinate System", error)
After changing tool coordinates, i renamed "toolcoord3" to "wenglor" sensor name. when using the python sdk and sending command to move to specifc point , i am getting "Joint command point error".
When the default toolcoord0 is used, I am not getting any error message for the given point. And also in GUI it is working good for custom tool coordinate, but from python SDK it is not working. attaching screenshots.