Skip to content
Snippets Groups Projects
Commit f6784a62 authored by jcarpent's avatar jcarpent
Browse files

[Geometry] Fix alignment issues

parent d09a7cbf
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,12 @@
* with eigenpy. If not, see <http://www.gnu.org/licenses/>.
*/
#include "eigenpy/memory.hpp"
#include "eigenpy/geometry.hpp"
#include "eigenpy/angle-axis.hpp"
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION(Eigen::AngleAxisd)
namespace eigenpy
{
void exposeAngleAxis()
......
......@@ -14,9 +14,12 @@
* with eigenpy. If not, see <http://www.gnu.org/licenses/>.
*/
#include "eigenpy/memory.hpp"
#include "eigenpy/geometry.hpp"
#include "eigenpy/quaternion.hpp"
EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION(Eigen::Quaterniond)
namespace eigenpy
{
void exposeQuaternion()
......
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