Skip to content

Commit

Permalink
📝 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryZhuHR committed Nov 20, 2023
1 parent 39fd94a commit 942b785
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.pnpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
version: 8
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
args: [--no-frozen-lockfile, --strict-peer-dependencies]
- args: [--global, gulp, prettier, typescript]
- name: Deploy to GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion core
Submodule core updated from 8feb06 to 3eccd6
8 changes: 8 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@


# 安装

## 树莓派

[Install Ubuntu on a Raspberry Pi](https://ubuntu.com/download/raspberry-pi)

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 运动控制管理器



## 调试记录

### 2023.08.24
Expand Down
File renamed without changes.
18 changes: 18 additions & 0 deletions docs/modules/nav/nav.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
根据 [Getting Started](https://navigation.ros.org/getting_started/index.html)安装,Nav2 和 [Turtlebot3](https://github.com/robotis-ros2-release/turtlebot3-release)
```bash
sudo apt install ros-humble-navigation2
sudo apt install ros-humble-nav2-bringup
```

```bash
sudo apt install ros-humble-turtlebot3-gazebo
```


写入环境变量

```bash
source /opt/ros/humble/setup.bash
export TURTLEBOT3_MODEL=waffle
export GAZEBO_MODEL_PATH=$GAZEBO_MODEL_PATH:/opt/ros/humble/share/turtlebot3_gazebo/models
```

0 comments on commit 942b785

Please sign in to comment.