traversability_mapping icon indicating copy to clipboard operation
traversability_mapping copied to clipboard

Code to save PRM graph during pilot run, and load it during navigation sessions (tested on a real robot)

Open bimalka98 opened this issue 3 months ago • 0 comments

  1. Function for saving the PRM graph after the pilot run: void savePRMGraph()
  2. Function for loading it in subsequent autonomous navigation sessions: void loadPRMGraph()
  3. These functions are called during the destructor and the constructor of the class TraversabilityPRM{}.

bimalka98 avatar Apr 07 '24 13:04 bimalka98