Open xiaolijz opened 6 days ago
In your loop, call GetRGB() before each step If you use WaitDo(), you can view the source code of the method and write your own loop
In your loop, call GetRGB() before each step If you use WaitDo(), you can view the source code of the method and write your own loop Thank you for your reply, I have solved this problem. By the way, I want to know is there an operations manual for this simulation environment? For example, how to make a robotic arm draw a circle?
You can calculate the interpolation yourself to make the robot draw a circle, Refer to our example scripts and API documentation
Hi, I want to know how to keep the camera continuously active. In a code cycle,
camera.GetRGB()
function just can get a frame, but the action of robot is continuously, so I can't capture the entire action. How can I solve this problem?