Closed bendnorman closed 6 years ago
Hi @bendnorman
As of right now, Machina doesn't do Forward/Inverse Kinematics checks, and therefore, is not able to prevent the user from trying motion that is dangerous/unreachable for the robot. Moving to (30,0,0)
would mean the robot hitting against its own base, and the controller will raise an error if you do.
Try two things:
Start the robot in RS from a not-close-to-singularity position, i.e. jog it somewhere where joint angles are not all zeroes.
Move somewhere where the robot can reach at no problem. For example, for an IRB 120, try moving to (300, 300, 400)
for example ;)
Hey There!
I have successfully built the sample projects and connected to the robot in the C# interactive shell. However, when I call
bot.MoveTo(30, 0, 0);
(or with any other coordinates) I either get aClose to Singularity
error in RobotStudio or the Robot does not move at all. Any thoughts? This is the messageMoveTo
returns:Thanks