ZJU-FAST-Lab / GCOPTER

A General-Purpose Trajectory Optimizer for Multicopters
MIT License
684 stars 139 forks source link

ompl::Exception #1

Closed Zyhlibrary closed 2 years ago

Zyhlibrary commented 2 years ago

Hi, when i use the code, after setting the goal point, the code report the error, is there a solution for this ? terminate called after throwing an instance of 'ompl::Exception' what(): Direct sampling of the path-length objective requires Eigen, but this version of OMPL was compiled without Eigen support. If possible, please install Eigen and recompile OMPL. If this is not possible, you can manually create an instantiation of RejectionInfSampler to approximate the behaviour of direct informed sampling.

whuer-mspace commented 2 years ago

The following error occers when I use the 2D nav goal button to set the target destination, why? any solutions? thanks!

terminate called after throwing an instance of 'ompl::Exception' what(): Direct sampling of the path-length objective requires Eigen, but this version of OMPL was compiled without Eigen support. If possible, please install Eigen and recompile OMPL. If this is not possible, you can manually create an instantiation of RejectionInfSampler to approximate the behaviour of direct informed sampling. [global_planning_node-5] process has died [pid 18379, exit code -6, cmd /home/nuc/ROS/devel/lib/gcopter/global_planning name:=global_planning_node log:=/home/nuc/.ros/log/cca85ec0-befa-11ec-b074-38fc989acd2e/global_planning_node-5.log]. log file: /home/nuc/.ros/log/cca85ec0-befa-11ec-b074-38fc989acd2e/global_planning_node-5*.log

davidzhangbuaa commented 1 year ago

same problem encountered.

terminate called after throwing an instance of 'ompl::Exception' what(): Direct sampling of the path-length objective requires Eigen, but this version of OMPL was compiled without Eigen support. If possible, please install Eigen and recompile OMPL. If this is not possible, you can manually create an instantiation of RejectionInfSampler to approximate the behaviour of direct informed sampling.

Xingchen0504 commented 1 year ago

same problem, how do solve it?

Zyhlibrary commented 1 year ago

same problem, how do solve it?

You can try to download and install the OMPL yourself, and then recompile the project.

Xingchen0504 commented 1 year ago

thx its solved

------------------ 原始邮件 ------------------ 发件人: "ZJU-FAST-Lab/GCOPTER" @.>; 发送时间: 2023年4月27日(星期四) 中午12:58 @.>; @.**@.>; 主题: Re: [ZJU-FAST-Lab/GCOPTER] ompl::Exception (Issue #1)

same problem, how do solve it?

You can try to download and install the OMPL yourself, and then recompile the project.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>