How to import joint position?

Typically: "How do I... ", "How can I... " questions
Post Reply
Fraroscia96
Posts: 1
Joined: 16 May 2018, 20:04

How to import joint position?

Post by Fraroscia96 »

Hi, i'm new in this forum and with v-rep.
I have implemented on matlab/simulink a controller for a 6R robot and now i want to visulize the motion. In different files, I saved end-effector pose, joint position, and joint velocity. Can someone help me to import these data in v-rep?
I wrote a script using I/O methods (open and read), but it doesn't work (the model moves in a strange mode for few seconds, and a warning about function print() is shown). Thanks

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: How to import joint position?

Post by coppelia »

Hello,

you need to identify what is not working. Is it the file reading? Is it the application of the joint angles to the joints? What is the warning of the print?

Cheers

Post Reply