icub-tech-iit / ipts

iCub Tech PROTO Test Suite
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Verify current status of motor testing suite #17

Closed Nicogene closed 1 year ago

Nicogene commented 1 year ago

Task description

During PI15 planning it came out that the motor testing suite is not complete. We need to meet with @icub-tech-iit/proto in order to see which are the missing tests and plan the required activities.

Definition of Done

Verification done + plan done.

davidetome commented 1 year ago

I got in touch w/ @Miche19 today and the problem spotted seems to be only the 2 missing BLDC motors codes (7116,7117) as anticipated yesterday.

In any case, the test support for those codes was ready from this release :

The problem was that they were using an old installer version of IPTS. ⚠️ I strongly suggest using the latest releases of IPTS

Anyway, @Miche19 experienced some problems installing the latest release on its Win10 machine due to a compatibility problem w/ the last .NET framework used.

I fixed downgrading the .NET target framework to 4.5.1 :

So I put this in review and kindly ask @Fabrizio69 if there is any other missing stuff.

cc @Nicogene @pattacini @GiacomoVassallo13 @maggia80

Fabrizio69 commented 1 year ago

Hi @davidetome, now nothing is missing... thanks a lot

cc: @GiacomoVassallo13 @Miche19 @Nicogene @pattacini

pattacini commented 1 year ago

Thanks @davidetome!