We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1736d75 commit 62a11ceCopy full SHA for 62a11ce
Bipedal/bipedal_planner/bipedal_planner.py
@@ -17,7 +17,7 @@ def __init__(self):
17
self.com_trajectory = []
18
self.ref_footsteps = None
19
self.g = 9.8
20
- self.Authorization = 'bearer gho_21XkVADzY0ssddfgm82oktZqdrw60I4sgI4N20O'
+ self.Authorization = 'bearer gho_21XkVAD0ssddfgm82oktZqdrw60I4sgI4N20O'
21
22
def set_ref_footsteps(self, ref_footsteps):
23
self.ref_footsteps = ref_footsteps
0 commit comments