【Webots】python在webots中的延时函数
# You may need to import some classes of the controller module. Ex:
# from controller import Robot, Motor, DistanceSensor
from controller import Robot
# create the Robot instance.
robot = Robot()
# get the time step of the current world.
timestep = int(ro
原创
2021-12-15 18:55:12 ·
1253 阅读 ·
0 评论