Fix
This commit is contained in:
@@ -189,7 +189,7 @@ class AxidrawSerial(Node):
|
||||
'''
|
||||
self.set_busy()
|
||||
|
||||
self.get_logger().info("Received path: {}...".format(msg[:6]))
|
||||
self.get_logger().info("Received path: {}...".format(msg.points[:6]))
|
||||
|
||||
path = [ [p.x,p.y] for p in msg.points ]
|
||||
self.ad.draw_path(path)
|
||||
|
||||
Reference in New Issue
Block a user