标签:nsf cloc href publish message app ogr hardware class
长度 米
质量 千克
时间 秒
电流 安培
角度 弧度
频率 赫兹
力 牛顿
功率 瓦特
电压 伏特
温度 摄氏度
磁感应强度 特斯拉
In relation to a body the standard is:
For short-range Cartesian representations of geographic locations, use the ENU convention:
In the case of cameras, there is often a second frame defined with a "_optical" suffix. This uses a slightly different convention:
For outdoor systems where it is desireable to work under the north east down [6] (NED) convention, define an appropriately transformed secondary frame with the "_ned" suffix:
There are many ways to represent rotations. The preferred order is listed below, along with rationale.
- Compact representation
- No singularities
- No singularities
- No ambiguity on order
- Used for angular velocities
- Euler angles are generally discouraged due to having 24 ‘valid‘ conventions with different domains using different conventions by default.
By the right hand rule, the yaw component of orientation increases as the child frame rotates counter-clockwise, and for geographic poses, yaw is zero when pointing east.
This requires special mention only because it differs from a traditional compass bearing, which is zero when pointing north and increments clockwise. Hardware drivers should make the appropriate transformations before publishing standard ROS messages.
Linear
float64[9] linear_acceleration_covariance # 3x3 row major matrix in x, y, z order
Angular
float64[9] angular_velocity_covariance # 3x3 row major matrix about x, y, z order with fixed axes
Six Dimensional
# Row-major representation of the 6x6 covariance matrix # The orientation parameters use a fixed-axis representation. # In order, the parameters are: # (x, y, z, rotation about X axis, rotation about Y axis, rotation about Z axis) float64[36] covariance
标签:nsf cloc href publish message app ogr hardware class
原文地址:http://www.cnblogs.com/qixianyu/p/6730568.html