- Jul 13, 2023
-
-
Fabian Tërnava authored
-
- Jul 11, 2023
-
-
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.
-
Christoph Pohl authored
This reverts commit ffadd7db.
-
- Jul 10, 2023
-
-
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.
-
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.
-
Christoph Pohl authored
-
Christoph Pohl authored
-
Christoph Pohl authored
Remove hard dependency on CoinVisualizationFactory
-
Christoph Pohl authored
-
Christoph Pohl authored
-
- Jun 26, 2023
-
-
Jean Patrick Mathes authored
-
- Jun 23, 2023
-
-
Jean Patrick Mathes authored
-
Jean Patrick Mathes authored
Fixes that there are no lines in the RobotViewer where the new joints are used by checking the distance instead of relying on the local transformation of the nodes
-
- Jun 20, 2023
-
-
Rainer Kartmann authored
-
Rainer Kartmann authored
-
Rainer Kartmann authored
-
Rainer Kartmann authored
-
- Jun 15, 2023
-
-
Andre Meixner authored
-
- May 14, 2023
-
-
Andre Meixner authored
-
- May 03, 2023
-
-
ARMAR-6 authored
-
- Apr 20, 2023
-
-
Jean Patrick Mathes authored
-
Jean Patrick Mathes authored
Change the floor model so that texture scaling, orientation and size match the xml model as shown in ArViz
-
- Apr 06, 2023
-
-
Fabian Reister authored
-
- Mar 22, 2023
-
-
Fabian Reister authored
-
Fabian Reister authored
-
- Mar 17, 2023
-
-
Rainer Kartmann authored
-
- Mar 08, 2023
-
-
Andre Meixner authored
-
- Feb 25, 2023
-
-
Fixed RobotFactory::createReducedModel by applying displacement only if createUnitedVisualization is needed
-
- Feb 22, 2023
-
-
ARMAR-7 User authored
-
ARMAR-7 User authored
-
- Feb 21, 2023
-
-
Andre Meixner authored
Added linear scaling of primitive models; Added method for linear scaling of node size and weight in RobotFactory, e.g. required for the MMM reference model;
-
- Feb 20, 2023
-
-
Rainer Kartmann authored
-
- Feb 19, 2023
-
-
Hawo Höfer authored
for better visualization
-
- Feb 13, 2023
-
-
Rainer Kartmann authored
-
Rainer Kartmann authored
-
Rainer Kartmann authored
-
Rainer Kartmann authored
-
- Feb 05, 2023
-
-
Fabian Reister authored
-
Fabian Reister authored
improved VisualizationFactory interface; semi-transparen visualization of collision / primitive models
-
Fabian Reister authored
-