Skip to content
Snippets Groups Projects
  1. Apr 15, 2021
  2. Mar 31, 2021
  3. Mar 30, 2021
  4. Jan 21, 2021
  5. Jan 18, 2021
  6. Jan 08, 2021
  7. Jan 07, 2021
  8. Dec 16, 2020
  9. Nov 12, 2020
    • Eloy Retamino's avatar
      · 39518310
      Eloy Retamino authored
      [NRRPLT-0000] Added profiler option to simulation launch
      39518310
  10. Nov 10, 2020
  11. Nov 09, 2020
  12. Nov 03, 2020
  13. Oct 28, 2020
    • Eloy Retamino's avatar
      · 284548e4
      Eloy Retamino authored
      [NRRPLT-0000] small changes to roslibpy handlers. added note on roslibpy buggy behavior when instantiating a second rosbridge client
      284548e4
  14. Oct 27, 2020
    • Eloy Retamino's avatar
      · 4a562d92
      Eloy Retamino authored
      [NUIT-213] fixed scripts
      4a562d92
  15. Oct 26, 2020
    • Eloy Retamino's avatar
      · 7b2aaee5
      Eloy Retamino authored
      [NUIT-213] renamed hbp_nrp_virtual_coach as pynrp
      7b2aaee5
  16. Oct 19, 2020
    • Eloy Retamino's avatar
      · fa56c131
      Eloy Retamino authored
      [NRRPLT-0000] Fixed tests; added test for rosbridge connection
      fa56c131
    • Eloy Retamino's avatar
      · ff856bce
      Eloy Retamino authored
      [NUIT-212] Fixed oidc websocket authorization with rosbridge 
      ff856bce
  17. Oct 16, 2020
    • Eloy Retamino's avatar
      · 0e92a411
      Eloy Retamino authored
      [NUIT-213] reordered and renamed several methods
      0e92a411
    • Eloy Retamino's avatar
      · 0dae9d0b
      Eloy Retamino authored
      [NUIT-213] removed proxy from config file, server address is explicitly passed to the VC constructor now; added rosbridge to proxy-services; config.json is part of the repository now, not copied from user-scripts
      0dae9d0b
    • Eloy Retamino's avatar
      · 72c1cc90
      Eloy Retamino authored
      [NUIT-212] replaced rospy with roslibpy for ROS communication
      72c1cc90
  18. Sep 16, 2020
    • Eloy Retamino's avatar
      · 2eb78f41
      Eloy Retamino authored
      [NRRPLT-7865] removed cp bbp_client command in makefile
      2eb78f41
    • Eloy Retamino's avatar
      · c2d1a319
      Eloy Retamino authored
      [NRRPLT-7865] removed bbp_client dependency for oidc authorization since it is maintained and not python 3 compatible. oidc authorization happens now in VirtualCoach class symmetrically to  storage authorization.
      c2d1a319
  19. Jul 30, 2020
  20. Jul 22, 2020
    • Eloy Retamino's avatar
    • groetznerFortiss's avatar
      [NRRPLT-7722] Python3 compatibility · b43e04e4
      groetznerFortiss authored
      [NRRPLT-7719] I executed the future module on VirtualCoach. Some builtin python functions are redefined, so pylint will issue warnings.
      
      [NRRPLT-7719] Fixed bugs occuring in run_tests.sh: Checking for string types must use string types from the six module.
      
      The W0622 (redefining builtin function) warnings of pylint are now disabled.
      
      Additionally, the integration test now uses absolute paths for loading data.
      
      [NRRPLT-7722] Made the code compatible with Python3.
      
      [NRRPLT-7722] Adding some minor bugfixes.
      
      [NRRPLT-7722] Adding more minor bugfixes.
      
      [NRRPLT-7722] Update setup.py
      
      Change-Id: Ibb59a6d2b71ed77170c636f2357c011f3e875ea0
      
       [NRRPLT-7722] Fix Makefile
      
      Change-Id: Id723122f896e3d20a79bd1603a75452beeaa56f2
      
      [NRRPLT-7722] Upgrade pip version
      
      [NRRPLT-7722] fix pip version specifier in Makefile
      
      [NRRPLT-7722] fix pylint
      
      [NRRPLT-7722] Quote pip version in user_makefile. Force python2-compatible ipywidgets version
      
      [NRRPLT-7722] fix version
      
      Change-Id: I74c6ea95a537cfe03786c8cc15484581ca573e1c
      
      [NRRPLT-7722] fix type check in oidc_http_client
      
      Change-Id: I74d6d9c5059b659b50b9b6f2328a2c8832c3e330
      
      [NRRPLT-7722] force check for pip version in pipeline
      
      Change-Id: Ie09870af0dcf4f9af66f27d784a28f4eee285f22
      
      [NRRPLT-7722] More robust ipywidget version requirement. Move test dependencies in separate file
      
      Change-Id: I20c186cd07a7c34175b2b25cd4ff3a9222b7d782
      b43e04e4
  21. Apr 11, 2020
  22. Apr 03, 2020
  23. Apr 01, 2020
  24. Jan 28, 2020
  25. Nov 22, 2019
  26. Nov 05, 2019
  27. Sep 20, 2019
  28. Aug 12, 2019
  29. Jul 17, 2019
    • Luc Guyot's avatar
      Merged in NRRPLT-7445 (pull request #16) · c4233d6e
      Luc Guyot authored
      
      [NRRPLT-7445] Implements the import_experiment() function
      
      * [NRRPLT-7445] Implements the import_experiment() function
      
      * [NRRPLT-7445] Fixes pylint and pep8 errors
      
      * [NRRPLT-7445] Fixes remaining pep8 error in it.py
      
      * [NRRPLT-7445] Adds missing folder required by the unit tests
      
      * [NRRPLT-7445] Adds the missing value experiment-import to the key proxy-services of the Config object
      
      * [NRRPLT-7445] Addresses code review comments: uses request.codes.ok instead of httplib.OK
      
      Approved-by: default avatarManos Angelidis <angelidis@fortiss.org>
      c4233d6e
  30. Jun 04, 2019
  31. May 23, 2019
    • Yves S. Dornbierer's avatar
      Merged in NRRPLT-5618-add-virtualcoach-calls-for-t (pull request #14) · 0d932dd9
      Yves S. Dornbierer authored
      
      NRRPLT-5618 add virtualcoach calls for the recorder
      
      * [NRRPLT-5618] Recorders call for the VirtualCoach
      
      * [NRRPLT-5618] Fix some problem during saving and add a new recording sample
      
      * [NRRPLT-5618] Some testing set experiment file function to debug
      
      * [NRRPLT-5618] debugging instructions now working
      
      * [NRRPLT-5618] A working version of the save recording description
      
      * [NRRPLT-5618] Some pep8 fixes
      
      * [NRRPLT-5618] Added tests
      
      * [NRRPLT-5618] Added some config validation for recorder
      
      * [NRRPLT-5618] Fix some tests
      
      Approved-by: default avatarManos Angelidis <angelidis@fortiss.org>
      0d932dd9
  32. May 13, 2019