Hi,
I got a model that a robot load flow items from 1 queue and delivery to 16 processors around him.
But I need to do step by step by coding, so I need the command that moves the robot from home to load position in a specific time (but doesn't load the unit, just move to the queue location, just kinematics).
Since the kinematics already exist, do I need to use the addkinematics()? And to get the joints angles for each of the 16 deliveries I need to do it manually first and and at each event I need to check the angles on object tree? is there a easier way to do that?
Follow model attached, I am at code line 35.