Commit 1588c15
Merge dev to main for release 0.4.0 (#113)
* Add ROS# link (#55)
* Add ROS# link
* Fixing message name that should not take a capital first letter automatically (#47)
* Fixing message name that should not take a capital first letter automatically
* Adding warning when a message file name starts with a lowercase character
* AIRO-331 Code Cleanup and Testing Framework (#57)
* Moving package files into package subdirectory
* Adding tests and fixing Yamato config.
* Adding missing using statement to MessageParser
* RosMessageGeneration namespace change (#61)
* Amanda/read chunks (#62)
* Read message in chunks min
* Removing unpredictable DataAvailable check
* Configurable byte chun
k size
* Prevent infinite hang on reading message contents
* Wait for frame on data read retry
* PR Feedback
* Adding prebuilt ObjectRecognition and Octomap messages (#64)
* M prefix for all messages (#66)
* Topic list service (#72)
* Adding install instructions to README
Partially addressing issue #71 wherein a user couldn't find up-to-date instructions for installing the connector into a new project.
* Updating Contribution Content (#77)
* Contributing content commit
* Link fix
* PR feedback
* Adding PR template (#81)
* One persistent connection for all messages sent to Unity
* Read multiple messages from each connection
* Compiles
* First thing sent on each new connection is the timeout
* Comments!
* Stop the connection on leaving play mode
* Add a "timeout on idle" config setting so Endpoint doesn't have to send it
* IP address check for Unity IP address and ROS IP address (#80)
* Add Ip address check
* Adding condition for alphaumeric IP address
https://man7.org/linux/man-pages/man5/hosts.5.html
* Resolve conflicts
Resolve the conflicts to merge dev to main
* Update package.json (#87)
* Update version number in readme, and clean up some weird instructions (#89)
* MDuration namespace change (#91)
* Minor link fix (#98)
* RosConnection 2.0 (#94)
* add changelog (#100)
add changelog
* Forum links to README, config.yml (#101)
* Laurie/connection status hud (#99)
* add test coverage (#102)
* Reducing character count for path to generated messages
The path from the package root to the root of the PregeneratedMessages
folder was 47 characters. From within the PickAndPlace project, the
fully qualified path including drive letter, path to workspace, and path
to its location in the package cache can easily exceed 200 characters,
especially for users with long names or deep workspace organization.
The maximum allowed path length for a fully qualified path in Windows is
260 characters, after which an IDE can not compile the assemblies for
source with too-long paths.
Moved Runtime/MessageGeneration/PregeneratedMessages to
Runtime/Messages, which saves 30 characters off the full path name. This
is a mitigation that can not fully solve the problem, but wil at least
reduce the number of cases for which the ROS-TCP-Endpoint assemblies
fail to compile due to path length.
Tested on my machine by manually renaming the directory in my
PackageCache.
* Add Linter (#103)
* Add editorconfig for formatting
* Use linter to format the package code
* Add pre-commit hook
* Fix line endings for markdown
Fix trailing-whitespace
* Remove ruby setup; Change to run pre-commit only on pull-requests
* Resolve conflicts (#106)
* Shuo/resolve conflict (#107)
* Merge 0.3.0 to main (#90)
* Add ROS# link (#55)
* Add ROS# link
* Fixing message name that should not take a capital first letter automatically (#47)
* Fixing message name that should not take a capital first letter automatically
* Adding warning when a message file name starts with a lowercase character
* AIRO-331 Code Cleanup and Testing Framework (#57)
* Moving package files into package subdirectory
* Adding tests and fixing Yamato config.
* Adding missing using statement to MessageParser
* RosMessageGeneration namespace change (#61)
* Amanda/read chunks (#62)
* Read message in chunks min
* Removing unpredictable DataAvailable check
* Configurable byte chun
k size
* Prevent infinite hang on reading message contents
* Wait for frame on data read retry
* PR Feedback
* Adding prebuilt ObjectRecognition and Octomap messages (#64)
* M prefix for all messages (#66)
* Topic list service (#72)
* Adding install instructions to README
Partially addressing issue #71 wherein a user couldn't find up-to-date instructions for installing the connector into a new project.
* Updating Contribution Content (#77)
* Contributing content commit
* Link fix
* PR feedback
* Adding PR template (#81)
* One persistent connection for all messages sent to Unity
* Read multiple messages from each connection
* Compiles
* First thing sent on each new connection is the timeout
* Comments!
* Stop the connection on leaving play mode
* Add a "timeout on idle" config setting so Endpoint doesn't have to send it
* IP address check for Unity IP address and ROS IP address (#80)
* Add Ip address check
* Adding condition for alphaumeric IP address
https://man7.org/linux/man-pages/man5/hosts.5.html
* Resolve conflicts
Resolve the conflicts to merge dev to main
* Update package.json (#87)
* Update version number in readme, and clean up some weird instructions (#89)
Co-authored-by: Devin Miller (Unity) <mrpropellers@users.noreply.github.com>
Co-authored-by: Amanda <31416491+at669@users.noreply.github.com>
Co-authored-by: vidurvij-Unity <60901103+vidurvij-Unity@users.noreply.github.com>
Co-authored-by: peifeng-unity <56408141+peifeng-unity@users.noreply.github.com>
* Remove deprecated files
Co-authored-by: LaurieCheers-unity <73140792+LaurieCheers-unity@users.noreply.github.com>
Co-authored-by: Devin Miller (Unity) <mrpropellers@users.noreply.github.com>
Co-authored-by: Amanda <31416491+at669@users.noreply.github.com>
Co-authored-by: vidurvij-Unity <60901103+vidurvij-Unity@users.noreply.github.com>
Co-authored-by: peifeng-unity <56408141+peifeng-unity@users.noreply.github.com>
* add changelog meta file (#109)
* update version to 0.4.0 (#110)
* rremove stale merge
Co-authored-by: Devin Miller (Unity) <mrpropellers@users.noreply.github.com>
Co-authored-by: LaurieCheers-unity <73140792+LaurieCheers-unity@users.noreply.github.com>
Co-authored-by: Amanda <31416491+at669@users.noreply.github.com>
Co-authored-by: vidurvij-Unity <60901103+vidurvij-Unity@users.noreply.github.com>
Co-authored-by: peifeng-unity <56408141+peifeng-unity@users.noreply.github.com>
Co-authored-by: Devin Miller (Unity) <devin.miller@unity3d.com>
Co-authored-by: peifeng-unity <peifeng.jing@unity3d.com>1 parent 8ee9d5c commit 1588c15
File tree
404 files changed
+1459
-1228
lines changed- .github
- ISSUE_TEMPLATE
- workflows
- .yamato
- TestRosTcpConnector/Packages
- com.unity.robotics.ros-tcp-connector
- Editor
- MessageGeneration
- Runtime
- MessageGeneration
- PregeneratedMessages/RosTcpEndpoint/srv
- Messages
- Actionlib
- msg
- Diagnostic
- msg
- srv
- Geometry
- msg
- ObjectRecognition
- action
- msg
- srv
- Octomap
- msg
- srv
- RosTcpEndpoint
- msg
- srv
- Sensor
- msg
- srv
- Shape
- msg
- Std
- msg
- Stereo
- msg
- Trajectory
- msg
- Visualization
- msg
- ROSGeometry
- TcpConnector
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
404 files changed
+1459
-1228
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
18 | | - | |
19 | | - | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | | - | |
39 | | - | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
0 commit comments