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

Typically: "How do I... ", "How can I... " questions
Post Reply
aaaaabc?
Posts: 10
Joined: 10 Apr 2022, 15:43

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

Post by aaaaabc? »

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

coppelia
Site Admin
Posts: 10560
Joined: 14 Dec 2012, 00:25

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

Post by coppelia »

Hello,

are you trying to display CoppeliaSim buttons, that will allow you to ineract with the scene or simulation? If thsi is the case, then you should use custom user inerfaces: with them, you can implement button, edit boxes, combo boxes, sliders, and many other controls.

Have a look at a very simple custom user interface button: Models/tools/button action tool.ttm

Cheers

Post Reply