ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Though this is no a fundamental solution,
I found adding add_definitions(-DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT)
to
autoware/core_perception/ndt_cpu/CMakeLists.txt
can ignore this error.
(Note: not ndt_gpu
but ndt_cpu
)
I'll send an MR for this as a temporary measure.
2 | No.2 Revision |
Though this is no a fundamental solution, I found adding
add_definitions(-DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT)
to
autoware/core_perception/ndt_cpu/CMakeLists.txt
can ignore this error.
(Note: not ndt_gpu
but ndt_cpu
)
I'll send an MR for this as a temporary measure.