You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've run the SLAM pipeline and got the generated dataset for diffusion policy training in the form of the following six folders:
camera0_rgb
robot0_demo_start_pose
robot0_demo_end_pose
robot0_eef_pose
robot0_eef_rot_axis_angle
robot0_gripper_width
I'm confused about the contents of the six folders for most of them are binary files, and her are my questions:
For robot0_demo_start_pose and robot0_demo_end_pose, what's the structure of the pose information, and what's the definition of 'start' and 'end' ? Are there any specific timestamps?
Is robot0_eef_pose in the form of 3D Cartesian Coordinate and robot0_eef_rot_axis_angle in the form of quarternion?
Do camera0_rgb, robot0_demo_start_pose and robot0_demo_end_pose act as At, and robot0_eef_pose, robot0_eef_rot_axis_angleandrobot0_gripper_widthact asOt` in the input of the diffusion policy?
What's the exact structure of the input and output of the SLAM pipeline?
What's the function of the marker in the Mapping Video step in data collection? Is it only for the scale calibration or it also acts as a reference for global localization of the end effector?
Thank you so much for your patience!
The text was updated successfully, but these errors were encountered:
Hello dear authors,
I've run the SLAM pipeline and got the generated dataset for diffusion policy training in the form of the following six folders:
camera0_rgb
robot0_demo_start_pose
robot0_demo_end_pose
robot0_eef_pose
robot0_eef_rot_axis_angle
robot0_gripper_width
I'm confused about the contents of the six folders for most of them are binary files, and her are my questions:
robot0_demo_start_pose
androbot0_demo_end_pose
, what's the structure of the pose information, and what's the definition of 'start' and 'end' ? Are there any specific timestamps?robot0_eef_pose
in the form of 3D Cartesian Coordinate androbot0_eef_rot_axis_angle
in the form of quarternion?camera0_rgb
,robot0_demo_start_pose
androbot0_demo_end_pose
act asAt
, androbot0_eef_pose
, robot0_eef_rot_axis_angleand
robot0_gripper_widthact as
Ot` in the input of the diffusion policy?Thank you so much for your patience!
The text was updated successfully, but these errors were encountered: