From 3e670c4a92728aebe59dbf909aa4fd8451809689 Mon Sep 17 00:00:00 2001 From: Max Hunt Date: Mon, 9 Mar 2020 16:28:41 +0000 Subject: [PATCH] Update --- new_main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/new_main.py b/new_main.py index 6903abd..38e9b72 100755 --- a/new_main.py +++ b/new_main.py @@ -21,6 +21,8 @@ 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^