Skip to content

Commit

Permalink
First code added
Browse files Browse the repository at this point in the history
 - Plugins for communctaions and protobuf message
 - SDF Parser for C#
 - Modules for simulation
 - Realize sensor model, joint control, visual, collisions in 3D simulation environment by SDF specification
  • Loading branch information
hyunseok-yang committed Apr 24, 2020
1 parent dd24b25 commit b0417e0
Show file tree
Hide file tree
Showing 683 changed files with 65,682 additions and 3 deletions.
92 changes: 92 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# Created by https://www.gitignore.io/api/unity
# Edit at https://www.gitignore.io/?templates=unity

### Unity ###
# This .gitignore file should be placed at the root of your Unity project directory
#
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
*/[Ll]ibrary/
*/[Tt]emp/
*/[Oo]bj/
*/[Bb]uild/
*/[Bb]uilds/
*/[Ll]ogs/
*/[Mm]emoryCaptures/

# Never ignore Asset meta data
!*/[Aa]ssets/**/*.meta

# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*

# TextMesh Pro files
*/[Aa]ssets/TextMesh*Pro/
*/[Aa]ssets/TextMesh*Pro.meta

# Autogenerated Jetbrains Rider plugin
*/[Aa]ssets/Plugins/Editor/JetBrains*

# Visual Studio cache directory
.vs/

# Visual Studio Code user settings
.vscode/

# Gradle cache directory
.gradle/

# Autogenerated VS/MD/Consulo solution and project files
*/ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db

# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta

# Unity3D generated file on crash reports
sysinfo.txt

# Builds
*.apk
*.unitypackage
*.symbols.zip

# Crashlytics generated file
crashlytics-build.properties

# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim
Sessionx.vim

# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~

# End of https://www.gitignore.io/api/unity
8 changes: 8 additions & 0 deletions Assets/Plugins.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Plugins/AsyncIO.0.1.69.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Plugins/AsyncIO.0.1.69/.signature.p7s
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Plugins/AsyncIO.0.1.69/lib.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Plugins/AsyncIO.0.1.69/lib/net40.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
33 changes: 33 additions & 0 deletions Assets/Plugins/AsyncIO.0.1.69/lib/net40/AsyncIO.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Plugins/NetMQ.4.0.0.207.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Plugins/NetMQ.4.0.0.207/.signature.p7s
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Plugins/NetMQ.4.0.0.207/lib.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Plugins/NetMQ.4.0.0.207/lib/net40.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
33 changes: 33 additions & 0 deletions Assets/Plugins/NetMQ.4.0.0.207/lib/net40/NetMQ.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b0417e0

Please sign in to comment.