KalmanNet/KalmanNet_TSP

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

Opened this issue · 1 comments

hzwhl commented

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

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/""