- Mar 17, 2023
-
-
Rainer Kartmann authored
-
- May 25, 2020
-
-
Raphael Grimm authored
-
- Dec 10, 2019
-
-
Raphael Grimm authored
-
- Nov 29, 2019
-
-
Raphael Grimm authored
-
- Aug 05, 2019
-
-
Raphael Grimm authored
-
- Jul 02, 2019
-
-
Raphael Grimm authored
-
- Feb 21, 2019
-
-
Rainer Kartmann authored
-
- Feb 14, 2019
-
-
Rainer Kartmann authored
-
Rainer Kartmann authored
-
- Feb 11, 2019
-
-
Rainer Kartmann 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
-
- Jun 25, 2018
-
-
Raphael Grimm authored
-
- Apr 17, 2018
-
-
Raphael Grimm authored
-
- Mar 24, 2018
-
-
Raphael Grimm authored
-
- Jun 09, 2017
-
-
Nikolaus Vahrenkamp authored
-
- May 31, 2017
-
-
Nikolaus Vahrenkamp authored
-
- May 18, 2017
-
-
Nikolaus Vahrenkamp authored
-
- May 15, 2017
-
-
Nikolaus Vahrenkamp authored
-
- Feb 02, 2016
-
-
Leonard authored
BoundingBox toXML
-
- Jan 20, 2016
-
-
Nikolaus Vahrenkamp authored
-
- Oct 21, 2015
-
-
Nikolaus Vahrenkamp authored
-
- Oct 09, 2015
-
-
Nikolaus Vahrenkamp authored
-
- May 22, 2015
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@842 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- 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
-
- Nov 14, 2014
-
-
mkroehnert authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@731 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Jan 11, 2014
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@469 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Jan 10, 2014
-
-
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
-
- Jan 03, 2014
-
-
vahrenkamp authored
Added some Jacobian pseudo inverse helper methods. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@462 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Dec 03, 2013
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@448 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Nov 28, 2013
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@445 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@444 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@443 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Jul 29, 2012
-
-
vahrenkamp authored
Update dynamics parameters of robot models. Change standard xml-attribute for CoM Location to VisualizationBBoxModel git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@291 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Jul 19, 2012
-
-
vahrenkamp authored
Changed update methods for RobotNodes/RobotNodeSets and RobotConfig. This was necessary to provide a thread-safe update mechanism. Now all updates are handled by the corresponding robot, which takes care of setting the mutexes correctly. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@282 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 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
Starting with a GraspRrt demo. Improving RrtVisualization. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@226 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Dec 07, 2011
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@147 042f3d55-54a8-47e9-b7fb-15903f145c44
-