Skip to content
Snippets Groups Projects
  1. Jul 10, 2023
    • Christoph Pohl's avatar
      Suppress -Wstringop-truncation warning in ObjectIO.cpp · 90528ee2
      Christoph Pohl authored
      Added #pragma compiler directives to ignore -Wstringop-truncation warning in strncpy function. This change ensures that the warning triggered by the strncpy function doesn't interfere with the build process, improving build stability.
      90528ee2
  2. Dec 19, 2022
  3. May 27, 2022
  4. May 23, 2022
    • Andre Meixner's avatar
      Added chained grasp implementation; · cd7072f9
      Andre Meixner authored
      Added sensors to objects;
      Added grasp to robot nodes;
      Extended RobotIO::RobotDescription;
      Allow reloading of the robot visualization if RobotDescription::KinematicStructure is chosen
      cd7072f9
  5. Jun 17, 2021
  6. Jun 09, 2021
  7. May 25, 2020
  8. Apr 18, 2019
  9. 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
  10. Dec 07, 2018
  11. May 10, 2017
  12. Jun 16, 2016
  13. Jan 28, 2015
  14. Jan 09, 2015
  15. Nov 14, 2014
  16. Jul 24, 2014
  17. Jul 16, 2014
  18. Nov 05, 2013
  19. Aug 13, 2013
  20. Aug 06, 2013
  21. Oct 11, 2012
  22. 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
  23. Apr 16, 2012
  24. Apr 14, 2012
  25. Mar 29, 2012
  26. Mar 17, 2012
  27. Mar 15, 2012
  28. Dec 07, 2011
Loading