Visual Servo Control 中的公式笔记

本文探讨了视觉伺服控制的基本公式和高级方法,包括基本定义、问题、经典图像基视觉伺服和位置基视觉伺服。文章指出,通过最小化误差e(t)来实现目标特征s*,并介绍了交互矩阵L及其逆的计算方法。在经典图像基视觉伺服中,讨论了像素点变化与3D点变化的关系,并提出了获取L^的方法。在位置基视觉伺服中,解释了如何利用L进行控制,以达到期望的相机位置和旋转效果。
摘要由CSDN通过智能技术生成

原文:
Visual servo control. I. Basic approaches. Chaumette(2006)
Visual servo control. II. Advanced approaches. Chaumette(2007)

Basic formulas

  1. s(m(t),a)
    Compute a vector of k visual feature, with image coordinates of interest points m(t) and additional knowledge about the system a (eg. camera intrinsic matrix).

  2. e(t)=s(m(t),a)s
    The aim of all vision-based control schemes is to minimize an error e(t) . s , the desired values of the features, assumed to be constant.

  3. vc=(vTc,wTc)T
    vc , the instantaneous linear velocity of the origin of the camera frame.
    wc , the instantaneous angular velocity of the camera frame.

  4. s.=Lvc
    LRk×6 , unknown, named the interaction matrix or the feature Jacobian related to s .

  5. e.=Lvc
    Derived from (2)(4).

  6. vc=λL+e
    Come true if we assume that e.=λe , which means the error has an exponential decrease.
    L+R6×k , the Moore-Penrose pseudo-inverse.
    If L is row full rank, L+=(L+L)1LT .
    If L is column full rank, ((LT)+)T .
    If L is not full rank, take SVD : L=UDV . Then, L+=VSUT , S(i,i)=01D(i,i)D(i,i)=0D(i,i)!=0

Questions

  1. How should s be chosen?
  2. What is the form of L ?
  3. How should we estimate L+^ ?
  4. What are the performance characteristics of the resulting closed-loop system?

Classical Image-Based Visual Servo

  1. Basic definition
    m=(u,v) , the coordinates of the interest points in pixel units.
    a=(cu,cv,f,α) , the set of camera intrinsic parameters: cu and cv are the coordinates of the principal point, f is the focal length, α is the ratio of the pixel dimensions.
    s=x=(x,y) , calculate from the 3D point (X,Y,Z) , { xy=X/Z=(ucu)/fα=Y/Z=(vcv)/f

  2. L
    Relation between 3D point variation and pixel point variation

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值