Search found 5 matches
- 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...
- 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.
- 12 Apr 2024, 04:54
- 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.
How do I get the output torque of the joint in torque mode?
- 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?
- 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.