From 4d1d814e37914c9bc64d7ff50baa07bd6b463e8f Mon Sep 17 00:00:00 2001 From: Max Hunt Date: Mon, 9 Mar 2020 16:29:13 +0000 Subject: [PATCH] Update --- new_main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/new_main.py b/new_main.py index f27dc7e..f263e57 100755 --- a/new_main.py +++ b/new_main.py @@ -1,4 +1,5 @@ #!/usr/bin/python +from __future__ import print_function import argparse import struct import sys @@ -21,8 +22,6 @@ import baxter_interface import tuck_arms -from __future__ import print_function - import target_angles as ta #^Importing essential libraries for ROS and motion planning and running for the main script^