![]() |
RMVL
2.5.0-dev
Robotic Manipulation and Vision Library
|
LPSS 消息类型命名空间 更多...
类 | |
| class | Point |
| Point 消息类型:geometry/Point 更多... | |
| class | Point32 |
| Point32 消息类型:geometry/Point32 更多... | |
| class | Polygon |
| Polygon 消息类型:geometry/Polygon 更多... | |
| class | Pose |
| Pose 消息类型:geometry/Pose 更多... | |
| class | PoseStamped |
| PoseStamped 消息类型:geometry/PoseStamped 更多... | |
| class | PoseWithCovariance |
| PoseWithCovariance 消息类型:geometry/PoseWithCovariance 更多... | |
| class | Quaternion |
| Quaternion 消息类型:geometry/Quaternion 更多... | |
| class | Transform |
| Transform 消息类型:geometry/Transform 更多... | |
| class | TransformStamped |
| TransformStamped 消息类型:geometry/TransformStamped 更多... | |
| class | Twist |
| Twist 消息类型:geometry/Twist 更多... | |
| class | TwistWithCovariance |
| TwistWithCovariance 消息类型:geometry/TwistWithCovariance 更多... | |
| class | Vector3 |
| Vector3 消息类型:geometry/Vector3 更多... | |
| class | Wrench |
| Wrench 消息类型:geometry/Wrench 更多... | |
| class | JointTrajectory |
| JointTrajectory 消息类型:motion/JointTrajectory 更多... | |
| class | JointTrajectoryPoint |
| JointTrajectoryPoint 消息类型:motion/JointTrajectoryPoint 更多... | |
| class | TF |
| TF 消息类型:motion/TF 更多... | |
| class | URDF |
| URDF 消息类型:motion/URDF 更多... | |
| class | CameraInfo |
| CameraInfo 消息类型:sensor/CameraInfo 更多... | |
| class | Image |
| Image 消息类型:sensor/Image 更多... | |
| class | Imu |
| Imu 消息类型:sensor/Imu 更多... | |
| class | JointState |
| JointState 消息类型:sensor/JointState 更多... | |
| class | MultiDOFJointState |
| MultiDOFJointState 消息类型:sensor/MultiDOFJointState 更多... | |
| class | Bool |
| Bool 消息类型:std/Bool 更多... | |
| class | Char |
| Char 消息类型:std/Char 更多... | |
| class | ColorRGBA |
| ColorRGBA 消息类型:std/ColorRGBA 更多... | |
| class | Duration |
| Duration 消息类型:std/Duration 更多... | |
| class | Float32 |
| Float32 消息类型:std/Float32 更多... | |
| class | Float64 |
| Float64 消息类型:std/Float64 更多... | |
| class | Header |
| Header 消息类型:std/Header 更多... | |
| class | Int16 |
| Int16 消息类型:std/Int16 更多... | |
| class | Int32 |
| Int32 消息类型:std/Int32 更多... | |
| class | Int64 |
| Int64 消息类型:std/Int64 更多... | |
| class | Int8 |
| Int8 消息类型:std/Int8 更多... | |
| class | String |
| String 消息类型:std/String 更多... | |
| class | Time |
| Time 消息类型:std/Time 更多... | |
| class | UInt16 |
| UInt16 消息类型:std/UInt16 更多... | |
| class | UInt32 |
| UInt32 消息类型:std/UInt32 更多... | |
| class | UInt64 |
| UInt64 消息类型:std/UInt64 更多... | |
| class | UInt8 |
| UInt8 消息类型:std/UInt8 更多... | |
| class | Marker |
| Marker 消息类型:viz/Marker 更多... | |
| class | MarkerArray |
| MarkerArray 消息类型:viz/MarkerArray 更多... | |
| class | MapMetaData |
| MapMetaData 消息类型:nav/MapMetaData 更多... | |
| class | OccupancyGrid |
| OccupancyGrid 消息类型:nav/OccupancyGrid 更多... | |
| class | OccupancyGridUpdate |
| OccupancyGridUpdate 消息类型:nav/OccupancyGridUpdate 更多... | |
| class | Odometry |
| Odometry 消息类型:nav/Odometry 更多... | |
| class | Path |
| Path 消息类型:nav/Path 更多... | |
函数 | |
| Time | operator+ (Time t1, Time t2) noexcept |
| Time | operator- (Time t1, Time t2) noexcept |
| template<typename Rep, typename Period> | |
| Time | operator+ (Time t, std::chrono::duration< Rep, Period > d) noexcept |
| template<typename Rep, typename Period> | |
| Time | operator+ (std::chrono::duration< Rep, Period > d, Time t) noexcept |
| template<typename Rep, typename Period> | |
| Time | operator- (Time t, std::chrono::duration< Rep, Period > d) noexcept |
| bool | operator< (Time t1, Time t2) noexcept |
| bool | operator> (Time t1, Time t2) noexcept |
| bool | operator== (Time t1, Time t2) noexcept |
| bool | operator!= (Time t1, Time t2) noexcept |
| bool | operator<= (Time t1, Time t2) noexcept |
| bool | operator>= (Time t1, Time t2) noexcept |
| template<typename Rep, typename Period> | |
| bool | operator< (Time t, std::chrono::duration< Rep, Period > d) noexcept |
| template<typename Rep, typename Period> | |
| bool | operator< (std::chrono::duration< Rep, Period > d, Time t) noexcept |
| template<typename Rep, typename Period> | |
| bool | operator== (Time t, std::chrono::duration< Rep, Period > d) noexcept |
| template<typename Rep, typename Period> | |
| bool | operator> (std::chrono::duration< Rep, Period > d, Time t) noexcept |
| template<typename Rep, typename Period> | |
| bool | operator<= (std::chrono::duration< Rep, Period > d, Time t) noexcept |
| template<typename Rep, typename Period> | |
| bool | operator>= (std::chrono::duration< Rep, Period > d, Time t) noexcept |
| template<typename Rep, typename Period> | |
| bool | operator== (std::chrono::duration< Rep, Period > d, Time t) noexcept |
| template<typename Rep, typename Period> | |
| bool | operator!= (std::chrono::duration< Rep, Period > d, Time t) noexcept |
| template<typename Rep, typename Period> | |
| bool | operator> (Time t, std::chrono::duration< Rep, Period > d) noexcept |
| template<typename Rep, typename Period> | |
| bool | operator<= (Time t, std::chrono::duration< Rep, Period > d) noexcept |
| template<typename Rep, typename Period> | |
| bool | operator>= (Time t, std::chrono::duration< Rep, Period > d) noexcept |
| template<typename Rep, typename Period> | |
| bool | operator!= (Time t, std::chrono::duration< Rep, Period > d) noexcept |
| Quaternion | operator* (const Quaternion &lhs, const Quaternion &rhs) noexcept |
| 四元数乘法 | |
| Vector3 | rotate (const Quaternion &rotation, const Vector3 &vector) noexcept |
| 使用四元数旋转向量 | |
| Point | operator* (const Transform &transform, const Point &point) noexcept |
| 使用变换转换点坐标 | |
| Pose | operator* (const Transform &transform, const Pose &pose) noexcept |
| 使用变换转换位姿 | |
| Transform | operator* (const Transform &lhs, const Transform &rhs) noexcept |
复合两个变换,结果等价于先应用 rhs 再应用 lhs | |
| Transform | inverse (const Transform &transform) noexcept |
| 计算变换的逆 | |
LPSS 消息类型命名空间
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |