test_kf.py 文件源码

python
阅读 29 收藏 0 点赞 0 评论 0

项目:prototype 作者: chutsu 项目源码 文件源码
def plot_trajectory(state_true, state_estimated):
    plt.plot(state_true[:, 0], state_true[:, 2], color="red")
    plt.scatter(state_estimated[:, 0].tolist()[::10],
                state_estimated[:, 2].tolist()[::10],
                marker="o",
                color="blue")
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号