KalmanNet / KalmanNet_TSP

code for KalmanNet
270 stars 73 forks source link

AttributeError: 'Plot_KF' object has no attribute 'plotTraj_CA' #29

Open hzwhl opened 1 year ago

hzwhl commented 1 year ago

Run the program main linear_ CA.py reported an error:AttributeError: 'Plot_KF' object has no attribute 'plotTraj_CA'

ShanLi-2000 commented 11 months ago

I met this error too,and i solved it! What you should do is that change "from Plot import Plot_KF as Plot" to "from Plot import Plot_RTS as Plot".By the way, in case of other errors, you'd better change "PlotfolderName = "Figures/Linear_CA/"" to "PlotfolderName = "Simulations/Linear_CA/""