- Jul 10, 2023
-
-
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.
-
- Dec 19, 2022
-
-
Andre Meixner authored
-
- May 27, 2022
-
-
Fabian Reister authored
-
- May 23, 2022
-
-
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
-
- Jun 17, 2021
-
-
Fabian Reister authored
This reverts commit ad6270d3.
-
Fabian Reister authored
This reverts commit dab0844e.
-
- Jun 09, 2021
-
-
Fabian Reister authored
-
- May 25, 2020
-
-
Raphael Grimm authored
-
- Apr 18, 2019
-
-
Raphael Grimm authored
-
Raphael Grimm authored
-
- Dec 08, 2018
-
-
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
-
- Dec 07, 2018
-
-
Raphael Grimm authored
-
- May 10, 2017
-
-
Nikolaus Vahrenkamp authored
-
Nikolaus Vahrenkamp authored
-
- Jun 16, 2016
-
-
Raphael Grimm authored
reduced the number of warnings with -Wall -Wextra -Wpedantic (now < 250 (mostly qhull), before > 10000
-
- Jan 28, 2015
-
-
vahrenkamp authored
Moved all boost includes to VirtualRobot.h and added workaround to qt/boost bug that results in failures during moc step. Removed poseVisualization and poseJoint methods since these methods just refer to the global pose Added convenient methods to get the pose of a RobotNode to root coordinate system of the robot. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@775 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Jan 09, 2015
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@771 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Nov 14, 2014
-
-
mkroehnert authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@731 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Jul 24, 2014
-
-
vwitten authored
Primitives are saved in the xml file git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@637 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Jul 16, 2014
-
-
vwitten authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@623 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Nov 05, 2013
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@425 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Aug 13, 2013
-
-
vahrenkamp authored
Added optional SimualtionType flag (used by SimDynamics). Extended grid visualization classes, texture files can now be specified. Added several SimDynamics improvements. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@405 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Aug 06, 2013
-
-
vahrenkamp authored
Added some convenient methods for collision detection, object loading. Improved parameters for physics engine. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@404 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Oct 11, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@327 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Apr 17, 2012
-
-
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
-
- Apr 16, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@236 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Apr 14, 2012
-
-
vahrenkamp authored
Some sanity checks and helper methods. Adding approximated force direction to contact information. This allows to retrieve an actor's impacting force vector at a contact for grasp quality measure. Consider contact force vector for grasp planning. Add eef configuration to grasp storage. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@235 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Mar 29, 2012
-
-
vahrenkamp authored
Moving grasp ang graspset to seperated directory. Fixing ArmarIII definition file. Adding some objects. Adding standard object sphere. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@225 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Mar 17, 2012
-
-
vahrenkamp authored
Adding trajectory support to Scene. Adding trajectory IO and visualization methods. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@216 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Mar 15, 2012
-
-
vahrenkamp authored
Adding support for sceneIO. Therefore several classes are now able to generate XML definition strings. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@215 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Dec 07, 2011
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@146 042f3d55-54a8-47e9-b7fb-15903f145c44
-