摘要:
import matplotlib.pyplot as plt class Pid: def __init__(self, target, p, i, d): self.target = target self.kp = p self.ki = i self.kd = d self.target_v 阅读全文
摘要:
1 https://blog.csdn.net/Night___Raid/article/details/103228970 原文:VINS-Mono A Robust and Versatile Monocular Visual-Inertial State Estimator 论文地址:http 阅读全文