File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# aris简介
2
2
3
- aris的简介请参考 http://106.15.224.250/
3
+ aris的简介请参考
4
4
5
5
## 功能简介
6
6
aris主要包含两个功能:
@@ -16,10 +16,9 @@ aris主要包含两个功能:
16
16
- 支持用户自己编写命令控制机器人(比如moveC,moveL等)
17
17
18
18
## 安装
19
- aris使用Cmake作为构建工具,可以跨平台使用。源码完全基于标准C++ 14编写,并在以下编译器下进行过测试:
20
- - Visual Studio 2015
21
- - gcc&g++ 5.4.1
22
- - clang&clang++ 3.8
19
+ aris使用Cmake作为构建工具,可以跨平台使用。源码完全基于标准C++ 17编写,并在以下编译器下进行过测试:
20
+ - Visual Studio 2017
21
+ - gcc&g++ 8.0及以上
23
22
24
23
### Windows
25
24
在Windows下master时钟不实时,同时无法使用EtherCat模块。Windows平台推荐使用cmake-gui等CMake工具来构建。
@@ -47,7 +46,7 @@ make install -j4
47
46
~~~~~~~~~~~~~~~~~
48
47
mkdir build
49
48
cd build
50
- cmake .. -DUSE_XENOMAI=ON -DUSE_ETHERLAB=ON
49
+ cmake .. -DRT_TIMER=XENOMAI3 -DETHERCAT=ETHERLAB
51
50
make install
52
51
~~~~~~~~~~~~~~~~~
53
52
You can’t perform that action at this time.
0 commit comments