机器人坐标系转换

SE2 Representation of 2D rigid-body motion

This subclasss of RTBPose is an object that represents rigid-body motion in 2D.

Internally this is a 3x3 homogeneous transformation matrix (3x3) belonging to

the group SE(2).

Constructor methods::

SE2 general constructor

SE2.exp exponentiate an se(2) matrix

SE2.rand random transformation

new new SE2 object

Display and print methods::

animate ^graphically animate coordinate frame for pose

display ^print the pose in human readable matrix form

plot ^graphically display coordinate frame for pose

print ^print the pose in single line format

Group operations::

* ^mtimes: multiplication (group operator, transform point)

/ ^mrdivide: multiply by inverse

^ ^mpower: exponentiate (integer only):

inv inverse

prod ^product of elements

Methods::

det determinant of matrix component

eig eigenvalues of matrix component

log logarithm of rotation matrix

inv inverse

simplify* apply symbolic simplication to all elements

interp interpolate between poses

theta rotation angle

Information and test methods::

dim ^returns 2

isSE ^returns true

issym ^test if rotation matrix has symbolic elements

SE2.isa test if matrix is SE(2)

Conversion methods::

char* convert to human readable matrix as a string

SE2.convert convert SE2 object or SE(2) matrix to SE2 object

double convert to rotation matrix

R convert to rotation matrix

SE3 convert to SE3 object with zero translation

SO2 convert rotational part to SO2 object

T convert to homogeneous transformation matrix

Twist convert to Twist object

t get.t: convert to translation column vector

Compatibility methods::

isrot2 ^returns false

ishomog2 ^returns true

tr2rt ^convert to rotation matrix and translation vector

t2r ^convert to rotation matrix

transl2 ^translation as a row vector

trprint2 ^print single line representation

trplot2 ^plot coordinate frame

tranimate2 ^animate coordinate frame

^ inherited from RTBPose class.

【机器人工具箱学习笔记】第二章 位置与姿态描述_tr2angvec-CSDN博客文章浏览阅读752次,点赞4次,收藏11次。二维{B}相对于A的相对位姿/对{A}施加平移和旋转使它转化为{B}2.2矩阵指数由【3B1B笔记】e的矩阵指数------怎么算?为什么?知:,即R = expm(skew(θ) ),也即2.4旋转RX绕原点旋转,而XR绕X点旋转。而对于绕C旋转的XC,从右向左读,先将C点转换到原点,绕C旋转,然后再将坐标系平移回C二维twist的中心思想即为:任何坐标变换均为绕某点的旋转?欧拉角:ZYZ序列 eul2r横滚-俯仰-偏航角(卡尔丹角/泰特-布莱恩角/导航角): XYZ序列 rpy2r双向_tr2angvechttps://blog.csdn.net/qq_46142162/article/details/129547023

相关推荐
道可云23 分钟前
道可云人工智能&元宇宙每日资讯|2024国际虚拟现实创新大会将在青岛举办
大数据·人工智能·3d·机器人·ar·vr
微凉的衣柜1 小时前
Meta AI 推出机器人开源项目:推动触觉感知和人机交互的前沿研究
人工智能·机器人·人机交互
袁牛逼1 小时前
自动打电话机器人,好用吗?
机器人
资源补给站1 小时前
论文2—《基于柔顺控制的智能神经导航手术机器人系统设计》文献阅读分析报告
机器学习·机器人·手术机器人
袁牛逼1 小时前
ai外呼机器人的作用有哪些?
人工智能·机器人
云卓SKYDROID5 小时前
除草机器人算法以及技术详解!
算法·机器人·科普·高科技·云卓科技·算法技术
袁牛逼17 小时前
电话语音机器人,是由哪些功能构成?
人工智能·自然语言处理·机器人·语音识别
TsingtaoAI18 小时前
2024.10|AI/大模型在机器人/自动驾驶/智能驾舱领域的最新应用和深度洞察
机器人·自动驾驶·ai大模型·具身智能·智能驾舱
不是AI20 小时前
【持续更新】【NLP项目】【自然语言处理】智能聊天机器人——“有问必答”【Chatbot】第2章、《模式一:问候模式》
人工智能·自然语言处理·机器人
鱼会上树cy21 小时前
【机器人学】2-2.六自由度机器人运动学逆解-奇异位形分析【附MATLAB代码】
机器人