Search found 18 matches
- 12 Jul 2023, 16:25
- Forum: General questions
- Topic: ModuleNotFoundError: No module named 'coppeliasim_zmqremoteapi_client'
- Replies: 2
- Views: 1519
ModuleNotFoundError: No module named 'coppeliasim_zmqremoteapi_client'
I am trying to setup zmqremoteapi on my new macbook air M2. This used to work fine on my linux system before. https://forum.coppeliarobotics.com/viewtopic.php?p=38050&hilit=ModuleNotFoundError%3A+No+module+named+%27coppeliasim_zmqremoteapi_client%27#p38050 I followed this but its not working. Pl...
- 03 Jun 2022, 18:40
- Forum: Bug reports
- Topic: Coppeliasim not running after first run.
- Replies: 4
- Views: 3557
Coppeliasim not running after first run.
I installed coppeliasim v4.3.0 and it worked fine in first run. Afterwards when I closed it and reopened, it game me a message that path not specified. This happens everytime. To run coppeliasim, I have to uninstall and reinstall it again. It only works on first run. I am attaching the error message...
- 02 Feb 2022, 06:48
- Forum: General questions
- Topic: How to make the joint to rotation in reverse direction?
- Replies: 5
- Views: 2468
Re: How to make the joint to rotation in reverse direction?
For revolute joint,if I put 10,will it be 10 rad/s or 10 degree/s?
- 29 Jan 2022, 08:14
- Forum: General questions
- Topic: How to make the joint to rotation in reverse direction?
- Replies: 5
- Views: 2468
Re: How to make the joint to rotation in reverse direction?
Can you share how you solved it?
- 25 Jan 2022, 09:28
- Forum: General questions
- Topic: Smooth movement of arm to target position
- Replies: 2
- Views: 1983
Re: Smooth movement of arm to target position
You can change the Upper velocity limit in the dynamic properties of joint.By default it is set to 3600 deg/sec which is verh high.You can change this to your desired speed. " setting each joint position such that the arm eventually aligns at the destination" is inverse kinematics.If your ...
- 24 Dec 2021, 13:19
- Forum: General questions
- Topic: Meaning of resampled path.
- Replies: 3
- Views: 844
Re: Meaning of resampled path.
I had another query.I have a closed multiloop path which I need to follow using dummy following.But the issue is the PathCtrlPts are placed randomly.So my ClosestPosOnPath starts from 15 instead of 0 which is creating problem as the dummy keeps following the same loop instead of going to next loop.....
- 23 Dec 2021, 16:56
- Forum: General questions
- Topic: Meaning of resampled path.
- Replies: 3
- Views: 844
Meaning of resampled path.
What is meaning of resampled path?Asking in reference to sim.resamplePath
- 18 Dec 2021, 12:22
- Forum: General questions
- Topic: Alternative to sim.GetPositionOnPath
- Replies: 1
- Views: 584
Alternative to sim.GetPositionOnPath
It looks like the sim.GetPositionOnPath is removed in the new versions ofV-Rep.What is the alternative for that function cause I need it to implement a path following algorithm.
- 17 Dec 2021, 14:26
- Forum: General questions
- Topic: What is meaning of Interpolated Configuration?
- Replies: 1
- Views: 755
What is meaning of Interpolated Configuration?
I am trying to build a vehicle to follow the dummied along the path.I am using the Motorbike example from the vehicles.What is the use of sim.getPathInterpolatedConfig in the script?
- 25 Nov 2021, 09:36
- Forum: General questions
- Topic: How to get deviation for self balancing robot.
- Replies: 3
- Views: 7816
How to get deviation for self balancing robot.
I am using sim.getObjectOrientation to get the orientation for self balancing robot.I need to get the robots deviation from its own Z axis.Initially I tried using world frame as reference and it works fine for initial position as I get orientation at index 3 as -1.57. But when I rotate the bot to,th...