- Dec 20, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@350 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Dec 17, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@349 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Dec 11, 2012
-
-
mkroehnert authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@348 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Dec 05, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@347 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Dec 04, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@346 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@345 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@344 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
Minor SimDynamics/Bullet updates. Better support for linux/bullet cmake configuration. Fixed wrong const definitions in custom collision dispatcher. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@343 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Nov 25, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@342 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@341 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
Added ignoreCollision tag to physics section of robot's xml description: Allows to specify disabled collision pairs for physics engines. Adjusted ARMAR-III model to work with bullet-SimDynamics. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@340 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Nov 23, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@339 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Nov 22, 2012
-
-
vahrenkamp authored
Created more accurate collision model of ARMAR-III. Old model with minimum number of triangles (630) has been renamed to ArmarIII_minColModel.xml. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@338 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@337 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Nov 05, 2012
-
-
vahrenkamp authored
Adjusting some set and get globalPose methods accordingly. Also some implicit checks for RootNodes are handled in a better way. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@336 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Nov 04, 2012
-
-
vahrenkamp authored
Added extended functionality to BulletEngine/CoinQtBulletViewer. Mutex protections and start/stop/step engine functionality. Fixed missing const definition in SimoxCollisionDispatcher: now the correct methods are called by the bullet framework. Improved SimDynamiosViewer: Start/Stop/Step engine, CoM visualizations git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@335 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
-
- Oct 24, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@333 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Oct 23, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@332 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Oct 18, 2012
-
-
vahrenkamp authored
Update to current bullet version (2.81) git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@331 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@330 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@329 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
Fixed Coin3D units hanling. Removed implicit assumption that all models are given in millimeters. Now all Coin3D related models may have a units tag or if not, the units are assumed as meters (standard in Coin). This change does only affect the model import/export, since all Simox internal computations are still performed in millimeters. Added unit tags to 3d model files and fixed all demos and examples. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@328 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
-
- Sep 18, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@326 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Sep 12, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@325 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@324 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@323 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@322 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Sep 10, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@321 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Sep 03, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@320 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@319 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Sep 02, 2012
-
-
vahrenkamp authored
Changing representation of orientations from RPY to EulerXYZ (fixed frame). This allows to represent neighborhoods of voxels in a better way since static frames are used. Some minor improvements and tests. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@318 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Sep 01, 2012
-
-
vahrenkamp authored
Improved visualization options. Some minor bugfixes. Improved memory management for reachability data. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@317 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Aug 24, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@316 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Aug 16, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@315 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@314 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@313 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@312 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Aug 15, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@311 042f3d55-54a8-47e9-b7fb-15903f145c44
-