Commit 6134c08
Modify simple joint limiting plugin (same as changes to moveit2 filter) (#6)
* Merge error handling possilibity on read and write.
* Ros2 control extensions rolling joint limits plugins (#5)
* Added initial structures for joint-limit plugins.
* Move Ruckig limiter to package joint_limits_enforcement_plugins and make it working.
Co-authored-by: AndyZe <[email protected]>
* Add option to automatically update parameters after getting them from parameter server.
* Modify simple joint limiting plugin (same as changes to moveit2 filter)
* Add backward_ros dependency for crash stack trace
* Check for required inputs in simple joint limiter
* Change services history QOS to 'keep all' so client req are not dropped
* Add missing on 'pluginlib' dependency explicitly.
* Update ControllerParameters structure to support custom prefix and use in filters.
* Update messge.
* Change controller param changed msg log level to info instead of error
---------
Co-authored-by: Denis Štogl <[email protected]>
Co-authored-by: AndyZe <[email protected]>
Co-authored-by: bijoua <[email protected]>
Co-authored-by: bijoua29 <[email protected]>1 parent 33668e7 commit 6134c08
File tree
15 files changed
+126
-402
lines changed- controller_interface
- include/controller_interface
- src
- hardware_interface
- joint_limits_enforcement_plugins
- joint_limits_interface
- joint_limits
- include/joint_limits
- src
15 files changed
+126
-402
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
Lines changed: 0 additions & 212 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments