Franka experiment complete + debugged

This commit is contained in:
Niko Feith 2023-09-19 14:07:50 +02:00
parent ef6df077d7
commit bb0d34824b

View File

@ -67,7 +67,7 @@ class IML_Experiment(Node):
# Scene parameters
self.square_center = np.array([0.5, 0.0])
self.square_half_side = 0.1 # half of the side length
self.circle_radius = 0.02
self.circle_radius = 0.05
# BO parameters
self.start = {0: [0.5, -0.3]}