Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/tools/plot_control/plot_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
# limitations under the License.
###############################################################################

import sys
import rospy
import gflags
from gflags import FLAGS
from std_msgs.msg import String
import matplotlib.pyplot as plt
import matplotlib.animation as animation
import gflags
from gflags import FLAGS

import sys
from modules.control.proto import control_cmd_pb2

BRAKE_LINE_DATA = []
Expand Down