tesseract_planning icon indicating copy to clipboard operation
tesseract_planning copied to clipboard

when catkin build tesseract_planning-0.13.1 on ubuntu20.04 ,it show required from here /usr/include/c++/9/ext/new_allocator.h:146:4: error: invalid new-expression of abstract class type 'descartes_light::StateEvaluator<float>' 146 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }

Open dbdxnuliba opened this issue 3 years ago • 0 comments

image

/home/taimi/ws_tesseract_060/src/tesseract_planning-0.13.1/tesseract_motion_planners/descartes/src/profile/descartes_default_plan_profile.cpp:31:16: required from here /usr/include/c++/9/ext/new_allocator.h:146:4: error: invalid new-expression of abstract class type 'descartes_light::StateEvaluator' 146 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

dbdxnuliba avatar Sep 20 '22 02:09 dbdxnuliba