08-07-2023, 01:28 AM
(08-01-2023, 03:11 PM)Albert Wrote:Wonderful! Thank you for your feedback.
你的应用ion looks impressive, let us know if you need more help or you have any suggestions for improvements.
Changed simulation speed from 5 to 50 to increase the acquisition of training data per unit time. However, the speed of the robot became relatively slower than the speed of the conveyor, and the intervals between workpieces changed. How can the speed of the robot and the speed of the conveyor be equally fast?
Code:
#SIM_SPEED_RATIO = 5
SIM_SPEED_RATIO = 50
self.RDK.setSimulationSpeed(SIM_SPEED_RATIO)