Skip to content

Commit

Permalink
测试 git 依赖性
Browse files Browse the repository at this point in the history
  • Loading branch information
6-BennyLi-9 committed Oct 18, 2024
1 parent 49160f7 commit 8207c9f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# Road Runner Quickstart
# FTC 集成化机器控制端
## FTC Robot Integration Client

Check out the [docs](https://rr.brott.dev/docs/v1-0/tuning/).

我们使用bing的翻译网站进行翻译,如果你有建议或修改,可以提交拉取请求给我们。

We use Bing's translation site for translations, and if you have suggestions or modifications, you can submit a pull request to us.


### 关于本项目:

1. 允许队伍更集成化地控制机器(也就是11212所做的,不过本项目与他们的不同)。

### 使用与安装:
我们非常不建议您克隆```beta```分支,因为这些内容的问题会很大,并且可能存在逻辑上的问题。

由于该项目较为活跃,因此可能需要队伍使用特别的方法克隆,详细的操作将在```wiki```中展示。

---

### About this project:

1. Allow the team to control the machine more integrated (which is what 11212 does, but this project is different from theirs).

### Usage & Installation:
We strongly discourage you from cloning the ```beta``` branch, as these can be very problematic and logical.

Due to the active nature of the project, it may require teams to use special methods for cloning, which will be shown on the ```wiki```.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
import java.util.Objects;
import java.util.Vector;

/**
* 一个非常好用的计时器
*/
public class Timer {
public double StartTime,EndTime;
public final Map<String, Double> Tags;
Expand Down

0 comments on commit 8207c9f

Please sign in to comment.