robot_leader.py 文件源码

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

项目:micros_mars_task_alloc 作者: liminglong 项目源码 文件源码
def __init__(self, name):
        self.robotname = rospy.get_param("~robot")
        self.br = tf.TransformBroadcaster()
        self.sub = rospy.Subscriber('/%s/base_pose_ground_truth' % self.robotname,
                                    Odometry,
                                    self.handle_robot_pose, 
                                    self.robotname)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号