- 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
-
- Aug 14, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@310 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Aug 13, 2012
-
-
vahrenkamp authored
Reachability: Adding some convenient methods. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@309 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@308 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@307 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Aug 10, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@306 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@305 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Aug 09, 2012
-
-
vahrenkamp authored
Fix boost 1.50: filesystem path conversion to string git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@304 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Aug 08, 2012
-
-
vahrenkamp authored
Bugfix in GenericIK / DiffIK: When joint space improvement is low, the iterative search was stopped even when goal was reachable. Now the Cartesian error is considered as stopping condition. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@303 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Aug 07, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@302 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@301 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
* Check for nan. * Minor fix in SVD computation. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@300 042f3d55-54a8-47e9-b7fb-15903f145c44
-
stefanulbrich authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@299 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Aug 02, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@298 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Jul 31, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@297 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Jul 30, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@296 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@295 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@294 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@293 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@292 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
-
vahrenkamp authored
Custom CollisionDispatcher to ensure that self collisions between adjacent joints are not considered. Fixes for CoM offset computations simox<->bullet Parameter tweaking to improve physics results Fix joint angle directions Fix seg fault on viewer exit ViewAll fix: ignore floor plane git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@290 042f3d55-54a8-47e9-b7fb-15903f145c44
-
- Jul 25, 2012
-
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@289 042f3d55-54a8-47e9-b7fb-15903f145c44
-
vahrenkamp authored
git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@288 042f3d55-54a8-47e9-b7fb-15903f145c44
-