Skip to content

Commit 9b12690

Browse files
committed
fixed README
1 parent c127c64 commit 9b12690

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Follow Example
22

3-
# Overview
3+
## Overview
44

55
* This is an example that uses LIDAR to move towards the nearest object. It includes instructions on how to use `cmd_vel` and `LaserScan`.
66

7-
# Building
7+
## Building
88

9-
*Copy the necessary folders to workspace and build the project.
9+
* Copy the necessary folders to workspace and build the project.
1010

1111
```
12-
mkidr -p ~/ros2_ws/src
12+
mkdir -p ~/ros2_ws/src
1313
cd ~/ros2_ws/src
1414
cp -r ~/kachaka-api/ros2/kachaka_interfaces .
1515
cp -r ~/kachaka-api/ros2/demos/kachaka_follow .
@@ -18,14 +18,13 @@ cd ~/ros2_ws
1818
colcon build
1919
```
2020

21-
# Execution
21+
## Execution
2222

2323
* Open another terminal and start the ROS2 bridge.
2424

2525
```
26-
cd ~/kachaka-api/ros2_bridge
26+
cd ~/kachaka-api/tools/ros2_bridge
2727
./start_bridge.sh <Kachaka's IP>
28-
2928
```
3029

3130
* Next, run the following command.
@@ -35,4 +34,3 @@ cd ~/ros2_ws
3534
source install/setup.bash
3635
ros2 run kachaka_follow follow
3736
```
38-

0 commit comments

Comments
 (0)