Skip to content

Commit

Permalink
[Docs]: Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikhyeon-Cho committed May 16, 2024
1 parent 27fd6ae commit 60e9366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ git clone https://github.com/Ikhyeon-Cho/height_mapping.git
cd ../
catkin build height_mapping
```
**Note:** For the best performance, complie with the option `-DCMAKE_BUILT_TYPE=release`. It makes significant improvements.
**Note:** For the best performance, complie with the option `-DCMAKE_BUILD_TYPE=release`. It makes significant improvements.

## Basic Usage
1. Configure the parameters in `height_mapping/config/params.yaml`
1. Configure the parameters in `height_mapping_ros/config/params.yaml`
2. To start the height mapping, use command
```
roslaunch height_mapping run.launch
Expand Down

0 comments on commit 60e9366

Please sign in to comment.