tesseract_planning
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)...); }

/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