Merge pull request #457 from mawallace/remove-set-zlabel

Update plot_pose2 to stop trying to set zlabel on axes with no z-axis
release/4.3a0
Varun Agrawal 2020-08-15 12:31:26 -04:00 committed by GitHub
commit 84705102c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -155,7 +155,6 @@ def plot_pose2(fignum, pose, axis_length=0.1, covariance=None,
axes.set_xlabel(axis_labels[0])
axes.set_ylabel(axis_labels[1])
axes.set_zlabel(axis_labels[2])
return fig