Hello to everybody,
I started to use V-REP only some days ago, so I'm a novice. I'm using it with a remote API (Matlab). I would ask you 2 question:
-Is it possible in some ways to take measures in V-REP? (For example the distance between a mobile robot and a cuboid)
- Are parameters such as velocity,acceleration,position (and so on) expressed in the international unit of measurement?
Thank you all!
Regards.
Measurements and unit of measure
Re: Measurements and unit of measure
Hello,
have a look at V-REP distance calculation module.
And yes, V-REP does use standard measure units.
have a look at V-REP distance calculation module.
And yes, V-REP does use standard measure units.
Re: Measurements and unit of measure
Thank you for the answer!
Re: Measurements and unit of measure
Sorry, I've another question.fferri wrote: ↑19 Dec 2018, 18:16Hello,
have a look at V-REP distance calculation module.
And yes, V-REP does use standard measure units.
Can you explain me if it's possibile to have a rotation of a revolut joint with all static components? The objective is merely aesthetic. I tried with the common command SetJointTargetVelocity but, although this, the revolute joint doesn't produce a rotation.
Re: Measurements and unit of measure
In that case set your joint into passive mode, and your shape as static (i.e. non-dynamic)and non-respondable. Then adjust the angle/position of your joint with sim.setJointPosition.
Cheers
Cheers
Re: Measurements and unit of measure
Ok, I've done as you said (all static and non-respondable components and joint in passive mode) but it's still not possible to see a rotation of the wheel linked to the joint. Is there anything else that I have to set or try?coppelia wrote: ↑20 Dec 2018, 10:09In that case set your joint into passive mode, and your shape as static (i.e. non-dynamic)and non-respondable. Then adjust the angle/position of your joint with sim.setJointPosition.
Cheers