feat: 增加M2视频教程

main
杨明 2024-06-13 12:07:53 +08:00
parent 85d16f5406
commit 779af0c726
2 changed files with 83 additions and 61 deletions

27
car/videoLib.md Normal file
View File

@ -0,0 +1,27 @@
## 手柄控制
### 使用手柄控制机器人运动
<iframe src="http://www.autolabor.com.cn/lib/detail/26" frameborder="0" width="640" height="360" allowfullscreen></iframe>
更多详情,请查看[此处](http://www.autolabor.com.cn/usedoc/m2/car/use)
## ROS驱动安装与使用
### ROS驱动安装
<iframe src="http://www.autolabor.com.cn/lib/detail/27" frameborder="0" width="640" height="360" allowfullscreen></iframe>
### ROS驱动使用
<iframe src="http://www.autolabor.com.cn/lib/detail/28" frameborder="0" width="640" height="360" allowfullscreen></iframe>
更多详情,请查看[此处](http://www.autolabor.com.cn/usedoc/m2/car/ChassisM2)
## 串口协议
### 串口协议使用与说明
<iframe src="http://www.autolabor.com.cn/lib/detail/29" frameborder="0" width="640" height="360" allowfullscreen></iframe>
更多详情,请查看[此处](http://www.autolabor.com.cn/usedoc/m2/car/CustomAutocan)

117
conf.json
View File

@ -1,63 +1,58 @@
{ {
"_readme": [ "_readme": [
"注uri 必须保障唯一性,若有重复引用,请使用 rewrite 注册新的 uri", "注uri 必须保障唯一性,若有重复引用,请使用 rewrite 注册新的 uri",
"由于设计缺陷rewrite 时只能自定义最后一级路径", "由于设计缺陷rewrite 时只能自定义最后一级路径",
"uri 格式 1 - 相对文档a/b/c", "uri 格式 1 - 相对文档a/b/c",
"uri 格式 2 - 相对站内:/usedoc/ap1/a/b/c", "uri 格式 2 - 相对站内:/usedoc/ap1/a/b/c",
"uri 格式 3 - 绝对地址https://www.baidu.com", "uri 格式 3 - 绝对地址https://www.baidu.com",
"_readme 本身并没有什么用" "_readme 本身并没有什么用"
], ],
"index": "car/overview", "index": "car/overview",
"rewrite": { "rewrite": {
},
}, "plugin": {
"plugin": { "emoji": false,
"emoji": false, "taskList": true,
"taskList": true, "tex": true,
"tex": true, "flowChart": true,
"flowChart": true, "sequenceDiagram": true
"sequenceDiagram": true },
}, "menu": {
"menu": { "toc": {
"toc": { "startLevel": "0",
"startLevel": "0", "overLevel": "0"
"overLevel": "0" },
}, "items": [
"items": [ {
"name": "Autolabor M2底盘",
"isOpen": true,
{ "items": [
"name": "Autolabor M2底盘", {
"isOpen": true, "name": "产品概述",
"items": [ "uri": "car/overview"
{ },
"name": "产品概述", {
"uri": "car/overview" "name": "产品参数",
}, "uri": "car/intro"
},
{ {
"name": "产品参数", "name": "控制方式",
"uri": "car/intro" "uri": "car/use"
}, },
{
{ "name": "串口协议",
"name": "控制方式", "uri": "car/CustomAutocan"
"uri": "car/use" },
}, {
"name": "ROS驱动",
{ "uri": "car/ChassisM2"
"name": "串口协议", },
"uri": "car/CustomAutocan" {
}, "name": "视频教程",
"uri": "car/videoLib"
{ }
"name": "ROS驱动", ]
"uri": "car/ChassisM2" }
} ]
}
]
}
]
}
} }