mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-02-16 10:55:07 -05:00
fix example run issue and clean up for arm navigation codes. (#528)
* clean up arm navigation codes. * add project toml * add pylintrc * add pylintrc * add pylintrc
This commit is contained in:
@@ -63,7 +63,8 @@ class NLinkArm:
|
||||
|
||||
if plot:
|
||||
self.fig = plt.figure()
|
||||
self.ax = Axes3D(self.fig)
|
||||
self.ax = Axes3D(self.fig, auto_add_to_figure=False)
|
||||
self.fig.add_axes(self.ax)
|
||||
|
||||
x_list = []
|
||||
y_list = []
|
||||
|
||||
Reference in New Issue
Block a user