Motor Busy with 2 motors not working?

Post a reply

Confirmation code
Enter the code exactly as it appears. All letters are case insensitive.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
Confirmation code
Enter the code exactly as it appears. All letters are case insensitive.
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Motor Busy with 2 motors not working?

Re: Motor Busy with 2 motors not working?

by cpp4robots_admin » 10 Feb 2021 08:30

We prefer this forum for report of bugs.
We think topic per bug is better and clearer for us.
Thanks.

Re: Motor Busy with 2 motors not working?

by surfrider » 10 Feb 2021 08:21

No problem, very happen with the current version, I can make workarounds for now.

What is your prefered way to report possible bugs?
This Forum?
Do you want one topic with bug reports? Or a topic per bug?

Re: Motor Busy with 2 motors not working?

by cpp4robots_admin » 10 Feb 2021 08:01

Looks like a bug.
We take a look at it.

Sorry, we focus mainly on development and we do not have enough time for testing.
Therefore, it is possible that there are some bugs in the API.
Thank you very much for their discovery and description.

Cpp4Robots Support

Motor Busy with 2 motors not working?

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?

Top