NoMagicAi / abb_librws

A C++ library for interfacing with ABB robot controllers supporting Robot Web Services
BSD 3-Clause "New" or "Revised" License
0 stars 5 forks source link

GRASP-12403 Polling progress of configuration loading from robot #50

Closed makotecki closed 2 years ago

makotecki commented 2 years ago

Closed by mistake previous PR.

Task

Changes:

How it was tested?

Tested using ConfigurationUploader.cpp GRASP-12403 on LAB-Hugo robot in virtual machine using monomagic PR 9922. Tested scenarios:

Additional tests:

To check:

  1. Not sure if getProgress is in right place. Should it be outside rws_client, i.e. separate namespace and progress.cpp?
  2. Removed Resource::PROGRESS constant from header and source, but left all other - should it be separate issue to clean them up?