Skip to content

Commit af39afe

Browse files
authored
add axes3d to figure (AtsushiSakai#766)
1 parent 6d27738 commit af39afe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Bipedal/bipedal_planner/bipedal_planner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def walk(self, t_sup=0.8, z_c=0.8, a=10, b=1, plot=False):
5151
if plot:
5252
fig = plt.figure()
5353
ax = Axes3D(fig)
54+
fig.add_axes(ax)
5455
com_trajectory_for_plot = []
5556

5657
px, py = 0.0, 0.0 # reference footstep position

0 commit comments

Comments
 (0)