Commit 53216d8
authored
File tree
61 files changed
+813
-579
lines changed- tutorials
- pick_and_place
- PickAndPlaceProject/Assets/DemoScripts
- ROS/src
- Scripts
- docker
- ros_packages/robotics_demo/scripts
- ros_unity_integration
- images
- ros2_docker
- ros2_packages
- unity_robotics_demo_msgs
- msg
- srv
- unity_robotics_demo
- resource
- test
- unity_robotics_demo
- ros_docker
- ros_packages
- unity_robotics_demo_msgs
- msg
- srv
- unity_robotics_demo
- launch
- scripts
- unity_scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
61 files changed
+813
-579
lines changedLines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 62 | | |
66 | 63 | | |
67 | 64 | | |
| |||
Submodule ros_tcp_endpoint updated 34 files
- .github/ISSUE_TEMPLATE/config.yml-5
- .github/PULL_REQUEST_TEMPLATE.md+2-3
- .github/workflows/pre-commit.yaml-14
- .pre-commit-config.yaml-12
- .yamato/yamato-config.yml+5-18
- CHANGELOG.md-47
- CMakeLists.txt+2-8
- CONTRIBUTING.md+7-7
- README.md+6-7
- config/params.yaml+1-1
- msg/RosUnitySrvMessage.msg-4
- package.xml+1-1
- requirements.txt-3
- setup.py+3-1
- src/ros_tcp_endpoint/client.py+60-97
- src/ros_tcp_endpoint/communication.py+2-4
- src/ros_tcp_endpoint/default_server_endpoint.py+1-2
- src/ros_tcp_endpoint/exceptions.py-2
- src/ros_tcp_endpoint/publisher.py-1
- src/ros_tcp_endpoint/server.py+24-98
- src/ros_tcp_endpoint/service.py-1
- src/ros_tcp_endpoint/tcp_sender.py+80-86
- src/ros_tcp_endpoint/thread_pauser.py-16
- src/ros_tcp_endpoint/unity_service.py+1-2
- srv/UnityHandshake.srv+4
- test/test_client.py-49
- test/test_publisher.py-20
- test/test_ros_service.py-18
- test/test_server.py-168
- test/test_smoke.py+23
- test/test_subscriber.py-21
- test/test_tcp_sender.py-57
- test/test_thread_pauser.py-17
- test/test_unity_service.py-21
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 0 additions & 27 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
Loading
0 commit comments