matheecs commited on
Commit
484b3c3
1 Parent(s): 9e056ca
This view is limited to 50 files because it contains too many changes.   See raw diff
LICENSE ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ BSD 3-Clause License
2
+
3
+ Copyright (c) 2016-2024 HangZhou YuShu TECHNOLOGY CO.,LTD. ("Unitree Robotics")
4
+ All rights reserved.
5
+
6
+ Redistribution and use in source and binary forms, with or without
7
+ modification, are permitted provided that the following conditions are met:
8
+
9
+ 1. Redistributions of source code must retain the above copyright notice, this
10
+ list of conditions and the following disclaimer.
11
+
12
+ 2. Redistributions in binary form must reproduce the above copyright notice,
13
+ this list of conditions and the following disclaimer in the documentation
14
+ and/or other materials provided with the distribution.
15
+
16
+ 3. Neither the name of the copyright holder nor the names of its
17
+ contributors may be used to endorse or promote products derived from
18
+ this software without specific prior written permission.
19
+
20
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # LAFAN1 Retargeting Dataset
2
+
3
+ To make the motion of humanoid robots more natural, we redirected LAFAN1[^1] motion capture data to [Unitree](https://www.unitree.com/)'s humanoid robots, supporting three models: [H1, H1_2](https://www.unitree.com/h1), and [G1](https://www.unitree.com/g1). This redirection was achieved through numerical optimization based on Interaction Mesh[^2] and IK, considering end-effector pose constraints, as well as joint position and velocity constraints, to prevent foot slippage. It is important to note that the redirection only accounted for kinematic constraints and did not include dynamic constraints or actuator limitations. As a result, the robot cannot perfectly execute the redirected trajectories.
4
+
5
+ This database stores the redirected trajectories in CSV format. Each row in the CSV file corresponds to the original motion capture data for each frame, recording the configurations of all joints in the humanoid robot in the following order:
6
+
7
+ ```txt
8
+ The Order of Configuration
9
+ G1:
10
+ root_joint(XYZQXQYQZQW)
11
+ left_hip_pitch_joint
12
+ left_hip_roll_joint
13
+ left_hip_yaw_joint
14
+ left_knee_joint
15
+ left_ankle_pitch_joint
16
+ left_ankle_roll_joint
17
+ right_hip_pitch_joint
18
+ right_hip_roll_joint
19
+ right_hip_yaw_joint
20
+ right_knee_joint
21
+ right_ankle_pitch_joint
22
+ right_ankle_roll_joint
23
+ waist_yaw_joint
24
+ waist_roll_joint
25
+ waist_pitch_joint
26
+ left_shoulder_pitch_joint
27
+ left_shoulder_roll_joint
28
+ left_shoulder_yaw_joint
29
+ left_elbow_joint
30
+ left_wrist_roll_joint
31
+ left_wrist_pitch_joint
32
+ left_wrist_yaw_joint
33
+ right_shoulder_pitch_joint
34
+ right_shoulder_roll_joint
35
+ right_shoulder_yaw_joint
36
+ right_elbow_joint
37
+ right_wrist_roll_joint
38
+ right_wrist_pitch_joint
39
+ right_wrist_yaw_joint
40
+
41
+ H1_2:
42
+ root_joint(XYZQXQYQZQW)
43
+ left_hip_yaw_joint
44
+ left_hip_pitch_joint
45
+ left_hip_roll_joint
46
+ left_knee_joint
47
+ left_ankle_pitch_joint
48
+ left_ankle_roll_joint
49
+ right_hip_yaw_joint
50
+ right_hip_pitch_joint
51
+ right_hip_roll_joint
52
+ right_knee_joint
53
+ right_ankle_pitch_joint
54
+ right_ankle_roll_joint
55
+ torso_joint
56
+ left_shoulder_pitch_joint
57
+ left_shoulder_roll_joint
58
+ left_shoulder_yaw_joint
59
+ left_elbow_joint
60
+ left_wrist_roll_joint
61
+ left_wrist_pitch_joint
62
+ left_wrist_yaw_joint
63
+ right_shoulder_pitch_joint
64
+ right_shoulder_roll_joint
65
+ right_shoulder_yaw_joint
66
+ right_elbow_joint
67
+ right_wrist_roll_joint
68
+ right_wrist_pitch_joint
69
+ right_wrist_yaw_joint
70
+
71
+ H1:
72
+ root_joint(XYZQXQYQZQW)
73
+ left_hip_yaw_joint
74
+ left_hip_roll_joint
75
+ left_hip_pitch_joint
76
+ left_knee_joint
77
+ left_ankle_joint
78
+ right_hip_yaw_joint
79
+ right_hip_roll_joint
80
+ right_hip_pitch_joint
81
+ right_knee_joint
82
+ right_ankle_joint
83
+ torso_joint
84
+ left_shoulder_pitch_joint
85
+ left_shoulder_roll_joint
86
+ left_shoulder_yaw_joint
87
+ left_elbow_joint
88
+ right_shoulder_pitch_joint
89
+ right_shoulder_roll_joint
90
+ right_shoulder_yaw_joint
91
+ right_elbow_joint
92
+ ```
93
+
94
+ [^1]: [LAFAN1 dataset](https://github.com/ubisoft/ubisoft-laforge-animation-dataset) is licensed under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License (unlike the code, which is licensed under MIT).
95
+ [^2]: <https://ieeexplore.ieee.org/document/6651585>
g1/dance1_subject1.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/dance1_subject2.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/dance1_subject3.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/dance2_subject1.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/dance2_subject2.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/dance2_subject3.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/dance2_subject4.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/dance2_subject5.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/fallAndGetUp1_subject1.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/fallAndGetUp1_subject4.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/fallAndGetUp1_subject5.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/fallAndGetUp2_subject2.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/fallAndGetUp2_subject3.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/fallAndGetUp3_subject1.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/fight1_subject2.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/fight1_subject3.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/fight1_subject5.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/fightAndSports1_subject1.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/fightAndSports1_subject4.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/jumps1_subject1.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/jumps1_subject2.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/jumps1_subject5.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/run1_subject2.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/run1_subject5.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/run2_subject1.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/run2_subject4.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/sprint1_subject2.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/sprint1_subject4.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/walk1_subject1.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/walk1_subject2.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/walk1_subject5.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/walk2_subject1.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/walk2_subject3.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/walk2_subject4.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/walk3_subject1.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/walk3_subject2.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/walk3_subject3.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/walk3_subject4.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/walk3_subject5.csv ADDED
The diff for this file is too large to render. See raw diff
 
g1/walk4_subject1.csv ADDED
The diff for this file is too large to render. See raw diff
 
h1/dance1_subject1.csv ADDED
The diff for this file is too large to render. See raw diff
 
h1/dance1_subject2.csv ADDED
The diff for this file is too large to render. See raw diff
 
h1/dance1_subject3.csv ADDED
The diff for this file is too large to render. See raw diff
 
h1/dance2_subject1.csv ADDED
The diff for this file is too large to render. See raw diff
 
h1/dance2_subject2.csv ADDED
The diff for this file is too large to render. See raw diff
 
h1/dance2_subject3.csv ADDED
The diff for this file is too large to render. See raw diff
 
h1/dance2_subject4.csv ADDED
The diff for this file is too large to render. See raw diff
 
h1/dance2_subject5.csv ADDED
The diff for this file is too large to render. See raw diff