Search found 20 matches

by adamg
13 Apr 2022, 19:14
Forum: General questions
Topic: Cuboid Pick and Place
Replies: 1
Views: 634

Cuboid Pick and Place

Hi, I am currently modelling a pick and place of a cuboid (using vortex engine), I am currently able to pick it up successfully but i am getting some strange movements in the x and y plane which eventually displaces the cuboid from its grasping position. I am aware that in theory for this not too ha...
by adamg
08 Apr 2022, 09:47
Forum: General questions
Topic: Import file to CoppeliaSim
Replies: 8
Views: 8840

Re: Import file to CoppeliaSim

Perfect, thanks for your help! Will try the solutions you have outlined.
by adamg
08 Apr 2022, 09:34
Forum: General questions
Topic: Import file to CoppeliaSim
Replies: 8
Views: 8840

Re: Import file to CoppeliaSim

Hi, Thanks for the quick response. I am quite new to using the xml format. If I use CoppeliaSim's XML format, do I export it in through the URDF ? I have written a similar version using the instructions from (https://www.coppeliarobotics.com/helpFiles/en/xmlFormat.htm) but this doesn't import throug...
by adamg
07 Apr 2022, 11:58
Forum: General questions
Topic: Import file to CoppeliaSim
Replies: 8
Views: 8840

Re: Import file to CoppeliaSim

Hi, I have tried the methods above which is working quite well so thank you. But I am currently having one issue when I try to set values for the friction values in the vortex engine. When inputting through the URDF file import, it updates within the dialogs all of the values I have stated mass, mom...
by adamg
05 Apr 2022, 12:32
Forum: General questions
Topic: Friction Parameters
Replies: 6
Views: 1570

Re: Friction Parameters

Does the sim.setObjectParam function not require 4 input parameters? (https://www.coppeliarobotics.com/helpFiles/en/regularApi/simSetEngineFloatParam.htm) I am trying to pick and place a cube in CoppeliaSim using both Aluminium gripper fingers and an aluminium cube, trying to investigate at which fr...
by adamg
05 Apr 2022, 10:24
Forum: General questions
Topic: Friction Parameters
Replies: 6
Views: 1570

Re: Friction Parameters

Thanks that must have been where my problem was stemming from !
by adamg
04 Apr 2022, 17:23
Forum: General questions
Topic: Friction Parameters
Replies: 6
Views: 1570

Re: Friction Parameters

Sorry here is a snippet of the code

Code: Select all

sim.setEngineFloatParam(sim.vortex_body_primlinearaxisfriction,cube0,0,Friction)
Is it possible to print the value assigned in the material properties to the primary linear axis for example?
by adamg
03 Apr 2022, 14:01
Forum: General questions
Topic: Friction Parameters
Replies: 6
Views: 1570

Friction Parameters

Hi, I am declaring friction values from a Python script using Vortex to an object in a scene , assigning them through the following code I am just wondering how might I print out the values to ensure it is being correctly assigned in the material properties panel as this is not accessible during the...
by adamg
01 Apr 2022, 07:44
Forum: General questions
Topic: Import file to CoppeliaSim
Replies: 8
Views: 8840

Re: Import file to CoppeliaSim

Thanks for the reply I will look into this!
by adamg
31 Mar 2022, 18:35
Forum: General questions
Topic: Import file to CoppeliaSim
Replies: 8
Views: 8840

Import file to CoppeliaSim

Hi,

I am just wondering for importing files into CoppeliaSim what is the best format to import? I am currently using object files, but wondering if there is a file format which can maintain material properties from the original CAD file such as mass for example ?

Thanks in advance