OS update
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -6,3 +6,17 @@
|
||||
|
||||
# 忽略所有层级的 log 文件夹及其内容
|
||||
**/log/
|
||||
|
||||
**/msc/
|
||||
|
||||
**/Log/
|
||||
|
||||
**/.vscode/
|
||||
|
||||
include/**
|
||||
lib/**
|
||||
|
||||
csp_log.csv
|
||||
camera_pose_data.json
|
||||
eye_to_hand_matrix.json
|
||||
hand_pose_data.json
|
||||
|
||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +1,6 @@
|
||||
[submodule "hivecore_robot_arm"]
|
||||
path = hivecore_robot_arm
|
||||
url = ssh://git@192.168.10.50:2222/HiveCoreRD/hivecore_robot_arm.git
|
||||
[submodule "hivecore_robot_brain"]
|
||||
path = hivecore_robot_brain
|
||||
url = ssh://git@192.168.10.50:2222/HiveCoreRD/hivecore_robot_brain.git
|
||||
|
||||
Submodule hivecore_robot_brain updated: 30f7001bbc...1ba451a3cc
Submodule hivecore_robot_drivers updated: f55b8f6dfd...bfe060e01a
Submodule hivecore_robot_interfaces updated: 5c655d6279...e6ff6a8900
Submodule hivecore_robot_motion updated: 01e0ab59d5...2f69f94bbd
Submodule hivecore_robot_vision updated: 1c8f06ecf9...c0638c262e
Reference in New Issue
Block a user