Skip to content
Snippets Groups Projects
  1. Jan 26, 2017
  2. Oct 12, 2016
  3. Oct 06, 2016
  4. Sep 05, 2016
  5. Aug 26, 2016
  6. Aug 24, 2016
  7. Aug 08, 2016
  8. Aug 07, 2016
  9. Aug 02, 2016
  10. Jul 19, 2016
  11. Jul 18, 2016
  12. Jul 17, 2016
  13. Jul 15, 2016
    • Sergi Hernandez's avatar
      Changed the way the detected servos are stored in memory for performance... · b9f5a422
      Sergi Hernandez authored
      Changed the way the detected servos are stored in memory for performance issues. The Id coincides with the vector position.
      Added a new attribute to the servo info structure to hold the motion module associated to the servo (ACTION or JOINTS for now).
      Added support to detect and handle the simulated dynamixel servos.
      Removed the dynamixel master initialization from the motion manager.
      Added a module to implement a pan&tilt unit.
      b9f5a422
  14. Jul 04, 2016
  15. Jun 12, 2016
  16. Jun 10, 2016
  17. Jun 07, 2016
  18. Jun 06, 2016
  19. May 27, 2016
  20. May 23, 2016
  21. May 17, 2016
  22. May 16, 2016
  23. May 12, 2016
  24. May 11, 2016
  25. May 10, 2016
    • Sergi Hernandez's avatar
      Added a check for the transmission state in the dynamixel communication module... · a9e45cba
      Sergi Hernandez authored
      Added a check for the transmission state in the dynamixel communication module before starting a new transmission.
      Initialized the motion_manager module before calling the user_init() function. This way the dynamixel communications are already set up when the user function is called.
      The initialization of the expansion baord is attempted by default. If the board is not found, it will not be used.
      Added the expansion board loop function in the motion manager loop for timing.
      Added a preprocessor command to either read all expansion board data in the loop() function or read each filed using a separate function.
      a9e45cba
  26. May 01, 2016
  27. Apr 29, 2016
  28. Apr 16, 2016
  29. Apr 15, 2016
Loading