Skip to content
Snippets Groups Projects
Commit 8305845c authored by vahrenkamp's avatar vahrenkamp
Browse files

* Bugfix: Using std::vectors with a struct that contains Eigen objects...

* 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
parent 7c16d736
No related branches found
No related tags found
No related merge requests found
Showing
with 71 additions and 39 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment