Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Api c# Point Follow Project

#4
Hi Amartinmertres,

According to the documentation, MoveJ and MoveL accept 3 types of positional information.//m.sinclairbody.com/doc/en/PythonAPI/robo...Item.MoveL
1 - A target
2 - List of joints
3 - 4X4 matrix

So something like
prog.MoveL(Pose) should be enough. No need to create the target itself.

According to this example (//m.sinclairbody.com/doc/en/PythonAPI/exam...structions), you can feed that information directly to the Move in your program.

Code:
elif instruction_dict['Type'] == INS_TYPE_MOVE:
print("Move instruction: use setInstruction to modify target")
#ins_name, ins_type, move_type, isjointtarget, pose, joints = prog.Instruction(ins_id)
#prog.setInstruction(ins_id, ins_name, ins_type, move_type, isjointtarget, pose, joints)
Find useful information about RoboDK and its features by visiting ourOnline Documentationand by watching tutorials on ourYoutube Channel.




Messages In This Thread
Api c# Point Follow Project - byamartinmestres- 03-11-2021, 09:02 PM
RE: Api c# Point Follow Project - byJeremy- 03-15-2021, 07:04 PM
RE: Api c# Point Follow Project - byJeremy- 03-15-2021, 07:49 PM
RE: Api c# Point Follow Project - byJeremy- 03-15-2021, 08:57 PM



Users browsing this thread:
1 Guest(s)