mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-12 08:28:05 -05:00
add axes3d to figure (#766)
This commit is contained in:
@@ -51,6 +51,7 @@ class BipedalPlanner(object):
|
||||
if plot:
|
||||
fig = plt.figure()
|
||||
ax = Axes3D(fig)
|
||||
fig.add_axes(ax)
|
||||
com_trajectory_for_plot = []
|
||||
|
||||
px, py = 0.0, 0.0 # reference footstep position
|
||||
|
||||
Reference in New Issue
Block a user