关于机器人的知识

来源:百度知道 编辑:UC知道 时间:2024/05/21 12:15:22
请按照要求完成以下程序使机器人能完成以下动作(左边马达为0,右边马达为1):
Void mainO
{

————————
————————//全速前进1秒钟
————————
————————//停2.4秒
————————
————————//绕机器人中心50的速度左转0.8秒
————————//停止
————————

你用的什么软件?中鸣的机器人快车还是广茂达?
机器人快车是这样编的!
void main()
{
SetMotor(_MOTOR_0_,0,100);
SetMotor(_MOTOR_1_,0,100);
SetTenS(10);
SetMotor(_MOTOR_0_,1,100);
SetMotor(_MOTOR_1_,1,100);
SetTenS(24);
SetMotor(_MOTOR_0_,2,100);
SetMotor(_MOTOR_1_,0,100);
SetTenS(8);
SetMotor(_MOTOR_0_,1,100);
SetMotor(_MOTOR_1_,1,100);
}

(女生搞机器人的可不多)
(加油哦)

用ROBOLAB编多简单。图形化编程