ros_ekf.py 文件源码

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

项目:indoor-localization 作者: luca-morreale 项目源码 文件源码
def publishPosition(self):
        msg = PointStamped()
        msg.header.stamp = rospy.Time.now()
        msg.header.frame_id = '/target_' + str(self.tag)

        msg.point = Point(self.estimated_position[0], self.estimated_position[1], 0)
        self.position_publisher.publish(msg)
        self.publishCovarianceMatrix()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号