diff --git a/src/config/mork.js b/src/config/mork.js
index bfe1e8e..be9c515 100644
--- a/src/config/mork.js
+++ b/src/config/mork.js
@@ -482,7 +482,7 @@ export const getRouteInfo = () => {
"start_y": 0.98493,
"end_x": 27.1645,
"end_y": 1.29409,
- "navigation_mode": "0",
+ "navigation_mode": "2",
"route_type": "1"
},
{
diff --git a/src/i18n/langs/en.js b/src/i18n/langs/en.js
index 22806a3..82e255e 100644
--- a/src/i18n/langs/en.js
+++ b/src/i18n/langs/en.js
@@ -80,9 +80,11 @@ module.exports = {
next: 'Next',
previous: 'Previous',
close: 'Done',
- driverTxt1: 'This shows the surrounding environment scanned by the current vehicle. Drag the vehicle to start recording the travel route.',
- driverTxt2: 'When the vehicle moves to a work point, click the "Mark Point" button to record the current position of the vehicle as a work point.',
- driverTxt3: 'To complete map - building, click the "Finish Map - building" button and wait for the map to be generated automatically.',
+ driverTxt1: 'The vehicle will automatically scan the surrounding environment. Dragging the vehicle will start recording the travel route.',
+ driverTxt2: 'When the vehicle moves to the target work point, click the "Mark Point" button to save the current location as a work point.',
+ driverTxt3: 'After the route and work points are recorded, click "Finish Mapping" and wait for the system to automatically generate the map.',
+ NewcomerGuidance: 'Newcomer Guidance',
+ Gotit: 'Got it',
carbuildingmap: 'The cart is building the map...',
errorbuildingredone: 'An error occurred during map - building. Map - building needs to be redone.',
sureendbuilding: 'Are you sure to end the map - building?',
@@ -124,5 +126,16 @@ module.exports = {
autobackfailedmanually:'The automatic fallback has failed. Please take over manually.',
vehicleautobacknotmanwaitcompleted: 'The vehicle is in the process of automatic fallback. Do not manually move the vehicle. Please wait until the automatic fallback is completed.',
yousurereposition: 'Are you sure you want to reposition?',
- systemcalculatingnotmovevehicle: 'The system is calculating whether an automatic fallback is possible. Do not move the vehicle.'
+ systemcalculatingnotmovevehicle: 'The system is calculating whether an automatic fallback is possible. Do not move the vehicle.',
+ Direction: 'Direction',
+ Gostraight: 'Go straight',
+ Reverse: 'Reverse',
+ Twoway: 'Two - way',
+ Curve: 'Curve',
+ Straightline: 'Straight line',
+ Blindtravel: 'Blind travel',
+ pathType: 'Path Type',
+ straightPath: 'Straight Path',
+ reversePath: 'Reverse Path',
+ bidirectionalPath: 'Bidirectional Path'
}
diff --git a/src/i18n/langs/zh.js b/src/i18n/langs/zh.js
index 7a3e580..2aa4a1c 100644
--- a/src/i18n/langs/zh.js
+++ b/src/i18n/langs/zh.js
@@ -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: '双向路径'
}
diff --git a/src/images/new/en_step_1.jpg b/src/images/new/en_step_1.jpg
new file mode 100644
index 0000000..3ff3652
Binary files /dev/null and b/src/images/new/en_step_1.jpg differ
diff --git a/src/images/new/en_step_2.jpg b/src/images/new/en_step_2.jpg
new file mode 100644
index 0000000..857267c
Binary files /dev/null and b/src/images/new/en_step_2.jpg differ
diff --git a/src/images/new/en_step_3.jpg b/src/images/new/en_step_3.jpg
new file mode 100644
index 0000000..b022b87
Binary files /dev/null and b/src/images/new/en_step_3.jpg differ
diff --git a/src/pages/modules/build/driver-modal.vue b/src/pages/modules/build/driver-modal.vue
index beec127..6f85b84 100644
--- a/src/pages/modules/build/driver-modal.vue
+++ b/src/pages/modules/build/driver-modal.vue
@@ -2,25 +2,34 @@
-