Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
5fd1d8d
修改参数
chen723zhen-lgtm Nov 4, 2025
0a76f75
Merge branch 'main' of https://github.com/cljrobot/nn
chen723zhen-lgtm Nov 4, 2025
95d068f
Merge branch 'OpenHUTB:main' into main
cljrobot Nov 4, 2025
ebb90df
Merge branch 'OpenHUTB:main' into main
cljrobot Nov 4, 2025
2837280
优化小车识别
chen723zhen-lgtm Nov 10, 2025
f501f3b
Merge branch 'main' of https://github.com/cljrobot/nn
chen723zhen-lgtm Nov 10, 2025
23e0859
Merge branch 'OpenHUTB:main' into main
cljrobot Nov 10, 2025
fda9691
Merge branch 'main' of https://github.com/cljrobot/nn
chen723zhen-lgtm Nov 10, 2025
2a47aa7
补充README.MD
chen723zhen-lgtm Nov 10, 2025
d8e49a9
Merge branch 'OpenHUTB:main' into main
cljrobot Nov 10, 2025
e7482c1
Merge branch 'OpenHUTB:main' into main
cljrobot Nov 11, 2025
72263c0
根据主函数修改README.md文件
chen723zhen-lgtm Nov 11, 2025
fcfc8cc
Merge branch 'main' of https://github.com/cljrobot/nn
chen723zhen-lgtm Nov 11, 2025
4993fdd
Merge branch 'OpenHUTB:main' into main
cljrobot Nov 11, 2025
13e3cad
调整油门参数
chen723zhen-lgtm Nov 12, 2025
4855c21
Merge branch 'main' of https://github.com/cljrobot/nn
chen723zhen-lgtm Nov 12, 2025
9cff23c
Merge branch 'OpenHUTB:main' into main
cljrobot Nov 12, 2025
db73f70
Merge branch 'OpenHUTB:main' into main
cljrobot Nov 17, 2025
a78bb82
优化识别效率
chen723zhen-lgtm Nov 17, 2025
bab79f4
Merge branch 'main' of https://github.com/cljrobot/nn
chen723zhen-lgtm Nov 17, 2025
3ed318f
Merge branch 'main' into main
cljrobot Nov 17, 2025
1b71309
调整参数
chen723zhen-lgtm Nov 18, 2025
4975185
Merge branch 'main' of https://github.com/cljrobot/nn
chen723zhen-lgtm Nov 18, 2025
e74a3b8
Merge branch 'main' into main
cljrobot Nov 18, 2025
d2340d7
调整参数
chen723zhen-lgtm Nov 18, 2025
6feefa8
修改参数
chen723zhen-lgtm Nov 18, 2025
3911e4a
调整参数
chen723zhen-lgtm Nov 18, 2025
32f5e75
修改README.md
chen723zhen-lgtm Nov 20, 2025
1a34df6
Merge branch 'OpenHUTB:main' into main
cljrobot Nov 20, 2025
9819232
修改注释
chen723zhen-lgtm Nov 24, 2025
340264a
Merge branch 'main' of https://github.com/cljrobot/nn
chen723zhen-lgtm Nov 24, 2025
452b38e
Merge branch 'main' into main
cljrobot Nov 24, 2025
6605fd9
Merge branch 'OpenHUTB:main' into main
cljrobot Nov 24, 2025
bb5ecc2
添加注释
chen723zhen-lgtm Nov 24, 2025
4653c79
Merge branch 'main' of https://github.com/cljrobot/nn
chen723zhen-lgtm Nov 24, 2025
7945950
修改代码
chen723zhen-lgtm Nov 24, 2025
6634007
Merge branch 'main' into main
cljrobot Nov 24, 2025
5690719
修改代码
chen723zhen-lgtm Nov 24, 2025
a5470cf
Merge branch 'main' of https://github.com/cljrobot/nn
chen723zhen-lgtm Nov 24, 2025
cce41cc
代码修改
chen723zhen-lgtm Nov 25, 2025
cb38188
Merge branch 'OpenHUTB:main' into main
cljrobot Nov 25, 2025
afa2ecf
Merge branch 'OpenHUTB:main' into main
cljrobot Nov 30, 2025
b3fc1ab
代码修改
chen723zhen-lgtm Nov 30, 2025
2d4e04e
Merge branch 'main' of https://github.com/cljrobot/nn
chen723zhen-lgtm Nov 30, 2025
cf6be9d
代码修改
chen723zhen-lgtm Dec 1, 2025
aeb3661
优化小车和npc发生碰撞问题
chen723zhen-lgtm Dec 2, 2025
6aa088d
Merge branch 'main' into main
cljrobot Dec 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/car_navigation_system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
pip install carla numpy opencv-python matplotlib
pip install setuptools==40.2.0
pip insatll wheel
pip insatll torch
pip install random
```
## 快速启动

Expand Down
Loading
Loading