yangggzhang/Heterogeneous-Multi-Robot-Adaptive-Sampling

Error in Learning Type UCB

AimanMunir24 opened this issue · 2 comments

Hi, I am getting the following error when I change the learning type from GREEDY to UCB.

heterogeneous_adaptive_sampling_node: /usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h:118: Eigen::DenseCoeffsBase<Derived, 0>::CoeffReturnType Eigen::DenseCoeffsBase<Derived, 0>::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Matrix<double, -1, -1>; Eigen::DenseCoeffsBase<Derived, 0>::CoeffReturnType = const double&; Eigen::Index = long int]: Assertion `row >= 0 && row < rows() && col >= 0 && col < cols()' failed.

Can you tell me if I need to change anything else?

Checking, will update within one week.

I am waiting for your response