Based on the information in previous versions, I found that setting the Dummy to follow the Path was implemented using the function sim.followPath(dummy_handle, path_handle, 1, 0, 0.1, 1).
However, when I tried to implement this functionality in the new version, the console returned an error ...
Search found 5 matches
- 04 Jul 2025, 10:55
- Forum: General questions
- Topic: Setting Dummy to Follow Path Movement Issues in Version 4.7
- Replies: 1
- Views: 43
- 26 May 2025, 14:16
- Forum: General questions
- Topic: Obtaining the joint angles of the UR5 robot arm in the simulation
- Replies: 2
- Views: 4904
Re: Obtaining the joint angles of the UR5 robot arm in the simulation
Thank you very much for your answer; it resolved my doubts.
- 25 May 2025, 06:17
- Forum: General questions
- Topic: Obtaining the joint angles of the UR5 robot arm in the simulation
- Replies: 2
- Views: 4904
Obtaining the joint angles of the UR5 robot arm in the simulation
hello,
I recently encountered a problem and I hope you can help me solve it. Thank you very much.
In my simulation environment, I added a UR5 robot arm and remotely controlled it in the simulation via Python using zmqAPI. I aim to move the arm to a target position by rotating its joints to my ...
I recently encountered a problem and I hope you can help me solve it. Thank you very much.
In my simulation environment, I added a UR5 robot arm and remotely controlled it in the simulation via Python using zmqAPI. I aim to move the arm to a target position by rotating its joints to my ...
- 03 May 2025, 09:02
- Forum: General questions
- Topic: How to obtain the handle of the second script
- Replies: 1
- Views: 4500
How to obtain the handle of the second script
I've encountered a small issue recently that has been bothering me for quite some time, and I'm seeking your help. Thank you very much!
I am using CoppeliaSim 4.7, and there is a built-in script file named "Script" under the RG2 gripper object. I've also created a new script file named "rg2control ...
I am using CoppeliaSim 4.7, and there is a built-in script file named "Script" under the RG2 gripper object. I've also created a new script file named "rg2control ...
- 02 May 2025, 08:47
- Forum: General questions
- Topic: How to call functions in a script
- Replies: 1
- Views: 4180
How to call functions in a script
Hello, I recently encountered an issue. I added an RG2 gripper to a UR5 robotic arm and created a new Lua script file under this gripper. I tried using the function sim.callScriptFunction('rg2Close@UR5/RG2', sim.sim_scripttype_childscript, {}, {}, {}, '', sim.simx_opmode_blocking) in the console to ...