938664978
938664978
全部文章
robotics
AI(18)
algorithm(18)
C(6)
computer-vision(15)
cuda(2)
database(1)
fortran(1)
hardware(3)
java(1)
leetcode(39)
MathModeling(19)
matlab(5)
other(8)
python(68)
web-development(4)
未归档(5)
归档
标签
去牛客网
登录
/
注册
938664978的博客
全部文章
/ robotics
(共13篇)
[AUTONAVx][lec3]3D Geometry and Sensors
3D Geometry Rotation matrices and quaternions can simply be concatenated by multiplication. Euler angles use three variables to describe three...
2020-07-14
0
481
[AUTONAVx][lec4] PID Control
1D PD control class UserCode: def __init__(self): # TODO: tune gains self.Kp = 1.4 self.Kd = 3.0 self.last_x = 0....
2020-07-14
0
588
[Robotics: Aerial Robotics][quiz]2.1
Question1: 旋转矩阵是酉矩阵, 满足 R*R^(T) = I r = [0.212 0.7743 0.5963; 0.212 -0.6321 0.7454;0.9540 -0.0316 -0.2981]; r*r' = 1.0001 -0.0000 0.0000...
2020-07-14
0
1513
[Robotics: Aerial Robotics] Quadrotor Kinematics 四旋翼无人机运动学
1transformation 2.rotations 3euler angles 4Axis/Angle Representation ...
2020-07-14
0
704
[Robotics: Aerial Robotics] Quadrotor Dynamics 四旋翼无人机动力学
2020-07-14
0
638
[调参算法]Sebastian Thrun
# Choose an initialization parameter vector p = [0, 0, 0] # Define potential changes dp = [1, 1, 1] # Calculate the error best_err = A(p) threshold =...
2020-07-14
0
474
Leg Design for Energy Management in an Electromechanical Robot
author: Gavin Kenneally and D. E. Koditschek
2020-07-14
0
512
Common motion planning algorithms 常用机器人运动规划算法
Common motion planning algorithms 1.Configuration space search Every point in configuration space represents a work state. ...
2020-07-13
0
589
根据 Rodrigues 旋转公式、旋转矩阵以及主轴方向反求旋转角
旋转矩阵与乘法操作组成了一个群。 利用群论知识,推出 Rodrigues 旋转公式。 其中 w 是单位方向向量,表示旋转主轴方向, R为物体绕此轴旋转theta 角后得到的旋转矩阵。 那么,则有 直接可以反解出,theta 例如, 解得,正弦值为0.6,余弦值为0.8.,
2020-07-13
0
839
[robot]Quaternions and Rigid Transformations
四元数定义 单位四元数 这一性质十分有用。 由于多次的旋转矩阵间相乘会导致误差累积,相乘次数越多误差越大。 如果利用单位四元数表示旋转矩阵,相乘后得到另一个单位四元数,这时对这个四元数进行renormalize就可以提高精度。 群 共轭 先进性 这一表示形式在...
2020-07-13
0
542
首页
上一页
1
2
下一页
末页