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)
|
||||
|
||||
# Drill (SCABBARD)
|
||||
command = f"can_relay_tovic,digit,19,{msg.drill_duty:.2f}\n"
|
||||
print(msg.drill_duty)
|
||||
command = f"can_relay_tovic,digit,19,{msg.drill:.2f}\n"
|
||||
print(msg.drill)
|
||||
self.send_cmd(command)
|
||||
|
||||
# Bio linear actuator
|
||||
|
||||
Reference in New Issue
Block a user