Commit ac6e629
Update hardware interface for ROS2 (#8)
* Declare all functions of the system interface. Export plugin.
* Add basic definitions for base methods.
* Add name getter.
* Implement dummy start and stop. Add urcl driver.
* Add todos in the imlementations.
* Set to unique pointer for driver and dashboard. Add dashboard client within ur hw interface.
* Add basic communication with driver.
* Fix clang-tidy.
* Add testing files for ros2_control and ros2_controllers specific PRS.
* Make xacro property propagate to robot_description (#9)
* Add robot_description parsing via xacro in launch file. Remove decimal places for limits.
* Remove old commented urdf parsing.
* Remove empty line.
* Change xacro files.
* Adapt launch file to new urdf folder.
* Alphabetize Python imports
Co-authored-by: AndyZe <[email protected]>
* Revert "Make xacro property propagate to robot_description (#9)"
This reverts commit 1ce877c.
* Make dashboard client separate node.
* Update test launch file.
* Add parameters to system hw interface.
* Update includes and namespace with ros2_control newest merge.
* Add all state and command interfaces.
* Add reading and writing. Add driver initialization. Add parameter fetching.
* Set robot ip parameter for dashboard client launching.
* include/ur_robot_driver/hardware_interface.h
* Clang format.
* Clang tidy stuff.
* Remove unreachable code.
* Add true limits to ros2 control xacro.
* Update to recent ros2 control namespace.
* Comment velocity commands.
* Add tool communication parameters and class.
* Add checks in configure method.
* Add dashboard client node into launch file.
* Add reading other stuff which should be propagated to higher level components.
* Clang format.
* Leave only keepalive write.
* Add lambdas for detection of active controller.
* Add a functor instead two different lambdas.
* Fix controller decision.
* Set ros2 control commit.
* Prepare vectors for ft sensor and tcp pose reading.
* Move information logger.
* Remember old values.
* Fix CI.
* Move copy within successfull write.
* Remove redeclaration of variable.
* Make substractor only a positive value return function.
* Add servo launch and configs.
* Change ip.
* Start comms with driver.
* Add line in CMakeLists. Alphabetize header includes.
* Fix method description.
* Changes after review.
* Create new demo subpackage.
* Clang.
* Install urdf folder.
* Add authors.
* Fix ament lint.
* Fix install command format.
* Add empty line. Change ip.
* Remove empty lines.
* Remove headless mode by default.
* Fix xacro begin.
* Fix install command format.
* Add move group configs and launch files.
Co-authored-by: AndyZe <[email protected]>1 parent 2f8b0a1 commit ac6e629
File tree
19 files changed
+2337
-21
lines changed- ur_robot_driver
- include/ur_robot_driver
- launch
- src
- ur_ros2_control_demos
- config
- move_group
- rviz
- launch
- urdf
19 files changed
+2337
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
71 | 76 | | |
72 | 77 | | |
73 | 78 | | |
| |||
81 | 86 | | |
82 | 87 | | |
83 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
84 | 108 | | |
85 | 109 | | |
86 | 110 | | |
| |||
94 | 118 | | |
95 | 119 | | |
96 | 120 | | |
97 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
98 | 127 | | |
99 | 128 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 79 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
34 | 36 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
| 50 | + | |
45 | 51 | | |
46 | 52 | | |
| 53 | + | |
47 | 54 | | |
48 | | - | |
49 | | - | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
| |||
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
58 | | - | |
| 63 | + | |
59 | 64 | | |
60 | 65 | | |
61 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
62 | 69 | | |
63 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
64 | 73 | | |
65 | 74 | | |
66 | 75 | | |
67 | 76 | | |
68 | 77 | | |
69 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
70 | 84 | | |
71 | 85 | | |
72 | 86 | | |
73 | 87 | | |
74 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
75 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
76 | 105 | | |
77 | 106 | | |
78 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
79 | 144 | | |
80 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments