Skip to content

Commit

Permalink
Undefined name: import sys for lines 163 and 167
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 13, 2020
1 parent a1ddc6f commit 7651fb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/export_to_svg.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import rospy
import svgwrite
import math
import sys
import time
import random
from svgwrite import cm, mm
Expand Down Expand Up @@ -240,4 +241,4 @@ def feedback_callback(data):
# Save svg to file (svg_output.svg) and exit node
svg.save()

rospy.loginfo("Drawing completed.")
rospy.loginfo("Drawing completed.")

0 comments on commit 7651fb3

Please sign in to comment.