Operator and Robot Pose Data
收藏NIAID Data Ecosystem2026-03-14 收录
下载链接:
https://zenodo.org/record/7235453
下载链接
链接失效反馈官方服务:
资源简介:
This is a dataset of a .bag file format.
The data included in this dataset are collected during a 4 hour shift of an operator. The operator is working alongside a collaborative cobot (COMAU AURA). During his shift, the operator is performing the assembly of a solar collector. The collector is attached on the robotic gripper and is manipulated by the cobot, while the operator proceeds with the assembly. For this certain bag file, the ROS message definitions are included:
---
ROS Message: geometry_msgs/TransformStamped
This expresses a transform from coordinate frame header.frame_id to the coordinate frame child_frame_id
Header header
string child_frame_id # the frame id of the child frame
Transform transform
---
ROS Message: std_msgs/Header
Standard metadata for higher-level stamped data types. This is generally used to communicate timestamped data in a particular coordinate frame.
sequence ID: consecutively increasing ID
uint32 seq
Two-integer timestamp that is expressed as:
stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')
stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')
time-handling sugar is provided by the client library
time stamp
Frame this data is associated with
string frame_id
---
ROS Message: geometry_msgs/Transform
This represents the transform between two coordinate frames in free space.
Vector3 translation
Quaternion rotation
---
ROS Message: geometry_msgs/Vector3
This represents a vector in free space. It is only meant to represent a direction. Therefore, it does not make sense to apply a translation to it (e.g., when applying a generic rigid transformation to a Vector3, tf2 will only apply the rotation).
float64 x
float64 y
float64 z
---
ROS Message: geometry_msgs/Quaternion
This represents an orientation in free space in quaternion form.
float64 x
float64 y
float64 z
float64 w
创建时间:
2022-10-22



