建图、地图修改

This commit is contained in:
2025-10-30 14:32:29 +08:00
parent 1e9797e0b4
commit 023aa4d3dc
10 changed files with 373 additions and 56 deletions

View File

@@ -80,9 +80,11 @@ module.exports = {
next: '下一步',
previous: '上一步',
close: '完成',
driverTxt1: '当前车辆扫描的周围环境,动车辆开始记录行走路线。',
driverTxt2: '移动到工位点时,点击打点按钮记录当前车辆所在位置为工位点。',
driverTxt3: '完成建图,点击结束建图按钮,等待地图自动生成。',
driverTxt1: '车辆将自动扫描周边环境,动车辆即可开始记录行走路线。',
driverTxt2: '当车辆移动到目标工位点时,点击打点按钮,即可保存当前位置为工位点。',
driverTxt3: '路线与工位点记录完成后,点击结束建图,等待系统自动生成地图即可。',
NewcomerGuidance: '新手指导',
Gotit: '我知道了',
carbuildingmap: '小车正在建图中',
errorbuildingredone: '建图过程中出现错误,需要重新进行建图。',
sureendbuilding: '确定是否结束建图?',
@@ -124,5 +126,16 @@ module.exports = {
autobackfailedmanually:'自动回退失败,请手动接管。',
vehicleautobacknotmanwaitcompleted: '车子正在自动回退中,请勿手动移动车辆,等待车辆自动回退完成。',
yousurereposition: '是否确定重定位?',
systemcalculatingnotmovevehicle: '正在计算是否可以自动回退,请勿移动车辆'
systemcalculatingnotmovevehicle: '正在计算是否可以自动回退,请勿移动车辆',
Direction: '方向',
Gostraight: '直行',
Reverse: '后退',
Twoway: '双向',
Curve: '曲线',
Straightline: '直线',
Blindtravel: '盲走',
pathType: '路径类型',
straightPath: '直行路径',
reversePath: '后退路径',
bidirectionalPath: '双向路径'
}