Skip to content
Snippets Groups Projects
  1. Sep 06, 2022
  2. Jul 16, 2021
  3. Sep 02, 2020
  4. Aug 27, 2020
  5. Jul 20, 2020
  6. Jun 30, 2020
  7. Mar 10, 2020
  8. Nov 27, 2019
  9. Nov 25, 2019
  10. Nov 09, 2019
  11. Oct 29, 2019
  12. Oct 22, 2019
  13. Feb 06, 2019
  14. Jan 31, 2019
  15. Oct 30, 2018
  16. Oct 23, 2018
  17. Apr 19, 2018
  18. May 05, 2017
  19. Jul 13, 2016
  20. Jun 13, 2016
  21. Jan 18, 2016
  22. Feb 28, 2014
  23. Feb 12, 2014
  24. Jul 15, 2013
  25. Apr 25, 2013
    • olivier stasse's avatar
      Fix a pb for inclusion of ROS & python interpreter in ART OpenRTM. · 06cf4fe8
      olivier stasse authored
      Pb: The openrtm architecture loads a shared library to implement the services of
      an OpenRTM node. The scheduling properties are ensured by the operating system
      running openrtm. Then on the robot, when the shared library is loaded it is
      run inside the real-time loop. As sot-hrp-2 was creating the interpreter and
      the ros-node in the constructor this used to break HRP-2 real-time OS.
      
      This commit change the initialization of the ros-node to use a multi-threaded
      spinner. Then ros calls are handled in a seperate non-realtime thread.
      06cf4fe8
  26. Sep 07, 2012
  27. Feb 28, 2012
  28. Feb 27, 2012
  29. Dec 14, 2011
Loading