You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Provide any relevant links here.
16
16
17
17
## Testing and Verification
18
18
19
-
Please describe the tests that you ran to verify your changes. Please also provide instructions, ROS packages, and Unity project files as appropriate so we can reproduce the test environment.
19
+
Please describe the tests that you ran to verify your changes. Please also provide instructions, ROS packages, and Unity project files as appropriate so we can reproduce the test environment.
20
20
21
21
### Test Configuration:
22
22
- Unity Version: [e.g. Unity 2020.2.0f1]
@@ -27,8 +27,9 @@ Please describe the tests that you ran to verify your changes. Please also provi
27
27
## Checklist
28
28
-[ ] Ensured this PR is up-to-date with the `dev` branch
29
29
-[ ] Created this PR to target the `dev` branch
30
-
-[ ] Followed the style guidelines as described in the [Contribution Guidelines](../CONTRIBUTING.md)
30
+
-[ ] Followed the style guidelines as described in the [Contribution Guidelines](https://github.com/Unity-Technologies/ROS-TCP-Endpoint/blob/main/CONTRIBUTING.md)
31
31
-[ ] Added tests that prove my fix is effective or that my feature works
32
+
-[ ] Updated the [Changelog](https://github.com/Unity-Technologies/ROS-TCP-Endpoint/blob/dev/CHANGELOG.md) and described changes in the [Unreleased section](https://github.com/Unity-Technologies/ROS-TCP-Endpoint/blob/dev/CHANGELOG.md#unreleased)
All notable changes to this repository will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
+
7
+
## Unreleased
8
+
9
+
### Upgrade Notes
10
+
11
+
### Known Issues
12
+
13
+
### Added
14
+
15
+
### Changed
16
+
17
+
### Deprecated
18
+
19
+
### Removed
20
+
21
+
### Fixed
22
+
23
+
## [0.4.0] - 2021-05-27
24
+
25
+
Note: the logs only reflects the changes from version 0.3.0
26
+
27
+
### Upgrade Notes
28
+
29
+
RosConnection 2.0: maintain a single constant connection from Unity to the Endpoint. This is more efficient than opening one connection per message, and it eliminates a whole bunch of user issues caused by ROS being unable to connect to Unity due to firewalls, proxies, etc.
30
+
31
+
### Known Issues
32
+
33
+
### Added
34
+
35
+
Add a link to the Robotics forum, and add a config.yml to add a link in the Github Issues page
36
+
37
+
Add linter, unit tests, and test coverage reporting
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Contribution Guidelines
2
2
3
-
Thank you for your interest in contributing to Unity Robotics! To facilitate your
4
-
contributions, we've outlined a brief set of guidelines to ensure that your extensions
3
+
Thank you for your interest in contributing to Unity Robotics! To facilitate your
4
+
contributions, we've outlined a brief set of guidelines to ensure that your extensions
5
5
can be easily integrated.
6
6
7
7
## Communication
@@ -40,10 +40,10 @@ We run continuous integration on all PRs; all tests must be passing before the P
40
40
41
41
All Python code should follow the [PEP 8 style guidelines](https://pep8.org/).
42
42
43
-
All C# code should follow the [Microsoft C# Coding Conventions](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions).
44
-
Additionally, the [Unity Coding package](https://docs.unity3d.com/Packages/com.unity.coding@0.1/manual/index.html)
45
-
can be used to format, encode, and lint your code according to the standard Unity
46
-
development conventions. Be aware that these Unity conventions will supersede the
43
+
All C# code should follow the [Microsoft C# Coding Conventions](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions).
44
+
Additionally, the [Unity Coding package](https://docs.unity3d.com/Packages/com.unity.coding@0.1/manual/index.html)
45
+
can be used to format, encode, and lint your code according to the standard Unity
46
+
development conventions. Be aware that these Unity conventions will supersede the
47
47
Microsoft C# Coding Conventions where applicable.
48
48
49
49
Please note that even if the code you are changing does not adhere to these guidelines,
@@ -60,5 +60,5 @@ email us at [unity-robotics@unity3d.com](mailto:unity-robotics@unity3d.com).
60
60
61
61
## Contribution review
62
62
63
-
Once you have a change ready following the above ground rules, simply make a
63
+
Once you have a change ready following the above ground rules, simply make a
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,17 @@ Instructions and examples on how to use this ROS package can be found on the [Un
10
10
11
11
## Community and Feedback
12
12
13
-
The Unity Robotics projects are open-source and we encourage and welcome contributions.
14
-
If you wish to contribute, be sure to review our [contribution guidelines](CONTRIBUTING.md)
13
+
The Unity Robotics projects are open-source and we encourage and welcome contributions.
14
+
If you wish to contribute, be sure to review our [contribution guidelines](CONTRIBUTING.md)
15
15
and [code of conduct](CODE_OF_CONDUCT.md).
16
16
17
17
## Support
18
-
For general questions, feedback, or feature requests, connect directly with the
19
-
Robotics team at [unity-robotics@unity3d.com](mailto:unity-robotics@unity3d.com).
18
+
For questions or discussions about Unity Robotics package installations or how to best set up and integrate your robotics projects, please create a new thread on the [Unity Robotics forum](https://forum.unity.com/forums/robotics.623/) and make sure to include as much detail as possible.
19
+
20
+
For feature requests, bugs, or other issues, please file a [GitHub issue](https://github.com/Unity-Technologies/ROS-TCP-Endpoint/issues) using the provided templates and the Robotics team will investigate as soon as possible.
20
21
21
-
For bugs or other issues, please file a GitHub issue and the Robotics team will
22
-
investigate the issue as soon as possible.
22
+
For any other questions or feedback, connect directly with the
23
+
Robotics team at [unity-robotics@unity3d.com](mailto:unity-robotics@unity3d.com).
0 commit comments