2023-12-19 16:46:41 +09:00
|
|
|
## Run Eutobot
|
|
|
|
|
|
|
|
1. Open Terminal in target board and Insert below command
|
|
|
|
```
|
|
|
|
$ ros2 launch eutobot_nav laser_bringup_launch.py
|
|
|
|
```
|
|
|
|
2. Open Terminal in Host PC and Insert below command
|
|
|
|
```
|
|
|
|
$ ros2 launch eutobot_nav cartographer_launch.py
|
|
|
|
```
|
|
|
|
3. Open second Terminal in Host PC and Insert below command
|
|
|
|
```
|
|
|
|
$ ros2 launch eutobot_nav display_map_launch.py
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
<br>
|
|
|
|
check the grid map through rviz.
|
|
|
|
|