Closed shubham-shahh closed 2 years ago
You could refer to this paper for more details: "Real-Time Trajectory Replanning for MAVs using Uniform B-splines and a 3D Circular Buffer".
thanks, @bigsuperZZZX, I'll look into it. Ill close this issue for now
Hi @bigsuperZZZX @USTfgaoaa , my understanding of functions such as
GridMap::globalIdx2BufIdx
andGridMap::globalIdx2InfBufIdx
, is that it converts 3D point to 1D representation for a 1D buffer, correct me If I am wrong I want to understand the working of the function mentioned belowI want to understand the working of this function, how you convert a 3D to 1D, and what's the intuition.