Skip to content

Commit

Permalink
Add example scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
samiamlabs committed Jul 30, 2019
1 parent bfb56ee commit 57895ed
Show file tree
Hide file tree
Showing 1,773 changed files with 20,979 additions and 20,691 deletions.
39 changes: 39 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Unity Editor",
"type": "unity",
"path": "/home/sam/dyno/dotnet/unity_ws/src/unity/unity_ros2/Library/EditorInstance.json",
"request": "launch"
},
{
"name": "Windows Player",
"type": "unity",
"request": "launch"
},
{
"name": "OSX Player",
"type": "unity",
"request": "launch"
},
{
"name": "Linux Player",
"type": "unity",
"request": "launch"
},
{
"name": "iOS Player",
"type": "unity",
"request": "launch"
},
{
"name": "Android Player",
"type": "unity",
"request": "launch"
}
]
}
8 changes: 0 additions & 8 deletions Assets/Editor/Tests.meta

This file was deleted.

194 changes: 0 additions & 194 deletions Assets/Editor/Tests/CreateUrdfGameObjectTests.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Assets/Editor/Tests/CreateUrdfGameObjectTests.cs.meta

This file was deleted.

Loading

0 comments on commit 57895ed

Please sign in to comment.