Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.meta text eol=lf
*.asset text eol=lf
*.cs text eol=lf
*.py text eol=lf
*.json text eol=lf
*.sh text eol=lf
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
.DS_Store
*.swp
23 changes: 23 additions & 0 deletions .yamato/yamato-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Connector Unit Tests
agent:
type: Unity::VM
image: robotics/ci-ubuntu20:latest
flavor: i1.large
variables:
PATH: /root/.local/bin:/home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin
commands:
- python3 -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- unity-downloader-cli -u 2020.2.0b9 -c editor -c StandaloneSupport-IL2CPP -c Linux --wait --published
- git clone git@github.cds.internal.unity3d.com:unity/utr.git utr
- utr/utr --testproject=./TestRosTcpConnector --editor-location=.Editor --reruncount=0 --artifacts_path=test-results --suite=playmode --suite=editor --platform=Editor
triggers:
cancel_old_ci: true
expression: |
(pull_request.target eq "main" AND
NOT pull_request.push.changes.all match "**/*.md") OR
(push.branch eq "dev" AND
NOT push.changes.all match "**/*.md")
artifacts:
logs:
paths:
- "test-results/**/*"
53 changes: 0 additions & 53 deletions Editor/MessageGeneration/MessageGenBrowserSettings.cs

This file was deleted.

29 changes: 0 additions & 29 deletions Editor/MessageGeneration/ScriptedMsgImporter.cs

This file was deleted.

31 changes: 0 additions & 31 deletions Editor/MessageGeneration/ScriptedSrvImporter.cs

This file was deleted.

61 changes: 0 additions & 61 deletions Editor/ROSSettingsEditor.cs

This file was deleted.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ This Unity package provides three main features:
- [Message Generation](MessageGeneration.md)

- [ROSGeometry](ROSGeometry.md)

## ROS#

Special thanks to the Siemens [ROS# Project Team]( https://github.com/siemens/ros-sharp/wiki/Info_Acknowledgements) for driving the ROS-Unity Integration Open Source since 2017.

This repo is a fork of [ROS#](https://github.com/siemens/ros-sharp) and was a great starting point for our development.
7 changes: 0 additions & 7 deletions ROSGeometry.md.meta

This file was deleted.

Loading