From 1866433d3d35314860de0750b766de3ae50af50f Mon Sep 17 00:00:00 2001 From: Max Hunt Date: Mon, 2 Mar 2020 09:45:42 +0000 Subject: [PATCH] Update --- new_main.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/new_main.py b/new_main.py index 1ec6056..32ac46b 100644 --- a/new_main.py +++ b/new_main.py @@ -187,17 +187,17 @@ rospy.init_node("I_still_have_some_hope") # Am I wrong?? ##### -b9 = Pose() -b9.position.x = 0.635 -b9.position.y = 0.349 -b9.position.z = 0.406 -b9.orientation.x = -0.7071067811865476 -b9.orientation.y = -0.7071067811865475 -b9.orientation.z = 4.329780281177466e-17 -b9.orientation.w = 4.329780281177467e-17 -brick_reference_frame = 'world' -brick_id = 'static-9' -spawn_sdf(brick_id, static_brick, "/", b9, brick_reference_frame) +# b9 = Pose() +# b9.position.x = 0.635 +# b9.position.y = 0.349 +# b9.position.z = 0.406 +# b9.orientation.x = -0.7071067811865476 +# b9.orientation.y = -0.7071067811865475 +# b9.orientation.z = 4.329780281177466e-17 +# b9.orientation.w = 4.329780281177467e-17 +# brick_reference_frame = 'world' +# brick_id = 'static-9' +# spawn_sdf(brick_id, static_brick, "/", b9, brick_reference_frame) ##### if simulation: