diff --git a/ReadMe.txt b/ReadMe.txt index 6bf095caad1fca34207a3ea4b61df5bfb8293bda..d71a2ac47b76f548d035347e3706279a53bbb37e 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -2,6 +2,17 @@ Run Instructions version: MATLAB R2022a +How to Run: 1. Download 'example_synced.bag' from RELLIS-3D Github to your computer. -2. (line 5) Set the filepath to the location of the saved .bag file. -3. If you want to change costmap values, see Line 101. \ No newline at end of file +2. Open PerceptionNodeV2.mat +3. (line 5) Set the filepath to the location of the saved .bag file. +4. Save and run. + +Set Parameters (optional) +1. To change costmap values, see Line 101. +2. To change sensor positioning (eg. Z-axis, center point, radius, etc.), see Lines 56-57, 68. +3. There are 2 implementations of the cost map: +(a) The occupancy grid (contour output) +(b) The cost map (square block grid output) +- Default is (a) found in Lines 111-163. Feel free to comment those lines to supress (a) +- To run (b), uncomment 165-235 \ No newline at end of file