Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
LSK_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이상윤
2020-06-21 13:56:34 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6de751a10402478e97776130537f5dd0bcf059f5
6de751a1
1 parent
d9e15233
ReadME와 코드 정리
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
README.md
sourcecode/capstone/Assets/Script/Move.cs
README.md
View file @
6de751a
...
...
@@ -38,4 +38,8 @@
+
txt파일 하나마다 한 동작, count를 적용
+
txt파일에 정리된 Kinect 값은 데이터 전처리를 통해 적당하게 움직이도록 미리 제작
### 코드 활용방법
1.
Unity를 이용하여 Assets파일 위치에서 Unity Project Open
2.
Script폴더에 있는 c#파일들을 Code editor를 이용해 Open
3.
Kinect는 Kinect SDK설치 후 USB3.0을 이용하여 연결 (Intel CPU 7세대에서 오류 발생, 8세대 이상 권장)
4.
Unity 실행 시 항상 Kinect studio 또는 Configuration 실행 권장
\ No newline at end of file
...
...
sourcecode/capstone/Assets/Script/Move.cs
View file @
6de751a
...
...
@@ -31,7 +31,7 @@ public class Move : MonoBehaviour
public
bool
move
=
true
;
private
System
.
IntPtr
kinect
;
//
lsy
//
trainer
public
string
[]
lines
;
public
string
[]
lines_right
;
public
int
trainer_i
=
-
1
;
...
...
@@ -45,7 +45,7 @@ public class Move : MonoBehaviour
public
float
trainer_timer
=
0
;
public
bool
trainer_other_side
=
false
;
public
int
trainer_speed
=
0
;
//
lsy end
//
trainer ==
public
Text
AngleLeftKnee
;
public
Text
AngleRightKnee
;
...
...
Please
register
or
login
to post a comment