Search found 5 matches

by ichronopoulos
21 Jan 2021, 14:02
Forum: General questions
Topic: Run background data, no kinematics
Replies: 3
Views: 409

Re: Run background data, no kinematics

Hi again! I am running a genetic algorithm, to optimize a robot's controller. This process takes a lot of time, as it requires a lot of repeated simulations . I wonder if there is any possibility, to run every simulation, excluding the graphics part, in order for the process to be faster. Thanks in ...
by ichronopoulos
20 Jan 2021, 12:09
Forum: General questions
Topic: Run background data, no kinematics
Replies: 3
Views: 409

Run background data, no kinematics

Hi!
How can I take only the data from a simulation and the simulator scene not to be executed, in order to have more speed in process?
by ichronopoulos
20 Jan 2021, 09:40
Forum: General questions
Topic: Api costants in matlab
Replies: 4
Views: 505

Re: Api costants in matlab

It works!
Really helpful, thanks a lot!
by ichronopoulos
19 Jan 2021, 13:07
Forum: General questions
Topic: Api costants in matlab
Replies: 4
Views: 505

Re: Api costants in matlab

Hi and thanks for your reply! I use the legacy remote Api . Here is the error i get: No appropriate method, property, or field 'simx_boolparam_dynamics_handling_enabled' for class 'remApi' or No appropriate method, property, or field 'simx.boolparam_dynamics_handling_enabled' for class 'remApi' . Fu...
by ichronopoulos
18 Jan 2021, 13:47
Forum: General questions
Topic: Api costants in matlab
Replies: 4
Views: 505

Api costants in matlab

Hi! I am trying to use functions like sim. simxSetBooleanParameter in matlab. Those functions require api constants like sim.boolparam_dynamics_handling_enabled as an input. However, always an error occurs. I tried sim_boolparam_dynamics_handling_enabled but i got the same result. How can i use api ...