turtlebot_exploration_3d icon indicating copy to clipboard operation
turtlebot_exploration_3d copied to clipboard

Autonomous Exploration package for a Turtulebot equiped with RGBD Sensor(Kinect, Xtion)

Results 2 turtlebot_exploration_3d issues
Sort by recently updated
recently updated
newest added
trafficstars

line 293 - line 306 of the file [turtlebot_exploration_3d.cpp](https://github.com/RobustFieldAutonomyLab/turtlebot_exploration_3d/blob/master/src/turtlebot_exploration_3d.cpp) is ```cpp Candidates_pub.publish(CandidatesMarker_array); CandidatesMarker_array.markers.clear(); candidates.clear(); // loop in the idx_MI, if the candidate with max MI cannot be achieved, // switch...

The matern kernel function is ![image](https://user-images.githubusercontent.com/20700856/101567762-65fc8a80-3a0c-11eb-93d1-79ad762b8e16.png) However, in your code, it is ![image](https://user-images.githubusercontent.com/20700856/101567813-8298c280-3a0c-11eb-856d-a9c4a621222a.png) Why the modification is taken ?