You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `twist_controller` does not currently work in simulation because the
required interfaces are not mocked. Add a note in the README to this
end.
ResolvesKinovarobotics#182
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -254,6 +254,8 @@ ros2 service call /controller_manager/switch_controller controller_manager_msgs/
254
254
}"
255
255
```
256
256
257
+
**Note: the required interface for the `twist_controller` does not currently exist in the gazebo or mock hardware simulation setups. So the `twist_controller` is currently only functional on Kinova hardware.**
258
+
257
259
Once the `twist_controller` is activated, You can publish Twist messages on the `/twist_controller/commands` topic to command the arm.
258
260
259
261
For example, you can jog the arm using [Teleop Twist Keyboard](https://index.ros.org/p/teleop_twist_keyboard/github-ros2-teleop_twist_keyboard/) with the following command:
0 commit comments