- 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
-
- Aug 23, 2021
-
-
Fabian Paus authored
-
- May 25, 2020
-
-
Raphael Grimm authored
-
- May 21, 2020
-
-
Fabian Paus authored
-
- May 20, 2020
-
-
Fabian Paus authored
-
- Feb 17, 2020
-
-
Raphael Grimm authored
* unity build decreases build time from 11 to 5.5 minutes (i7-7700HQ)
-
- Jul 04, 2019
-
-
Raphael Grimm authored
-
- Jul 02, 2019
-
-
Raphael Grimm authored
-
Raphael Grimm authored
-
- Mar 31, 2019
-
-
Raphael Grimm authored
-
Raphael Grimm authored
-
Raphael Grimm authored
-
- Feb 21, 2019
-
-
Rainer Kartmann authored
Added step params. Fixed distrubition range and use ClampedNormalDistribution
-
Rainer Kartmann authored
-
- Feb 15, 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
-
- Dec 07, 2018
-
-
Raphael Grimm authored
modernize-avoid-bind modernize-deprecated-headers modernize-redundant-void-arg modernize-replace-auto-ptr
-
Raphael Grimm authored
-
- Oct 05, 2018
-
-
Raphael Grimm authored
-
- Sep 10, 2018
-
-
Nikolaus Vahrenkamp authored
-
- Jul 21, 2018
-
-
Nikolaus Vahrenkamp authored
-
- Jun 25, 2018
-
-
Raphael Grimm authored
-
- Apr 17, 2018
-
-
Raphael Grimm authored
-
- Mar 24, 2018
-
-
Raphael Grimm authored
-
- Nov 17, 2017
-
-
Raphael Grimm authored
-
- Jun 14, 2017
-
-
Nikolaus Vahrenkamp authored
-
- Jun 09, 2017
-
-
Nikolaus Vahrenkamp authored
-
- May 31, 2017
-
-
Mirko Wächter authored
-
- May 30, 2017
-
-
Mirko Wächter authored
-
Mirko Wächter authored
-
- May 16, 2017
-
-
Nikolaus Vahrenkamp authored
-
- Apr 25, 2017
-
-
Nikolaus Vahrenkamp authored
-
- Apr 24, 2017
-
-
Nikolaus Vahrenkamp authored
-
- Jun 16, 2016
-
-
Raphael Grimm authored
reduced the number of warnings with -Wall -Wextra -Wpedantic (now < 250 (mostly qhull), before > 10000
-
- Nov 14, 2014
-
-
mkroehnert authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@731 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Nov 02, 2012
-
-
vahrenkamp authored
* Moved hierarchical functionality from RobotNodes to parent class SceneObject. This allows to add children to sceneobejcts and unifies the parent/child structure over all objects. * Changed initialization of RobotNodes. Names of children are not longer passed to constructor. The standard addChild method is used instead. * Removed RobotNode's applyJointValue methods. Now the standard updatePose methods are used. * Fixed ref bug in createArrow function. Now memory is released when detaching arrow visualizations. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@334 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
-
vahrenkamp authored
Add some models. Generic ColorMap. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@237 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Apr 06, 2012
-
-
vahrenkamp authored
Additional methods for FrictionCone processing. New methods for quality measure interface. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@234 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
-