mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
invert axis1 manual control direction
This commit is contained in:
@@ -125,7 +125,7 @@ class SerialRelay(Node):
|
||||
|
||||
def send_manual(self, msg):
|
||||
axis0 = msg.axis0
|
||||
axis1 = msg.axis1
|
||||
axis1 = -1 * msg.axis1
|
||||
axis2 = msg.axis2
|
||||
axis3 = msg.axis3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user