Skip to content

Translate README.md to Chinese #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: melodic-devel
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,42 @@
# mpc_ros_model

## Overview
## 概述

- This repository supports the `mpc_ros` repository for controlling various model like differential drive model, ackermann, holonomic model. This integrates the different models from other public packages, therefore you can clone the references separately.
- 本仓库为 mpc_ros 仓库提供支持,用于控制多种机器人模型,例如差分驱动模型、阿克曼转向模型和全向移动模型。本项目集成了来自其他开源功能包的不同模型,因此您可以根据需要单独克隆这些参考项目。

## Requirements
## 依赖环境
``` sudo apt-get install ros-melodic-hector-gazebo-plugins ros-melodic-ackermann-steering-controller ros-melodic-rqt-robot-steering```

## Launch the Models

### Differential Drive model
## 启动模型
### 差分驱动模型

```roslaunch mpc_ros_description differential_model.launch```

![https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ef45e537-291a-4fee-80bd-acacb4118c13/Screenshot_from_2021-02-08_13-16-13.png](./assets/diff_model.gif)

### Ackermann model
### 阿克曼模型

```roslaunch mpc_ros_description ackermann_model.launch```

![https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ef45e537-291a-4fee-80bd-acacb4118c13/Screenshot_from_2021-02-08_13-16-13.png](./assets/ackermann_model.gif)

### Bicycle model
### 自行车模型
```roslaunch mpc_ros_description bicycle_model.launch```

![https://s3-us-west-2.amazonaws.com/secure.notion-static.com/fd751637-0aae-49da-ad90-e07a13ad4369/bicycle.gif](./assets/bicycle_model.gif)

### Holonomic model
### 全向移动模型
```roslaunch mpc_ros_description holonomic_model.launch```

![https://s3-us-west-2.amazonaws.com/secure.notion-static.com/5fddeff9-52f5-4a36-a245-4fdb19538759/Untitled.png](./assets/holonomic_model.gif)


### Can select the model according to argument
### 通过启动参数选择模型

```roslaunch mpc_ros_description models.launch```


## References
## 参考资料

- [serving_bot](https://github.com/CzJaewan/servingbot)
- [differential_drive](http://wiki.ros.org/differential_drive)
Expand Down