We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc83ab commit 9d24cd1Copy full SHA for 9d24cd1
1 file changed
examples/teleop_ros2/python/teleop_ros2_node.py
@@ -857,7 +857,11 @@ def run(self) -> int:
857
).tolist()
858
self._pub_finger_joints.publish(finger_joints_msg)
859
860
- if self._mode in ("controller_raw", "full_body"):
+ if self._mode in (
861
+ "controller_raw",
862
+ "controller_teleop",
863
+ "full_body",
864
+ ):
865
if not left_ctrl.is_none or not right_ctrl.is_none:
866
controller_payload = _build_controller_payload(
867
left_ctrl, right_ctrl
0 commit comments