- Dec 29, 2022
-
-
Andre Meixner authored
-
- Dec 27, 2022
-
-
Andre Meixner authored
Updated primitive model approximation; Fixed some errors in RobotViewer included with the last commits
-
- Oct 08, 2022
-
-
Fabian Reister authored
-
- Oct 07, 2021
-
-
Andre Meixner authored
-
- Aug 23, 2021
-
-
Fabian Paus authored
-
- May 25, 2020
-
-
Raphael Grimm authored
-
- May 21, 2020
-
-
Fabian Paus authored
-
Fabian Paus authored
-
- May 20, 2020
-
-
Fabian Paus authored
-
- May 19, 2020
-
-
Raphael Grimm authored
-
Raphael Grimm authored
-
- Nov 28, 2019
-
-
Raphael Grimm authored
-
- Oct 09, 2019
-
-
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
-
- Dec 04, 2018
-
-
Stefan Reither authored
by using CollisionChecker from CollisionModel in RobotNodeFactories and avoiding unnecessary cloning of CollisionModel while attaching new node
-
- Apr 12, 2018
-
-
Daniel Renninghoff authored
-
- Aug 04, 2016
-
-
Nikolaus Vahrenkamp authored
v2.3.39
-
- Jul 22, 2016
-
-
Nikolaus Vahrenkamp authored
-
- Mar 21, 2016
-
-
Fabian Paus authored
-
- Jan 26, 2016
-
-
Christian Mandery authored
Fix bug with cloneUniteSubset() where sensors attached to a robot node without a child node would get lost
-
- Dec 20, 2015
-
-
Nikolaus Vahrenkamp authored
-
- Dec 19, 2015
-
-
Nikolaus Vahrenkamp authored
-
- Dec 15, 2015
-
-
Nikolaus Vahrenkamp authored
* cylinder support * continuous joints * visu array support Visualization fix: applyDisplacement uses MM now
-
- Nov 20, 2015
-
-
Nikolaus Vahrenkamp authored
added some helper methods improved performance of joint updates
-
- Oct 14, 2015
-
-
Nikolaus Vahrenkamp authored
-
- Jul 27, 2015
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@852 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@850 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Mar 11, 2015
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@798 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
-
- Dec 12, 2014
-
-
vahrenkamp authored
Fixed model setup when inverting the kinematic structure of a robot. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@760 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
-
- Nov 06, 2014
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@725 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Aug 13, 2014
-
-
themarex authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@671 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Aug 06, 2014
-
-
vahrenkamp authored
Added missing eigen defines to header (Primitives). git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@659 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Aug 05, 2014
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@658 042f3d55-54a8-47e9-b7fb-15903f145c44
-
themarex authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@657 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Jul 26, 2014
-
-
vahrenkamp authored
changed name of qhull project to simox-qhull to avoid issues when installing simox together with a different qhull verson git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@647 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Jul 23, 2014
-
-
vahrenkamp authored
added support for inverting kinematic structures added saveXML button to RobotViewer git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@634 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
-