Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dawan0111 authored Dec 25, 2023
1 parent 9fa5f25 commit 19efb1d
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
# YacYac Robot
[![image.png](https://i.postimg.cc/Rh8DLRtS/image.png)](https://postimg.cc/GTFKcvzV)

yacyac robot description
## HW architecture
[![2023-ESWContest-1114-1.png](https://i.postimg.cc/Fz2LZdH5/2023-ESWContest-1114-1.png)](https://postimg.cc/kRvGM5Sf)

# Clone
## SW architecture
[![2023-ESWContest-1114-1.png](https://i.postimg.cc/FRXFDyjx/2023-ESWContest-1114-1.png)](https://postimg.cc/kVwd5tYV)

## Clone

This repository manages dependencies through submodules.

```
git clone --recursive https://github.com/dawan0111/yacyac.git
```

# Dependence package install
## Dependence package install

```bash
sudo apt install libzbar-dev libzmq3-dev ros-${ROS_DISTRO}-rosbridge-server ros-${ROS_DISTRO}-image-transport ros-${ROS_DISTRO}-compressed-image-transport ros-${ROS_DISTRO}-cartographer-ros ros-${ROS_DISTRO}-nav2*
```

# LiDAR SDK install
## LiDAR SDK install

```bash
cd ~/ros2_ws/src
Expand All @@ -31,14 +36,14 @@ sudo apt-get install python-pip
cd .. && pip install .
```

# GCP(Google Cloud Platform) TTS dependence install
## GCP(Google Cloud Platform) TTS dependence install

```bash
pip install --upgrade google-cloud-texttospeech
pip install playsound
```

# Setup USB rules
## Setup USB rules

```bash
sudo sh initenv.sh
Expand Down

0 comments on commit 19efb1d

Please sign in to comment.