Search found 4 matches
- 09 May 2018, 15:31
- Forum: General questions
- Topic: Creating a spring
- Replies: 3
- Views: 3367
Re: Creating a spring
I've find another way slove this problem. First disable the prismatic joint motor , we don't need the motor contorl. Then create a threaded script with the following code: function sysCall_threadmain() sim.setThreadAutomaticSwitch(false) cyhandle=sim.getObjectHandle('Cylinder') cyhandle0=sim.getObje...
- 09 May 2018, 11:24
- Forum: General questions
- Topic: Creating a spring
- Replies: 3
- Views: 3367
Re: Creating a spring
hi I tried this methond , and it shows a very strange graph. https://image.ibb.co/g6VrWJ/454c1bf182025aafb19a9f7df7edab64024f1ab8_jpg.png The first strange thing is that the fig is supposed to plot a sin wave. In the mean time, the amplitude descend fast along with time. The descend is bigger when s...
- 05 May 2018, 12:49
- Forum: General questions
- Topic: BubbleRob tutorial:missing dll when i create my own plugin.
- Replies: 1
- Views: 771
Re: BubbleRob tutorial:missing dll when i create my own plugin.
I find the reason why i cannot link to v_rep.dll......there is no need to link to it, cause the source code is in "programing/common"
-_-# -_-# -_-#
-_-# -_-# -_-#
- 05 May 2018, 12:08
- Forum: General questions
- Topic: BubbleRob tutorial:missing dll when i create my own plugin.
- Replies: 1
- Views: 771
BubbleRob tutorial:missing dll when i create my own plugin.
I tried to create my own plugin following the BubbleRob tutorial in User Manual http://www.coppeliarobotics.com/helpFiles/index.html . My enviorment is VS2015 and my V-rep version is 3.5. I also download the origin code of BubbleRob tutorial, and create a DLL program in VS2015. The code is here. htt...