Search found 3 matches

by mikim
28 Jun 2025, 18:05
Forum: General questions
Topic: sim.getJointForce() in IK mode returns two signals
Replies: 1
Views: 229

sim.getJointForce() in IK mode returns two signals

When I set up IK for a robot and later on I move the target from external python script and read the torques on joints using sim.getJointForce(), after plotting them it seems to have two different signals in it for each. The line looks like a noise on first glance, but it is because the two sinusoid ...
by mikim
07 Apr 2025, 17:07
Forum: General questions
Topic: nonSimulation loop
Replies: 3
Views: 2169

Re: nonSimulation loop

I know ZeroMQ is the best choice, but circumstances force me to start the simualtion via modbus. Now i am prototyping it using pyModbusTCP, but it is going to use serial later on. I just want the sysCall_nonSimulation() to check for a register to be set to 1 from 0 by external pyModbustTCP script ...
by mikim
31 Mar 2025, 09:27
Forum: General questions
Topic: nonSimulation loop
Replies: 3
Views: 2169

nonSimulation loop

I am working no a project, which requires a modbus communication between python script and Coppelia Sim. I've made a child customization script in Coppelia to establish the client and my python app is providing the server side. I am using pyModbusTCP to make it work.

I now need to start the ...