Skip to content
Snippets Groups Projects
  1. Mar 17, 2023
  2. May 25, 2020
  3. Dec 10, 2019
  4. Nov 29, 2019
  5. Aug 05, 2019
  6. Jul 02, 2019
  7. Feb 21, 2019
  8. Feb 14, 2019
  9. Feb 11, 2019
  10. Dec 08, 2018
    • Raphael Grimm's avatar
      Run clang tidy · 8c1accc6
      Raphael Grimm authored
      * modernize-shrink-to-fit
      * modernize-use-nullptr
      * modernize-use-equals-default
      * modernize-use-equals-delete
      * modernize-unary-static-assert
      * modernize-use-bool-literals
      * modernize-replace-random-shuffle
      8c1accc6
  11. Jun 25, 2018
  12. Apr 17, 2018
  13. Mar 24, 2018
  14. Jun 09, 2017
  15. May 31, 2017
  16. May 18, 2017
  17. May 15, 2017
  18. Feb 02, 2016
  19. Jan 20, 2016
  20. Oct 21, 2015
  21. Oct 09, 2015
  22. May 22, 2015
  23. Jan 28, 2015
  24. Nov 14, 2014
  25. Jan 11, 2014
  26. Jan 10, 2014
    • vahrenkamp's avatar
      Major change in cmake setup: · 7b6d2817
      vahrenkamp authored
       * Simox projects are not longer treated as stand-alone-projects, but as subprojects of simox. This avoids lots of confusions that have been ontroduced due to the VirtualRobot stand-alone project.
       * cmake build-config and install setup has been improved and is consistent through the whole project.
       * switched to version 2.3.0
      
      git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@466 042f3d55-54a8-47e9-b7fb-15903f145c44
      7b6d2817
  27. Jan 03, 2014
  28. Dec 03, 2013
  29. Nov 28, 2013
  30. Jul 29, 2012
  31. Jul 19, 2012
  32. Apr 17, 2012
    • vahrenkamp's avatar
      * Bugfix: Using std::vectors with a struct that contains Eigen objects... · 8305845c
      vahrenkamp authored
      * Bugfix: Using std::vectors with a struct that contains Eigen objects sometimes causes crashes depending on OS and compiler. EndEffector::ContactInfo contains several Eigen::Vector3f variables and hence in some constellations a std::vector of it caused a crash. Now a typedef is used that encapsulates the Eigen::aligned_allocator setup and this issue should be fixed.
      * The grasp preshape is now handled by grasps in order to save/load the preshape data.
      
      
      git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@238 042f3d55-54a8-47e9-b7fb-15903f145c44
      8305845c
  33. Apr 14, 2012
  34. Mar 29, 2012
  35. Dec 07, 2011
Loading