mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
fix: drill_duty
This commit is contained in:
@@ -160,8 +160,8 @@ class SerialRelay(Node):
|
|||||||
self.send_cmd(command)
|
self.send_cmd(command)
|
||||||
|
|
||||||
# Drill (SCABBARD)
|
# Drill (SCABBARD)
|
||||||
command = f"can_relay_tovic,digit,19,{msg.drill_duty:.2f}\n"
|
command = f"can_relay_tovic,digit,19,{msg.drill:.2f}\n"
|
||||||
print(msg.drill_duty)
|
print(msg.drill)
|
||||||
self.send_cmd(command)
|
self.send_cmd(command)
|
||||||
|
|
||||||
# Bio linear actuator
|
# Bio linear actuator
|
||||||
|
|||||||
Reference in New Issue
Block a user