mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
digit linear actuator control
This commit is contained in:
@@ -148,6 +148,9 @@ class SerialRelay(Node):
|
||||
#self.send_cmd(command)
|
||||
|
||||
command += "can_relay_tovic,digit,28," + str(msg.laser) + "\n"
|
||||
|
||||
command += "can_relay_tovic,digit,34," + str(msg.linear_actuator) + "\n"
|
||||
|
||||
self.send_cmd(command)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user