Search found 5 matches

by aaaaabc?
19 Jun 2024, 10:27
Forum: General questions
Topic: When I use Coppeliasim and MATLAB together, how do I set the simulation step size?
Replies: 1
Views: 506

When I use Coppeliasim and MATLAB together, how do I set the simulation step size?

When I use Coppeliasim and MATLAB together, how do I set the simulation step size?I used the following command in MATLAB: id=vrep.simxStart('127.0.0.1',19999,true,true,5000,5); dt = 5e-3; vrep.simxSetFloatingParameter(id,vrep.sim_floatparam_simulation_time_step,dt,vrep.simx_opmode_oneshot_wait); vre...
by aaaaabc?
14 Apr 2024, 10:56
Forum: General questions
Topic: We want to change the attitude of the point cloud, to move and rotate the point cloud.
Replies: 4
Views: 1353

Re: We want to change the attitude of the point cloud, to move and rotate the point cloud.

Yes,I do. But, what I understand is that this is the total force experienced by the joint axis, not the force output by the joint.
by aaaaabc?
09 Mar 2023, 13:28
Forum: General questions
Topic: We want to change the attitude of the point cloud, to move and rotate the point cloud.
Replies: 4
Views: 1353

We want to change the attitude of the point cloud, to move and rotate the point cloud.

We can move and rotate the point cloud through the move and rotate buttons in the coppeliasim interface. We would like to know whether this operation can be implemented programmatically. I wonder if you can provide interfaces for moving buttons and rotating buttons in the interface?
by aaaaabc?
07 Mar 2023, 15:11
Forum: General questions
Topic: How to use matlab or edit script to achieve vrep interface move button.
Replies: 1
Views: 426

How to use matlab or edit script to achieve vrep interface move button.

How to use matlab or edit script to achieve vrep interface move button?I want to programmatically move and rotate the point cloud.