mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
debug print for manual control
This commit is contained in:
@@ -434,6 +434,7 @@ class SerialRelay(Node):
|
|||||||
|
|
||||||
# Manual control for Wrist/Effector
|
# Manual control for Wrist/Effector
|
||||||
command = "can_relay_tovic,digit,35," + str(msg.effector_roll) + "\n"
|
command = "can_relay_tovic,digit,35," + str(msg.effector_roll) + "\n"
|
||||||
|
|
||||||
self.send_cmd(command)
|
self.send_cmd(command)
|
||||||
|
|
||||||
command = "can_relay_tovic,digit,36,0," + str(msg.effector_yaw) + "\n"
|
command = "can_relay_tovic,digit,36,0," + str(msg.effector_yaw) + "\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user