Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integrated-scheduling-v3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张晓彤
integrated-scheduling-v3
Commits
b93d0b4a
Commit
b93d0b4a
authored
Jun 24, 2025
by
Allvey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加穿越装载区距离判断,增加配置文件因子(暂时未启用)
parent
9930df8b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
+13
-4
config.json
config.json
+2
-1
group.py
core/group.py
+9
-1
versiontag.py
versiontag.py
+2
-2
No files found.
config.json
View file @
b93d0b4a
...
...
@@ -28,7 +28,8 @@
},
"gothrough"
:
{
"closer_area_name"
:
"哈装测试"
,
"further_area_name"
:
"哈装2"
"further_area_name"
:
"哈装2"
,
"factor"
:
0.6
},
"geom"
:
{
"redispatch_minimal_distance"
:
40
...
...
core/group.py
View file @
b93d0b4a
...
...
@@ -562,7 +562,13 @@ class GroupDispatcher:
self
.
logger
.
info
(
"穿越装载区调度开启"
)
# 更新判定路段区域
self
.
gothroghdispatcher
.
update_lanes_info
()
cross_lane
=
self
.
gothroghdispatcher
.
update_lanes_info
()
# 获取车辆经纬度信息
truck_prise_location
=
self
.
group
.
truck
.
truck_current_prise_location
[
truck_id
]
if
not
is_close_to_cross
(
cross_lane
,
truck_prise_location
):
self
.
logger
.
info
(
f
'距离过近无法触发穿越装载区调度'
)
try
:
# 获取近端装载区入场点经纬度信息
...
...
@@ -1306,6 +1312,8 @@ class GoThroughDispatcher:
self
.
logger
.
info
(
"cross_lane"
)
self
.
logger
.
info
(
cross_lane
)
return
cross_lane
# 截取远端入场点到交叉口的路段
# self.further_area_backtrack_lanes = self.further_area_backtrack_lanes[
# 0:self.further_area_backtrack_lanes.index(cross_lane)]
...
...
versiontag.py
View file @
b93d0b4a
...
...
@@ -6,4 +6,4 @@
# @File : versiontag.py.py
# @Software: PyCharm
VERSION_TAG
=
'78'
\ No newline at end of file
VERSION_TAG
=
'79'
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment