Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorials:intermediate:costmaps [2022/04/27 13:53] – [Setup] schimpf | tutorials:intermediate:costmaps [2022/04/27 14:02] (current) – [Creating your own cost function] schimpf | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| ===== Setup ===== | ===== Setup ===== | ||
| - | Set up the environment in our terminal by calling the launch file: | + | *set up the environment in our terminal by calling the launch file: |
| - | *roslaunch cram_bullet_world_tutorial world.launch | + | |
| *load cram_bullet_world_tutorial in the REPL | *load cram_bullet_world_tutorial in the REPL | ||
| Line 103: | Line 103: | ||
| (if (and (< (cl-transforms: | (if (and (< (cl-transforms: | ||
| (> (abs (/ (cl-transforms: | (> (abs (/ (cl-transforms: | ||
| - | (abs (/ (cl-transforms: | + | 1 |
| - | 0.0d0))))) | + | |
| - | </ | + | </ |
| + | To summerize, we can see that the individual value in the costmap generator is set to 1 if it is behind the reference point and else it's set to 0. | ||
| * define order for your costmap function and give it a name: | * define order for your costmap function and give it a name: | ||

