Commit bff98ef
committed
Refactoring to reflect naming changes in endpoint
1 parent ac5bc23 commit bff98ef
4 files changed
Lines changed: 7 additions & 6 deletions
File tree
- tutorials/pick_and_place/ROS
- src
- niryo_moveit
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
| 10 | + | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
Submodule ros_tcp_endpoint updated 27 files
- .gitignore+3
- CMakeLists.txt+18
- msg/RosUnityError.msg
- package.xml+23
- setup.py+2-2
- src/ros_tcp_endpoint/__init__.py+19
- src/ros_tcp_endpoint/client.py+16-3
- src/ros_tcp_endpoint/communication.py+35
- src/ros_tcp_endpoint/exceptions.py+23
- src/ros_tcp_endpoint/publisher.py+16-3
- src/ros_tcp_endpoint/server.py+23-9
- src/ros_tcp_endpoint/service.py+16-3
- src/ros_tcp_endpoint/subscriber.py+16-3
- src/ros_tcp_endpoint/unity_ip_sender.py+20-4
- src/ros_tcp_endpoint/unity_monitor.py+40
- srv/UnityHandshake.srv
- tcp_endpoint/CMakeLists.txt-211
- tcp_endpoint/__init__.py
- tcp_endpoint/package.xml-68
- tcp_endpoint/setup.py-11
- tcp_endpoint/src/CMakeLists.txt-211
- tcp_endpoint/src/__init__.py
- tcp_endpoint/src/package.xml-68
- tcp_endpoint/src/tcp_endpoint/RosCommunication.py-23
- tcp_endpoint/src/tcp_endpoint/RosUnityHandshakeService.py-29
- tcp_endpoint/src/tcp_endpoint/TCPEndpointExceptions.py-8
- tcp_endpoint/src/tcp_endpoint/__init__.py
0 commit comments