Skip to content
Snippets Groups Projects
  1. Jul 11, 2023
    • Christoph Pohl's avatar
      Add assimp_interface to the list of exported targets · 9e8d864d
      Christoph Pohl authored
      The assimp_interface was implemented and added to the list of exported targets. This has been done to provide a cleaner and more encapsulated way of managing the assimp dependencies inside the VirtualRobot project. Now, instead of directly linking the assimp libraries to the VirtualRobot target, an interface library (assimp_interface) has been created to manage the assimp dependencies. This library is then linked to the VirtualRobot target. Additionally, install targets have been updated to include the assimp_interface.
      9e8d864d
  2. Jul 10, 2023
    • Christoph Pohl's avatar
      Update assimp library linking in CMakeLists · 4b990e17
      Christoph Pohl authored
      This commit improves how we handle the assimp library in our CMakeLists.txt file for the VirtualRobot project. Instead of just linking the library, we now also specify its include and library directories. This provides more flexibility and reliability, particularly in environments where assimp might not be in a standard location.
      4b990e17
  3. Feb 01, 2023
  4. Jan 22, 2023
  5. Dec 22, 2022
  6. Jul 18, 2022
  7. Jun 10, 2022
  8. Jun 09, 2022
  9. Jun 07, 2022
  10. 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
  11. May 09, 2022
  12. Mar 17, 2022
  13. Jan 13, 2022
  14. Jul 06, 2021
  15. Jul 05, 2021
  16. Jun 08, 2021
  17. Mar 05, 2021
  18. Jan 29, 2021
  19. Oct 08, 2020
  20. Aug 31, 2020
  21. Jun 14, 2020
  22. Mar 02, 2020
  23. Nov 28, 2019
  24. Nov 26, 2019
  25. Nov 25, 2019
  26. Oct 09, 2019
  27. Sep 02, 2019
  28. Aug 19, 2019
  29. Aug 13, 2019
Loading