Commit 859556b
committed
rqt_jtc: Check for interface type when adding joint names
The JTC RQT gui extracts joint names from the required state interfaces
of a controller matching the JTC name pattern. If that controller
doesn't contain limits for all joints, that controller will be ignored.
Therefore, of the controller has setup a speed scaling state interface,
that will show up in the list of joints, while there are no limits
configured.
This commit only adds state interfaces which are of type "position" or
"velocity" to the list of joints.1 parent 80bfe93 commit 859556b
File tree
1 file changed
+3
-1
lines changed- rqt_joint_trajectory_controller/rqt_joint_trajectory_controller
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
| 468 | + | |
468 | 469 | | |
469 | | - | |
| 470 | + | |
| 471 | + | |
470 | 472 | | |
471 | 473 | | |
472 | 474 | | |
| |||
0 commit comments