by surfrider » 09 Feb 2021 21:59
Now I got cpp4Robots work, first many thanks for this, really love it!
I'm using two motors to drive my robot.
Is there a bug? If I call
isMotorBusy(E_Port_BC, E_MotorType_Large)
while the robot is driving, the call returns false. while:
isMotorBusy(E_Port_B, E_MotorType_Large) || isMotorBusy(E_Port_C, E_MotorType_Large)
returns true.
Bug?
Are there more motor functions that do not work with a dual motor port?
Now I got cpp4Robots work, first many thanks for this, really love it!
I'm using two motors to drive my robot.
Is there a bug? If I call
isMotorBusy(E_Port_BC, E_MotorType_Large)
while the robot is driving, the call returns false. while:
isMotorBusy(E_Port_B, E_MotorType_Large) || isMotorBusy(E_Port_C, E_MotorType_Large)
returns true.
Bug?
Are there more motor functions that do not work with a dual motor port?