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

How to correctly setup targets?

#15
(07-31-2022, 07:54 AM)Albert Wrote:Yes, you can recalculate the target joints by first making the target a Cartesian target, let RoboDK recalculate the joints and then change it to a Joint Target.

This example shows the concept:
Code:
target.setAsCartesianTarget()
target.setPose(new_pose)
target.setParam("Recalculate")
target.setAsJointTarget()
new_joints = target.Joints()

This is wonderful! Thank you so much Albert!


Messages In This Thread
How to correctly setup targets? - byNox- 11-13-2019, 02:28 PM
RE: How to correctly setup targets? - byAlbert- 11-13-2019, 03:01 PM
RE: How to correctly setup targets? - byNox- 11-14-2019, 07:48 AM
RE: How to correctly setup targets? - byAlbert- 11-18-2019, 12:42 PM
RE: How to correctly setup targets? - byJeremy- 10-13-2020, 02:08 PM
RE: How to correctly setup targets? - byJeremy- 10-15-2020, 12:57 PM
RE: How to correctly setup targets? - byJeremy- 10-16-2020, 01:59 PM
RE: How to correctly setup targets? - bysancelot- 10-29-2020, 08:59 AM
RE: How to correctly setup targets? - byAlbert- 10-30-2020, 01:35 PM
RE: How to correctly setup targets? - byAlbert- 07-31-2022, 07:54 AM
RE: How to correctly setup targets? - bySamuelEStreamline- 08-02-2022, 04:20 PM



Users browsing this thread:
1 Guest(s)