Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Thick-Common
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
0
Merge Requests
0
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
潘栩锋
Thick-Common
Commits
d76d59b6
Commit
d76d59b6
authored
Mar 12, 2022
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加 FlyADBase 添加项目 bin/Debug 还原
parent
7ee47f0f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletion
+27
-1
0.init.sh
Project.FLY.FlyADBase/脚本/0.init.sh
+25
-0
flyad_laser.json
...脚本/FLYAD7.Simulation.Battery.RayLaser.资料/flyad_laser.json
+2
-1
No files found.
Project.FLY.FlyADBase/脚本/0.init.sh
0 → 100644
View file @
d76d59b6
#!/bin/bash
#第1次编译后, 执行
#还原 bin/Debug 的 配置文件
echo
初始化 FLYAD7_Simulation_Wpf.资料
src_dir
=
"FLYAD7_Simulation_Wpf.资料/*"
dest_dir
=
"../FLYAD7_Simulation_Wpf/bin/Debug"
cp
-Rf
${
src_dir
}
${
dest_dir
}
if
[
"
$?
"
-ne
"0"
]
;
then
echo
初始化 FLYAD7_Simulation_Wpf.资料 出错
exit
-1
fi
echo
初始化 FLYAD7.Simulation.Battery.RayLaser.资料
src_dir
=
"FLYAD7.Simulation.Battery.RayLaser.资料/*"
dest_dir
=
"../FLYAD7.Simulation.Battery.RayLaser/bin/Debug"
cp
-Rf
${
src_dir
}
${
dest_dir
}
if
[
"
$?
"
-ne
"0"
]
;
then
echo
初始化 FLYAD7.Simulation.Battery.RayLaser.资料 出错
exit
-1
fi
echo
完成
\ No newline at end of file
Project.FLY.FlyADBase/脚本/FLYAD7.Simulation.Battery.RayLaser.资料/flyad_laser.json
View file @
d76d59b6
...
...
@@ -5,6 +5,6 @@
"PosOfGrid"
:
5
,
"Ratio01"
:
4
,
"Ratio02"
:
1
,
"JogVelocity"
:
1234
,
"JogVelocity"
:
3000
,
"PosOffset"
:
150
}
\ 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