├── API-MJC ├── force.xml ├── mecanum.xml └── pointer.xml ├── CPP ├── Chapter1-make │ ├── CMakeLists.txt │ ├── basic.cc │ ├── simulate │ │ ├── array_safety.h │ │ ├── glfw_adapter.cc │ │ ├── glfw_adapter.h │ │ ├── glfw_corevideo.h │ │ ├── glfw_dispatch.cc │ │ ├── glfw_dispatch.h │ │ ├── liblodepng.a │ │ ├── lodepng.h │ │ ├── main.cc │ │ ├── platform_ui_adapter.cc │ │ ├── platform_ui_adapter.h │ │ ├── simulate.cc │ │ └── simulate.h │ └── tutorial.md ├── Chapter2-view&step │ ├── .cache │ │ └── clangd │ │ │ └── index │ │ │ ├── basic.cc.A2E09EE2BFF9391E.idx │ │ │ └── basic.cc.E1832A034FE16463.idx │ ├── CMakeLists.txt │ ├── basic.cc │ ├── build │ │ └── .cmake │ │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ └── client-vscode │ │ │ │ └── query.json │ │ │ └── reply │ │ │ ├── cache-v2-53e56443528e1994b560.json │ │ │ ├── cmakeFiles-v1-346205f55aa4a5252593.json │ │ │ ├── codemodel-v2-78bdbba0163b1d6d9082.json │ │ │ ├── directory-.-f5ebdc15457944623624.json │ │ │ ├── index-2025-05-08T09-31-25-0603.json │ │ │ ├── target-basic-fd8cea6ba5e6e4054f84.json │ │ │ └── toolchains-v1-9d27a096ce4cfd602fec.json │ └── tutorial.md ├── Chapter3-get_obj │ ├── .cache │ │ └── clangd │ │ │ └── index │ │ │ ├── basic.cc.A2E09EE2BFF9391E.idx │ │ │ ├── get_entity.cc.E1A59A003279E440.idx │ │ │ └── get_obj.cc.330F54414D418266.idx │ ├── CMakeLists.txt │ ├── build │ │ └── .cmake │ │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ └── client-vscode │ │ │ │ └── query.json │ │ │ └── reply │ │ │ ├── cache-v2-40d61833fc1514eea4a9.json │ │ │ ├── cmakeFiles-v1-aef276de6c6ecc45a163.json │ │ │ ├── codemodel-v2-3234f37d84312db5b0cf.json │ │ │ ├── directory-.-f5ebdc15457944623624.json │ │ │ ├── index-2025-05-08T09-58-00-0313.json │ │ │ ├── target-get_obj-5b97fca4abee99741519.json │ │ │ └── toolchains-v1-9d27a096ce4cfd602fec.json │ ├── get_obj.cc │ └── tutorial.md ├── Chapter4-sensor_data │ ├── .cache │ │ └── clangd │ │ │ └── index │ │ │ ├── basic.cc.A2E09EE2BFF9391E.idx │ │ │ └── sensor_data.cc.F575058BAF95B774.idx │ ├── CMakeLists.txt │ ├── build │ │ └── .cmake │ │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ └── client-vscode │ │ │ │ └── query.json │ │ │ └── reply │ │ │ ├── cache-v2-e4b12be53fa4f582c7af.json │ │ │ ├── cmakeFiles-v1-01569339f2490d5cc4a7.json │ │ │ ├── codemodel-v2-9bd43e4efc3c13ec22b5.json │ │ │ ├── directory-.-f5ebdc15457944623624.json │ │ │ ├── index-2025-05-08T10-04-41-0331.json │ │ │ ├── target-sensor_data-16a82dba45c50ed59c42.json │ │ │ └── toolchains-v1-9d27a096ce4cfd602fec.json │ ├── sensor_data.cc │ └── tutorial.md ├── Chapter5-draw │ ├── .cache │ │ └── clangd │ │ │ └── index │ │ │ ├── basic.cc.A2E09EE2BFF9391E.idx │ │ │ ├── draw.cpp.F5FD121E741F1371.idx │ │ │ └── sensor_data.cc.F575058BAF95B774.idx │ ├── CMakeLists.txt │ ├── build │ │ └── .cmake │ │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ └── client-vscode │ │ │ │ └── query.json │ │ │ └── reply │ │ │ ├── cache-v2-f57ee2afc74f9ee0acd4.json │ │ │ ├── cmakeFiles-v1-66665a46b2b47c56e026.json │ │ │ ├── codemodel-v2-d64c2dc85c2bd3664af2.json │ │ │ ├── directory-.-Debug-f5ebdc15457944623624.json │ │ │ ├── index-2025-05-17T14-01-45-0360.json │ │ │ ├── target-draw-Debug-a3a42dc533ece5f7dd2d.json │ │ │ └── toolchains-v1-c68320d8534e84d9f191.json │ ├── draw.cpp │ └── tutorial.md └── Chapter6-force │ ├── .cache │ └── clangd │ │ └── index │ │ ├── basic.cc.A2E09EE2BFF9391E.idx │ │ ├── draw.cpp.F5FD121E741F1371.idx │ │ ├── force.cpp.94D899AD9B24F2F8.idx │ │ └── sensor_data.cc.F575058BAF95B774.idx │ ├── CMakeLists.txt │ ├── b │ ├── CMakeCache.txt │ ├── CMakeFiles │ │ ├── 3.22.1 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ ├── CMakeSystem.cmake │ │ │ ├── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.out │ │ │ └── CompilerIdCXX │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ └── a.out │ │ ├── CMakeDirectoryInformation.cmake │ │ ├── CMakeOutput.log │ │ ├── Makefile.cmake │ │ ├── Makefile2 │ │ ├── TargetDirectories.txt │ │ ├── cmake.check_cache │ │ ├── force.dir │ │ │ ├── DependInfo.cmake │ │ │ ├── build.make │ │ │ ├── cmake_clean.cmake │ │ │ ├── compiler_depend.internal │ │ │ ├── compiler_depend.make │ │ │ ├── compiler_depend.ts │ │ │ ├── depend.make │ │ │ ├── flags.make │ │ │ ├── force.cpp.o │ │ │ ├── force.cpp.o.d │ │ │ ├── link.txt │ │ │ └── progress.make │ │ └── progress.marks │ ├── MUJOCO_LOG.TXT │ ├── Makefile │ ├── cmake_install.cmake │ └── force │ ├── build │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ └── client-vscode │ │ │ │ └── query.json │ │ │ └── reply │ │ │ ├── cache-v2-4e7cd6db80536967377e.json │ │ │ ├── cmakeFiles-v1-4f1aa1961aca249dcb32.json │ │ │ ├── codemodel-v2-d24318b8dc09a60f7fed.json │ │ │ ├── directory-.-Debug-f5ebdc15457944623624.json │ │ │ ├── index-2025-05-27T13-20-51-0884.json │ │ │ ├── target-force-Debug-987bfe7f91d44fd47627.json │ │ │ └── toolchains-v1-c68320d8534e84d9f191.json │ ├── CMakeCache.txt │ ├── CMakeFiles │ │ ├── 3.22.1 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ ├── CMakeSystem.cmake │ │ │ ├── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.out │ │ │ └── CompilerIdCXX │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ └── a.out │ │ ├── CMakeDirectoryInformation.cmake │ │ ├── CMakeOutput.log │ │ ├── Makefile.cmake │ │ ├── Makefile2 │ │ ├── Progress │ │ │ ├── 1 │ │ │ └── count.txt │ │ ├── TargetDirectories.txt │ │ ├── cmake.check_cache │ │ ├── force.dir │ │ │ ├── DependInfo.cmake │ │ │ ├── build.make │ │ │ ├── cmake_clean.cmake │ │ │ ├── compiler_depend.make │ │ │ ├── compiler_depend.ts │ │ │ ├── depend.make │ │ │ ├── flags.make │ │ │ ├── force.cpp.o.d │ │ │ ├── link.txt │ │ │ └── progress.make │ │ └── progress.marks │ ├── Makefile │ ├── cmake_install.cmake │ └── compile_commands.json │ ├── force.cpp │ └── tutorial.md ├── LICENSE ├── MJCF ├── Chapter0-install │ └── tutorial.md ├── Chapter1-meet_mujoco │ ├── humanoid_body.xml │ ├── scence.xml │ └── tutorial.md ├── Chapter10-from_CAD_software │ ├── del_models.py │ ├── get_body_geom.py │ ├── get_geom_data.py │ ├── mass.csv │ ├── tutorial.md │ └── 文件路径.png ├── Chapter11-equality │ ├── connecting_rod.xml │ └── tutorial.md ├── Chapter12-default │ ├── default.xml │ └── tutorial.md ├── Chapter13-composite │ ├── scence.xml │ └── tutorial.md ├── Chapter14-flex │ ├── assets │ │ ├── bunny.obj │ │ ├── bunny_with_uv.obj │ │ ├── cap.obj │ │ └── sponge.png │ ├── scene.xml │ ├── trampoline.xml │ ├── trampoline2.xml │ └── tutorial.md ├── Chapter15-keyframe │ ├── key.xml │ ├── scene.xml │ └── tutorial.md ├── Chapter2-virtual_world │ ├── king_of_clubs.png │ ├── meshes │ │ ├── agent_eval_gym.png │ │ └── card.obj │ ├── scence.xml │ └── tutorial.md ├── Chapter3-worldbody │ ├── king_of_clubs.png │ ├── meshes │ │ ├── agent_eval_gym.png │ │ └── card.obj │ ├── scence.xml │ └── tutorial.md ├── Chapter4-joint │ ├── scence.xml │ └── tutorial.md ├── Chapter5-friction │ ├── friction.py │ ├── tutorial.md │ └── 摩擦力计算 │ │ ├── .vscode │ │ ├── c_cpp_properties.json │ │ └── settings.json │ │ ├── CMakeLists.txt │ │ ├── LeastSquares.cpp │ │ ├── main2.cpp │ │ └── minL.cpp ├── Chapter6-actuator │ ├── scence.xml │ └── tutorial.md ├── Chapter7-light&replicate │ ├── scence.xml │ └── tutorial.md ├── Chapter8-tendon │ ├── mecanum.xml │ ├── omnidirectional.xml │ ├── spatial.xml │ └── tutorial.md ├── Chapter9-sensor │ ├── scence.xml │ └── tutorial.md └── asset │ ├── 2D_draw_point.png │ ├── CJ-003 │ ├── CJ-003-pointfoot.xml │ ├── CJ-003-wheelfoot.xml │ ├── assets │ │ ├── cj_003___base_1_10103_liu_mian_luo_mu__1.stl │ │ ├── cj_003___base_1_10103_liu_mian_luo_mu__2.stl │ │ ├── cj_003___base_1_10103_liu_mian_luo_mu__3.stl │ │ ├── cj_003___base_1_10103_liu_mian_luo_mu__4.stl │ │ ├── cj_003___base_1_8009_rau_5005__wai_xing_chi_cun__20240809_1.stl │ │ ├── cj_003___base_1_8009_rau_5005__wai_xing_chi_cun__20240809_2.stl │ │ ├── cj_003___base_1_8840_jiao_jie__1.stl │ │ ├── cj_003___base_1_8840_jiao_jie__2.stl │ │ ├── cj_003___base_1_8840_jiao_jie__3.stl │ │ ├── cj_003___base_1_8840_jiao_jie__4.stl │ │ ├── cj_003___base_1_8840_jiao_jie__5.stl │ │ ├── cj_003___base_1_8840_jiao_jie__6.stl │ │ ├── cj_003___base_1_8840_jiao_jie__7.stl │ │ ├── cj_003___base_1_8840_jiao_jie__8.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_1.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_10.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_11.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_12.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_13.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_14.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_15.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_16.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_17.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_18.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_19.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_2.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_20.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_21.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_22.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_23.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_24.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_25.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_26.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_27.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_28.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_29.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_3.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_30.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_31.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_32.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_4.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_5.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_6.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_7.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_8.stl │ │ ├── cj_003___base_1__bei_tou_m3_14_9.stl │ │ ├── cj_003___base_1__bei_tou_m3_6_1.stl │ │ ├── cj_003___base_1__bei_tou_m3_6_2.stl │ │ ├── cj_003___base_1__bei_tou_m3_6_3.stl │ │ ├── cj_003___base_1__bei_tou_m3_6_4.stl │ │ ├── cj_003___base_1__bei_tou_m3_6_5.stl │ │ ├── cj_003___base_1__bei_tou_m3_6_6.stl │ │ ├── cj_003___base_1__bei_tou_m3_6_7.stl │ │ ├── cj_003___base_1__bei_tou_m3_6_8.stl │ │ ├── cj_003___base_1__bei_tou_m4_8_1.stl │ │ ├── cj_003___base_1__bei_tou_m4_8_11.stl │ │ ├── cj_003___base_1__bei_tou_m4_8_12.stl │ │ ├── cj_003___base_1__bei_tou_m4_8_2.stl │ │ ├── cj_003___base_1__bei_tou_m4_8_3.stl │ │ ├── cj_003___base_1__bei_tou_m4_8_4.stl │ │ ├── cj_003___base_1__bei_tou_m4_8_5.stl │ │ ├── cj_003___base_1__bei_tou_m4_8_6.stl │ │ ├── cj_003___base_1__bei_tou_m4_8_7.stl │ │ ├── cj_003___base_1__bei_tou_m4_8_9.stl │ │ ├── cj_003___base_1__bei_tou_m5_12_1.stl │ │ ├── cj_003___base_1__bei_tou_m5_12_10.stl │ │ ├── cj_003___base_1__bei_tou_m5_12_11.stl │ │ ├── cj_003___base_1__bei_tou_m5_12_12.stl │ │ ├── cj_003___base_1__bei_tou_m5_12_2.stl │ │ ├── cj_003___base_1__bei_tou_m5_12_3.stl │ │ ├── cj_003___base_1__bei_tou_m5_12_4.stl │ │ ├── cj_003___base_1__bei_tou_m5_12_5.stl │ │ ├── cj_003___base_1__bei_tou_m5_12_6.stl │ │ ├── cj_003___base_1__bei_tou_m5_12_7.stl │ │ ├── cj_003___base_1__bei_tou_m5_12_8.stl │ │ ├── cj_003___base_1__bei_tou_m5_12_9.stl │ │ ├── cj_003___base_1__ji_shen_1_1.stl │ │ ├── cj_003___base_1__ji_shen_3_1.stl │ │ ├── cj_003___base_1__ji_shen_3_2.stl │ │ ├── cj_003___base_1__ji_shen_4_1.stl │ │ ├── cj_003___base_1__ping_tou_m4_10_1.stl │ │ ├── cj_003___base_1__ping_tou_m4_10_10.stl │ │ ├── cj_003___base_1__ping_tou_m4_10_11.stl │ │ ├── cj_003___base_1__ping_tou_m4_10_12.stl │ │ ├── cj_003___base_1__ping_tou_m4_10_2.stl │ │ ├── cj_003___base_1__ping_tou_m4_10_3.stl │ │ ├── cj_003___base_1__ping_tou_m4_10_4.stl │ │ ├── cj_003___base_1__ping_tou_m4_10_5.stl │ │ ├── cj_003___base_1__ping_tou_m4_10_6.stl │ │ ├── cj_003___base_1__ping_tou_m4_10_7.stl │ │ ├── cj_003___base_1__ping_tou_m4_10_8.stl │ │ ├── cj_003___base_1__ping_tou_m4_10_9.stl │ │ ├── cj_003___base_1_imu_gu_ding__1.stl │ │ ├── cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__1.stl │ │ ├── cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__2.stl │ │ ├── cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__3.stl │ │ ├── cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__4.stl │ │ ├── cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__5.stl │ │ ├── cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__6.stl │ │ ├── cj_003___base_1_m5_8_0_8_dian_pian__1.stl │ │ ├── cj_003___base_1_m5_8_0_8_dian_pian__2.stl │ │ ├── cj_003___base_1_m5_8_0_8_dian_pian__3.stl │ │ ├── cj_003___base_1_m5_8_0_8_dian_pian__4.stl │ │ ├── cj_003___base_1_m5_8_0_8_dian_pian__5.stl │ │ ├── cj_003___base_1_m5_8_0_8_dian_pian__6.stl │ │ ├── cj_003___left_calf_1__bei_tou_m3_10_1.stl │ │ ├── cj_003___left_calf_1__bei_tou_m3_10_2.stl │ │ ├── cj_003___left_calf_1__bei_tou_m3_10_3.stl │ │ ├── cj_003___left_calf_1__bei_tou_m3_10_4.stl │ │ ├── cj_003___left_calf_1__bei_tou_m3_25_1.stl │ │ ├── cj_003___left_calf_1__bei_tou_m3_25_2.stl │ │ ├── cj_003___left_calf_1__bei_tou_m3_25_3.stl │ │ ├── cj_003___left_calf_1__bei_tou_m3_25_4.stl │ │ ├── cj_003___left_calf_1__bei_tou_m3_25_5.stl │ │ ├── cj_003___left_calf_1__bei_tou_m3_25_6.stl │ │ ├── cj_003___left_calf_1__ping_tou_m4_30_1.stl │ │ ├── cj_003___left_calf_1__ping_tou_m4_30_2.stl │ │ ├── cj_003___left_calf_1__ping_tou_m4_30_3.stl │ │ ├── cj_003___left_calf_1__ping_tou_m4_30_4.stl │ │ ├── cj_003___left_calf_1__ping_tou_m4_30_5.stl │ │ ├── cj_003___left_calf_1__ping_tou_m4_30_6.stl │ │ ├── cj_003___left_calf_1__ping_tou_m4_30_7.stl │ │ ├── cj_003___left_calf_1__ping_tou_m4_30_8.stl │ │ ├── cj_003___left_calf_1__sai_da_luo_si_m6_50_5_1.stl │ │ ├── cj_003___left_calf_1__xi_guan_jie_lian_gan_dian_zhu__1.stl │ │ ├── cj_003___left_calf_1__xi_guan_jie_xiao_tui_zhi_cheng_zhu__1.stl │ │ ├── cj_003___left_calf_1__xiao_tui__1.stl │ │ ├── cj_003___left_calf_1__xiao_tui__2.stl │ │ ├── cj_003___left_calf_1_m3_fang_hua_luo_mu__1.stl │ │ ├── cj_003___left_calf_1_m3_fang_hua_luo_mu__2.stl │ │ ├── cj_003___left_calf_1_m3_fang_hua_luo_mu__3.stl │ │ ├── cj_003___left_calf_1_m3_fang_hua_luo_mu__4.stl │ │ ├── cj_003___left_calf_1_m3_fang_hua_luo_mu__5.stl │ │ ├── cj_003___left_calf_1_m3_fang_hua_luo_mu__6.stl │ │ ├── cj_003___left_calf_1_m4_12_shuang_tong_liu_jiao_luo_zhu__1.stl │ │ ├── cj_003___left_calf_1_m4_12_shuang_tong_liu_jiao_luo_zhu__2.stl │ │ ├── cj_003___left_calf_1_m4_fang_hua_luo_mu__1.stl │ │ ├── cj_003___left_calf_1_m4_fang_hua_luo_mu__2.stl │ │ ├── cj_003___left_calf_1_m4_fang_hua_luo_mu__3.stl │ │ ├── cj_003___left_calf_1_m4_fang_hua_luo_mu__4.stl │ │ ├── cj_003___left_calf_1_m4_fang_hua_luo_mu__5.stl │ │ ├── cj_003___left_calf_1_m4_fang_hua_luo_mu__6.stl │ │ ├── cj_003___left_calf_1_m4_fang_hua_luo_mu__7.stl │ │ ├── cj_003___left_calf_1_m4_fang_hua_luo_mu__8.stl │ │ ├── cj_003___left_calf_1_m5_fang_hua_luo_mu__1.stl │ │ ├── cj_003___left_connect1_1_8009_lian_gan__1.stl │ │ ├── cj_003___left_connect1_1__ping_tou_m5_12_1.stl │ │ ├── cj_003___left_connect1_1__ping_tou_m5_12_2.stl │ │ ├── cj_003___left_connect1_1__ping_tou_m5_12_3.stl │ │ ├── cj_003___left_connect1_1__ping_tou_m5_12_4.stl │ │ ├── cj_003___left_connect1_1__ping_tou_m5_12_5.stl │ │ ├── cj_003___left_connect1_1__ping_tou_m5_12_6.stl │ │ ├── cj_003___left_connect1_1__sai_da_luo_si_m6_12_5_1.stl │ │ ├── cj_003___left_connect1_1_m5_fang_hua_luo_mu__1.stl │ │ ├── cj_003___left_connect2_1__lian_gan__1.stl │ │ ├── cj_003___left_connect2_1__xiao_fa_lan_zhou_cheng__1.stl │ │ ├── cj_003___left_connect2_1__xiao_fa_lan_zhou_cheng__2.stl │ │ ├── cj_003___left_connect2_1_m6_10_1_dian_pian__1.stl │ │ ├── cj_003___left_connect2_1_m6_10_1_dian_pian__2.stl │ │ ├── cj_003___left_connect2_1_m6_18_2_dian_pian__1.stl │ │ ├── cj_003___left_connect2_1_m6_18_2_dian_pian__2.stl │ │ ├── cj_003___left_hip_1_6621_jiao_jie__1.stl │ │ ├── cj_003___left_hip_1_6621_jiao_jie__2.stl │ │ ├── cj_003___left_hip_1_6621_jiao_jie__3.stl │ │ ├── cj_003___left_hip_1_6621_jiao_jie__4.stl │ │ ├── cj_003___left_hip_1_6621_jiao_jie__5.stl │ │ ├── cj_003___left_hip_1_6621_jiao_jie__6.stl │ │ ├── cj_003___left_hip_1_8009_rau_5005__wai_xing_chi_cun__20240809_1.stl │ │ ├── cj_003___left_hip_1__bei_tou_m3_12_1.stl │ │ ├── cj_003___left_hip_1__bei_tou_m3_12_2.stl │ │ ├── cj_003___left_hip_1__bei_tou_m3_12_3.stl │ │ ├── cj_003___left_hip_1__bei_tou_m3_12_4.stl │ │ ├── cj_003___left_hip_1__bei_tou_m3_12_5.stl │ │ ├── cj_003___left_hip_1__bei_tou_m3_12_6.stl │ │ ├── cj_003___left_hip_1__bei_tou_m3_12_7.stl │ │ ├── cj_003___left_hip_1__bei_tou_m3_12_8.stl │ │ ├── cj_003___left_hip_1__bei_tou_m4_8_1.stl │ │ ├── cj_003___left_hip_1__bei_tou_m4_8_2.stl │ │ ├── cj_003___left_hip_1__bei_tou_m4_8_3.stl │ │ ├── cj_003___left_hip_1__bei_tou_m4_8_4.stl │ │ ├── cj_003___left_hip_1__bei_tou_m4_8_5.stl │ │ ├── cj_003___left_hip_1__bei_tou_m4_8_6.stl │ │ ├── cj_003___left_hip_1__da_tui_dian_ji_gu_ding_1_1.stl │ │ ├── cj_003___left_hip_1__da_tui_dian_ji_gu_ding_2_1.stl │ │ ├── cj_003___left_hip_1__da_tui_dian_ji_gu_ding_3_1.stl │ │ ├── cj_003___left_hip_1__da_tui_dian_ji_gu_ding_4_1.stl │ │ ├── cj_003___left_hip_1__da_tui_dian_ji_gu_ding_4_2.stl │ │ ├── cj_003___left_hip_1__da_tui_dian_ji_gu_ding_5_1.stl │ │ ├── cj_003___left_hip_1__ping_tou_m3_10_12.stl │ │ ├── cj_003___left_hip_1__ping_tou_m3_10_13.stl │ │ ├── cj_003___left_hip_1__ping_tou_m3_10_15.stl │ │ ├── cj_003___left_hip_1__ping_tou_m3_10_16.stl │ │ ├── cj_003___left_hip_1__ping_tou_m3_10_2.stl │ │ ├── cj_003___left_hip_1__ping_tou_m3_10_3.stl │ │ ├── cj_003___left_hip_1__ping_tou_m3_10_7.stl │ │ ├── cj_003___left_hip_1__ping_tou_m3_10_8.stl │ │ ├── cj_003___left_hip_1__ping_tou_m3_10_9.stl │ │ ├── cj_003___left_hip_1__ping_tou_m3_16_1.stl │ │ ├── cj_003___left_hip_1__ping_tou_m3_16_2.stl │ │ ├── cj_003___left_hip_1__ping_tou_m3_16_3.stl │ │ ├── cj_003___left_hip_1__ping_tou_m3_16_4.stl │ │ ├── cj_003___left_hip_1__ping_tou_m4_10_1.stl │ │ ├── cj_003___left_hip_1__ping_tou_m4_10_3.stl │ │ ├── cj_003___left_hip_1__ping_tou_m4_10_4.stl │ │ ├── cj_003___left_hip_1__ping_tou_m4_10_5.stl │ │ ├── cj_003___left_hip_1__ping_tou_m4_10_6.stl │ │ ├── cj_003___left_hip_1__ping_tou_m5_14_1.stl │ │ ├── cj_003___left_hip_1__ping_tou_m5_14_2.stl │ │ ├── cj_003___left_hip_1__ping_tou_m5_14_3.stl │ │ ├── cj_003___left_hip_1__ping_tou_m5_14_4.stl │ │ ├── cj_003___left_hip_1__ping_tou_m5_14_5.stl │ │ ├── cj_003___left_hip_1__ping_tou_m5_14_6.stl │ │ ├── cj_003___left_point_foot2_1__lun_zu_mo_duan__1.stl │ │ ├── cj_003___left_point_foot2_1__lun_zu_mo_duan__2.stl │ │ ├── cj_003___left_point_foot2_1__lun_zu_mo_duan___shen_gou_qiu_gu_ding__1.stl │ │ ├── cj_003___left_thigh_2_8009_rau_5005__wai_xing_chi_cun__20240809_1.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m3_55_1.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m3_55_2.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m3_55_3.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m3_55_4.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m3_55_5.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m3_55_6.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m4_10_1.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m4_10_2.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m4_10_3.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m4_10_4.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m4_10_5.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m4_10_6.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m5_12_1.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m5_12_2.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m5_12_3.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m5_12_4.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m5_12_5.stl │ │ ├── cj_003___left_thigh_2__bei_tou_m5_12_6.stl │ │ ├── cj_003___left_thigh_2__da_tui_di_er_ceng__1.stl │ │ ├── cj_003___left_thigh_2__da_tui_di_yi_ceng__1.stl │ │ ├── cj_003___left_thigh_2__da_tui_dian_ji_gu_ding_5_1.stl │ │ ├── cj_003___left_thigh_2__da_tui_dian_ji_gu_ding_dian_kuai__1.stl │ │ ├── cj_003___left_thigh_2__da_tui_dian_ji_gu_ding_dian_kuai__2.stl │ │ ├── cj_003___left_thigh_2__da_tui_xi_guan_jie_dian_kuai__1.stl │ │ ├── cj_003___left_thigh_2__da_tui_xi_guan_jie_dian_kuai__2.stl │ │ ├── cj_003___left_thigh_2__ping_tou_m5_22_1.stl │ │ ├── cj_003___left_thigh_2__ping_tou_m5_22_2.stl │ │ ├── cj_003___left_thigh_2__ping_tou_m5_22_3.stl │ │ ├── cj_003___left_thigh_2__ping_tou_m5_22_4.stl │ │ ├── cj_003___left_thigh_2__ping_tou_m5_22_5.stl │ │ ├── cj_003___left_thigh_2__ping_tou_m5_22_6.stl │ │ ├── cj_003___left_thigh_2__wai_liu_jiao_m4_22_1.stl │ │ ├── cj_003___left_thigh_2__wai_liu_jiao_m4_22_2.stl │ │ ├── cj_003___left_thigh_2__wai_liu_jiao_m4_22_3.stl │ │ ├── cj_003___left_thigh_2__wai_liu_jiao_m4_22_4.stl │ │ ├── cj_003___left_thigh_2__wai_liu_jiao_m4_22_5.stl │ │ ├── cj_003___left_thigh_2__xi_guan_jie_zhou_cheng__1.stl │ │ ├── cj_003___left_thigh_2__xiao_tui_dian_ji_lian_jie___lv_he_jin__1.stl │ │ ├── cj_003___left_thigh_2_m5_40_shuang_tong_liu_jiao_luo_zhu__1.stl │ │ ├── cj_003___left_thigh_2_m5_40_shuang_tong_liu_jiao_luo_zhu__2.stl │ │ ├── cj_003___left_thigh_2_m5_40_shuang_tong_liu_jiao_luo_zhu__3.stl │ │ ├── cj_003___left_thigh_2_m5_8_0_8_dian_pian__1.stl │ │ ├── cj_003___left_thigh_2_m5_8_0_8_dian_pian__2.stl │ │ ├── cj_003___left_thigh_2_m5_8_0_8_dian_pian__3.stl │ │ ├── cj_003___left_wheel_foot_1_220_lun_gu__1.stl │ │ ├── cj_003___left_wheel_foot_1__bei_tou_m4_35_1.stl │ │ ├── cj_003___left_wheel_foot_1__bei_tou_m4_35_2.stl │ │ ├── cj_003___left_wheel_foot_1__bei_tou_m4_35_3.stl │ │ ├── cj_003___left_wheel_foot_1__bei_tou_m4_35_4.stl │ │ ├── cj_003___left_wheel_foot_1__bei_tou_m4_35_5.stl │ │ ├── cj_003___left_wheel_foot_1__bei_tou_m4_35_6.stl │ │ ├── cj_003___left_wheel_foot_1__lun_ping_mian_gun_zhen_zhou_cheng__1.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m3_25_1.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m3_25_2.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m3_25_3.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m3_25_4.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m3_25_5.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m3_25_6.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m3_25_7.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m3_25_8.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m3_25_9.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m4_35_1.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m4_35_2.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m4_35_3.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m4_35_4.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m4_35_5.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m4_35_6.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m4_35_7.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m4_35_8.stl │ │ ├── cj_003___left_wheel_foot_1__ping_tou_m4_35_9.stl │ │ ├── cj_003___left_wheel_foot_1__xiang_jiao_bao_lun__1.stl │ │ ├── cj_003___left_wheel_foot_1__xiao_mi_dian_ji__1.stl │ │ ├── cj_003___left_wheel_foot_1__xiao_mi_dian_ji_shen_gou_qiu_zhou_cheng__1.stl │ │ ├── cj_003___left_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___da_yin__1.stl │ │ ├── cj_003___left_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___dian_pian__1.stl │ │ ├── cj_003___left_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___ya_ban__1.stl │ │ ├── cj_003___left_wheel_foot_1__xiao_mi_shen_gou_qiu_gu_ding__1.stl │ │ ├── cj_003___right_calf_1__bei_tou_m3_10_1.stl │ │ ├── cj_003___right_calf_1__bei_tou_m3_10_2.stl │ │ ├── cj_003___right_calf_1__bei_tou_m3_10_3.stl │ │ ├── cj_003___right_calf_1__bei_tou_m3_10_4.stl │ │ ├── cj_003___right_calf_1__bei_tou_m3_25_1.stl │ │ ├── cj_003___right_calf_1__bei_tou_m3_25_2.stl │ │ ├── cj_003___right_calf_1__bei_tou_m3_25_3.stl │ │ ├── cj_003___right_calf_1__bei_tou_m3_25_4.stl │ │ ├── cj_003___right_calf_1__bei_tou_m3_25_5.stl │ │ ├── cj_003___right_calf_1__bei_tou_m3_25_6.stl │ │ ├── cj_003___right_calf_1__ping_tou_m4_30_1.stl │ │ ├── cj_003___right_calf_1__ping_tou_m4_30_2.stl │ │ ├── cj_003___right_calf_1__ping_tou_m4_30_3.stl │ │ ├── cj_003___right_calf_1__ping_tou_m4_30_4.stl │ │ ├── cj_003___right_calf_1__ping_tou_m4_30_5.stl │ │ ├── cj_003___right_calf_1__ping_tou_m4_30_6.stl │ │ ├── cj_003___right_calf_1__ping_tou_m4_30_7.stl │ │ ├── cj_003___right_calf_1__ping_tou_m4_30_8.stl │ │ ├── cj_003___right_calf_1__sai_da_luo_si_m6_50_5_1.stl │ │ ├── cj_003___right_calf_1__xi_guan_jie_lian_gan_dian_zhu__1.stl │ │ ├── cj_003___right_calf_1__xi_guan_jie_xiao_tui_zhi_cheng_zhu__1.stl │ │ ├── cj_003___right_calf_1__xiao_tui__1.stl │ │ ├── cj_003___right_calf_1__xiao_tui__2.stl │ │ ├── cj_003___right_calf_1_m3_fang_hua_luo_mu__1.stl │ │ ├── cj_003___right_calf_1_m3_fang_hua_luo_mu__2.stl │ │ ├── cj_003___right_calf_1_m3_fang_hua_luo_mu__3.stl │ │ ├── cj_003___right_calf_1_m3_fang_hua_luo_mu__4.stl │ │ ├── cj_003___right_calf_1_m3_fang_hua_luo_mu__5.stl │ │ ├── cj_003___right_calf_1_m3_fang_hua_luo_mu__6.stl │ │ ├── cj_003___right_calf_1_m4_12_shuang_tong_liu_jiao_luo_zhu__1.stl │ │ ├── cj_003___right_calf_1_m4_12_shuang_tong_liu_jiao_luo_zhu__2.stl │ │ ├── cj_003___right_calf_1_m4_fang_hua_luo_mu__1.stl │ │ ├── cj_003___right_calf_1_m4_fang_hua_luo_mu__2.stl │ │ ├── cj_003___right_calf_1_m4_fang_hua_luo_mu__3.stl │ │ ├── cj_003___right_calf_1_m4_fang_hua_luo_mu__4.stl │ │ ├── cj_003___right_calf_1_m4_fang_hua_luo_mu__5.stl │ │ ├── cj_003___right_calf_1_m4_fang_hua_luo_mu__6.stl │ │ ├── cj_003___right_calf_1_m4_fang_hua_luo_mu__7.stl │ │ ├── cj_003___right_calf_1_m4_fang_hua_luo_mu__8.stl │ │ ├── cj_003___right_calf_1_m5_fang_hua_luo_mu__1.stl │ │ ├── cj_003___right_connect1_1_8009_lian_gan__1.stl │ │ ├── cj_003___right_connect1_1__ping_tou_m5_12_1.stl │ │ ├── cj_003___right_connect1_1__ping_tou_m5_12_2.stl │ │ ├── cj_003___right_connect1_1__ping_tou_m5_12_3.stl │ │ ├── cj_003___right_connect1_1__ping_tou_m5_12_4.stl │ │ ├── cj_003___right_connect1_1__ping_tou_m5_12_5.stl │ │ ├── cj_003___right_connect1_1__ping_tou_m5_12_6.stl │ │ ├── cj_003___right_connect1_1__sai_da_luo_si_m6_12_5_1.stl │ │ ├── cj_003___right_connect1_1_m5_fang_hua_luo_mu__1.stl │ │ ├── cj_003___right_connect2_1__lian_gan__1.stl │ │ ├── cj_003___right_connect2_1__xiao_fa_lan_zhou_cheng__1.stl │ │ ├── cj_003___right_connect2_1__xiao_fa_lan_zhou_cheng__2.stl │ │ ├── cj_003___right_connect2_1_m6_10_1_dian_pian__1.stl │ │ ├── cj_003___right_connect2_1_m6_10_1_dian_pian__2.stl │ │ ├── cj_003___right_connect2_1_m6_18_2_dian_pian__1.stl │ │ ├── cj_003___right_connect2_1_m6_18_2_dian_pian__2.stl │ │ ├── cj_003___right_hip_1_6621_jiao_jie__1.stl │ │ ├── cj_003___right_hip_1_6621_jiao_jie__2.stl │ │ ├── cj_003___right_hip_1_6621_jiao_jie__3.stl │ │ ├── cj_003___right_hip_1_6621_jiao_jie__4.stl │ │ ├── cj_003___right_hip_1_6621_jiao_jie__5.stl │ │ ├── cj_003___right_hip_1_6621_jiao_jie__6.stl │ │ ├── cj_003___right_hip_1_8009_rau_5005__wai_xing_chi_cun__20240809_1.stl │ │ ├── cj_003___right_hip_1__bei_tou_m3_12_1.stl │ │ ├── cj_003___right_hip_1__bei_tou_m3_12_2.stl │ │ ├── cj_003___right_hip_1__bei_tou_m3_12_3.stl │ │ ├── cj_003___right_hip_1__bei_tou_m3_12_4.stl │ │ ├── cj_003___right_hip_1__bei_tou_m3_12_5.stl │ │ ├── cj_003___right_hip_1__bei_tou_m3_12_6.stl │ │ ├── cj_003___right_hip_1__bei_tou_m3_12_7.stl │ │ ├── cj_003___right_hip_1__bei_tou_m3_12_8.stl │ │ ├── cj_003___right_hip_1__bei_tou_m4_8_1.stl │ │ ├── cj_003___right_hip_1__bei_tou_m4_8_2.stl │ │ ├── cj_003___right_hip_1__bei_tou_m4_8_3.stl │ │ ├── cj_003___right_hip_1__bei_tou_m4_8_4.stl │ │ ├── cj_003___right_hip_1__bei_tou_m4_8_5.stl │ │ ├── cj_003___right_hip_1__bei_tou_m4_8_6.stl │ │ ├── cj_003___right_hip_1__da_tui_dian_ji_gu_ding_1_1.stl │ │ ├── cj_003___right_hip_1__da_tui_dian_ji_gu_ding_2_1.stl │ │ ├── cj_003___right_hip_1__da_tui_dian_ji_gu_ding_3_1.stl │ │ ├── cj_003___right_hip_1__da_tui_dian_ji_gu_ding_4_1.stl │ │ ├── cj_003___right_hip_1__da_tui_dian_ji_gu_ding_4_2.stl │ │ ├── cj_003___right_hip_1__da_tui_dian_ji_gu_ding_5_1.stl │ │ ├── cj_003___right_hip_1__ping_tou_m3_10_12.stl │ │ ├── cj_003___right_hip_1__ping_tou_m3_10_13.stl │ │ ├── cj_003___right_hip_1__ping_tou_m3_10_15.stl │ │ ├── cj_003___right_hip_1__ping_tou_m3_10_16.stl │ │ ├── cj_003___right_hip_1__ping_tou_m3_10_2.stl │ │ ├── cj_003___right_hip_1__ping_tou_m3_10_3.stl │ │ ├── cj_003___right_hip_1__ping_tou_m3_10_7.stl │ │ ├── cj_003___right_hip_1__ping_tou_m3_10_8.stl │ │ ├── cj_003___right_hip_1__ping_tou_m3_10_9.stl │ │ ├── cj_003___right_hip_1__ping_tou_m3_16_1.stl │ │ ├── cj_003___right_hip_1__ping_tou_m3_16_2.stl │ │ ├── cj_003___right_hip_1__ping_tou_m3_16_3.stl │ │ ├── cj_003___right_hip_1__ping_tou_m3_16_4.stl │ │ ├── cj_003___right_hip_1__ping_tou_m4_10_1.stl │ │ ├── cj_003___right_hip_1__ping_tou_m4_10_3.stl │ │ ├── cj_003___right_hip_1__ping_tou_m4_10_4.stl │ │ ├── cj_003___right_hip_1__ping_tou_m4_10_5.stl │ │ ├── cj_003___right_hip_1__ping_tou_m4_10_6.stl │ │ ├── cj_003___right_hip_1__ping_tou_m5_14_1.stl │ │ ├── cj_003___right_hip_1__ping_tou_m5_14_2.stl │ │ ├── cj_003___right_hip_1__ping_tou_m5_14_3.stl │ │ ├── cj_003___right_hip_1__ping_tou_m5_14_4.stl │ │ ├── cj_003___right_hip_1__ping_tou_m5_14_5.stl │ │ ├── cj_003___right_hip_1__ping_tou_m5_14_6.stl │ │ ├── cj_003___right_point_foot2_1__lun_zu_mo_duan__1.stl │ │ ├── cj_003___right_point_foot2_1__lun_zu_mo_duan__2.stl │ │ ├── cj_003___right_point_foot2_1__lun_zu_mo_duan___shen_gou_qiu_gu_ding__1.stl │ │ ├── cj_003___right_thigh_1_8009_rau_5005__wai_xing_chi_cun__20240809_1.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m3_55_1.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m3_55_2.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m3_55_3.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m3_55_4.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m3_55_5.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m3_55_6.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m4_10_1.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m4_10_2.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m4_10_3.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m4_10_4.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m4_10_5.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m4_10_6.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m5_12_1.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m5_12_2.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m5_12_3.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m5_12_4.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m5_12_5.stl │ │ ├── cj_003___right_thigh_1__bei_tou_m5_12_6.stl │ │ ├── cj_003___right_thigh_1__da_tui_di_er_ceng__1.stl │ │ ├── cj_003___right_thigh_1__da_tui_di_yi_ceng__1.stl │ │ ├── cj_003___right_thigh_1__da_tui_dian_ji_gu_ding_5_1.stl │ │ ├── cj_003___right_thigh_1__da_tui_dian_ji_gu_ding_dian_kuai__1.stl │ │ ├── cj_003___right_thigh_1__da_tui_dian_ji_gu_ding_dian_kuai__2.stl │ │ ├── cj_003___right_thigh_1__da_tui_xi_guan_jie_dian_kuai__1.stl │ │ ├── cj_003___right_thigh_1__da_tui_xi_guan_jie_dian_kuai__2.stl │ │ ├── cj_003___right_thigh_1__ping_tou_m5_22_1.stl │ │ ├── cj_003___right_thigh_1__ping_tou_m5_22_2.stl │ │ ├── cj_003___right_thigh_1__ping_tou_m5_22_3.stl │ │ ├── cj_003___right_thigh_1__ping_tou_m5_22_4.stl │ │ ├── cj_003___right_thigh_1__ping_tou_m5_22_5.stl │ │ ├── cj_003___right_thigh_1__ping_tou_m5_22_6.stl │ │ ├── cj_003___right_thigh_1__wai_liu_jiao_m4_22_1.stl │ │ ├── cj_003___right_thigh_1__wai_liu_jiao_m4_22_2.stl │ │ ├── cj_003___right_thigh_1__wai_liu_jiao_m4_22_3.stl │ │ ├── cj_003___right_thigh_1__wai_liu_jiao_m4_22_4.stl │ │ ├── cj_003___right_thigh_1__wai_liu_jiao_m4_22_5.stl │ │ ├── cj_003___right_thigh_1__xi_guan_jie_zhou_cheng__1.stl │ │ ├── cj_003___right_thigh_1__xiao_tui_dian_ji_lian_jie___lv_he_jin__1.stl │ │ ├── cj_003___right_thigh_1_m5_40_shuang_tong_liu_jiao_luo_zhu__1.stl │ │ ├── cj_003___right_thigh_1_m5_40_shuang_tong_liu_jiao_luo_zhu__2.stl │ │ ├── cj_003___right_thigh_1_m5_40_shuang_tong_liu_jiao_luo_zhu__3.stl │ │ ├── cj_003___right_thigh_1_m5_8_0_8_dian_pian__1.stl │ │ ├── cj_003___right_thigh_1_m5_8_0_8_dian_pian__2.stl │ │ ├── cj_003___right_thigh_1_m5_8_0_8_dian_pian__3.stl │ │ ├── cj_003___right_wheel_foot_1_220_lun_gu__1.stl │ │ ├── cj_003___right_wheel_foot_1__bei_tou_m4_35_1.stl │ │ ├── cj_003___right_wheel_foot_1__bei_tou_m4_35_2.stl │ │ ├── cj_003___right_wheel_foot_1__bei_tou_m4_35_3.stl │ │ ├── cj_003___right_wheel_foot_1__bei_tou_m4_35_4.stl │ │ ├── cj_003___right_wheel_foot_1__bei_tou_m4_35_5.stl │ │ ├── cj_003___right_wheel_foot_1__bei_tou_m4_35_6.stl │ │ ├── cj_003___right_wheel_foot_1__lun_ping_mian_gun_zhen_zhou_cheng__1.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m3_25_1.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m3_25_2.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m3_25_3.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m3_25_4.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m3_25_5.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m3_25_6.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m3_25_7.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m3_25_8.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m3_25_9.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m4_35_1.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m4_35_2.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m4_35_3.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m4_35_4.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m4_35_5.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m4_35_6.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m4_35_7.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m4_35_8.stl │ │ ├── cj_003___right_wheel_foot_1__ping_tou_m4_35_9.stl │ │ ├── cj_003___right_wheel_foot_1__xiang_jiao_bao_lun__1.stl │ │ ├── cj_003___right_wheel_foot_1__xiao_mi_dian_ji__1.stl │ │ ├── cj_003___right_wheel_foot_1__xiao_mi_dian_ji_shen_gou_qiu_zhou_cheng__1.stl │ │ ├── cj_003___right_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___da_yin__1.stl │ │ ├── cj_003___right_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___dian_pian__1.stl │ │ ├── cj_003___right_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___ya_ban__1.stl │ │ └── cj_003___right_wheel_foot_1__xiao_mi_shen_gou_qiu_gu_ding__1.stl │ ├── desert.png │ └── scence.xml │ ├── Minecraft.png │ ├── README.md │ ├── actuator1.png │ ├── actuator2.png │ ├── asset.png │ ├── cloth.png │ ├── compiler.png │ ├── composite.png │ ├── ctrl.png │ ├── default.png │ ├── desert.png │ ├── efc_force.png │ ├── entity.png │ ├── enum_mjtobj.png │ ├── equality.png │ ├── font_size.png │ ├── force.png │ ├── forcefunc1.png │ ├── forcefunc2.png │ ├── framepos.png │ ├── framequat.png │ ├── framesensor.png │ ├── frc_.png │ ├── frictionloss.png │ ├── geom.png │ ├── grid.png │ ├── hfield.png │ ├── img1.png │ ├── inheritrange.png │ ├── initGeom.png │ ├── integrator.png │ ├── jilin.png │ ├── jilin2.png │ ├── joint.png │ ├── jointpos.png │ ├── jointvel.png │ ├── keyframe.png │ ├── laser1.png │ ├── laser2.png │ ├── light.png │ ├── lnmu.png │ ├── mj_passive.png │ ├── mj_simulate.png │ ├── mjtGeom.png │ ├── mjvScene.png │ ├── mjv_connector.png │ ├── modelsensors.png │ ├── mu.png │ ├── mujoco_release.png │ ├── mujoco_release2.png │ ├── mujoco_test.png │ ├── names.png │ ├── option.png │ ├── parse.png │ ├── qfrc_bias.png │ ├── replicate.png │ ├── replicate2.png │ ├── rope.png │ ├── sensor.png │ ├── sensor_adr.png │ ├── simulate_src.png │ ├── site.png │ ├── slove.png │ ├── slove_mu1.png │ ├── slove_mu2.png │ ├── softbox.png │ ├── spatial.png │ ├── tendon1.png │ ├── tendon2.png │ ├── tf.png │ ├── tftree.png │ ├── thread.png │ ├── userdata.png │ ├── visual.png │ ├── world.png │ ├── xpos.png │ └── 封面.png ├── Python ├── Chapter1-view&step │ ├── tutorial.md │ └── view.py ├── Chapter2-get_obj │ ├── get_obj.py │ └── tutorial.md ├── Chapter3-sensor_data │ ├── sensor_data.py │ └── tutorial.md ├── Chapter4-draw │ ├── draw.py │ └── tutorial.md └── Chapter5-force │ ├── force.py │ └── tutorial.md └── README.md /CPP/Chapter1-make/simulate/liblodepng.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter1-make/simulate/liblodepng.a -------------------------------------------------------------------------------- /CPP/Chapter2-view&step/.cache/clangd/index/basic.cc.A2E09EE2BFF9391E.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter2-view&step/.cache/clangd/index/basic.cc.A2E09EE2BFF9391E.idx -------------------------------------------------------------------------------- /CPP/Chapter2-view&step/.cache/clangd/index/basic.cc.E1832A034FE16463.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter2-view&step/.cache/clangd/index/basic.cc.E1832A034FE16463.idx -------------------------------------------------------------------------------- /CPP/Chapter2-view&step/build/.cmake/api/v1/query/client-vscode/query.json: -------------------------------------------------------------------------------- 1 | {"requests":[{"kind":"cache","version":2},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1},{"kind":"cmakeFiles","version":1}]} -------------------------------------------------------------------------------- /CPP/Chapter2-view&step/build/.cmake/api/v1/reply/directory-.-f5ebdc15457944623624.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /CPP/Chapter3-get_obj/.cache/clangd/index/basic.cc.A2E09EE2BFF9391E.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter3-get_obj/.cache/clangd/index/basic.cc.A2E09EE2BFF9391E.idx -------------------------------------------------------------------------------- /CPP/Chapter3-get_obj/.cache/clangd/index/get_entity.cc.E1A59A003279E440.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter3-get_obj/.cache/clangd/index/get_entity.cc.E1A59A003279E440.idx -------------------------------------------------------------------------------- /CPP/Chapter3-get_obj/.cache/clangd/index/get_obj.cc.330F54414D418266.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter3-get_obj/.cache/clangd/index/get_obj.cc.330F54414D418266.idx -------------------------------------------------------------------------------- /CPP/Chapter3-get_obj/build/.cmake/api/v1/query/client-vscode/query.json: -------------------------------------------------------------------------------- 1 | {"requests":[{"kind":"cache","version":2},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1},{"kind":"cmakeFiles","version":1}]} -------------------------------------------------------------------------------- /CPP/Chapter3-get_obj/build/.cmake/api/v1/reply/directory-.-f5ebdc15457944623624.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /CPP/Chapter4-sensor_data/.cache/clangd/index/basic.cc.A2E09EE2BFF9391E.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter4-sensor_data/.cache/clangd/index/basic.cc.A2E09EE2BFF9391E.idx -------------------------------------------------------------------------------- /CPP/Chapter4-sensor_data/.cache/clangd/index/sensor_data.cc.F575058BAF95B774.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter4-sensor_data/.cache/clangd/index/sensor_data.cc.F575058BAF95B774.idx -------------------------------------------------------------------------------- /CPP/Chapter4-sensor_data/build/.cmake/api/v1/query/client-vscode/query.json: -------------------------------------------------------------------------------- 1 | {"requests":[{"kind":"cache","version":2},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1},{"kind":"cmakeFiles","version":1}]} -------------------------------------------------------------------------------- /CPP/Chapter4-sensor_data/build/.cmake/api/v1/reply/directory-.-f5ebdc15457944623624.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /CPP/Chapter5-draw/.cache/clangd/index/basic.cc.A2E09EE2BFF9391E.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter5-draw/.cache/clangd/index/basic.cc.A2E09EE2BFF9391E.idx -------------------------------------------------------------------------------- /CPP/Chapter5-draw/.cache/clangd/index/draw.cpp.F5FD121E741F1371.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter5-draw/.cache/clangd/index/draw.cpp.F5FD121E741F1371.idx -------------------------------------------------------------------------------- /CPP/Chapter5-draw/.cache/clangd/index/sensor_data.cc.F575058BAF95B774.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter5-draw/.cache/clangd/index/sensor_data.cc.F575058BAF95B774.idx -------------------------------------------------------------------------------- /CPP/Chapter5-draw/build/.cmake/api/v1/query/client-vscode/query.json: -------------------------------------------------------------------------------- 1 | {"requests":[{"kind":"cache","version":2},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1},{"kind":"cmakeFiles","version":1}]} -------------------------------------------------------------------------------- /CPP/Chapter5-draw/build/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/.cache/clangd/index/basic.cc.A2E09EE2BFF9391E.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter6-force/.cache/clangd/index/basic.cc.A2E09EE2BFF9391E.idx -------------------------------------------------------------------------------- /CPP/Chapter6-force/.cache/clangd/index/draw.cpp.F5FD121E741F1371.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter6-force/.cache/clangd/index/draw.cpp.F5FD121E741F1371.idx -------------------------------------------------------------------------------- /CPP/Chapter6-force/.cache/clangd/index/force.cpp.94D899AD9B24F2F8.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter6-force/.cache/clangd/index/force.cpp.94D899AD9B24F2F8.idx -------------------------------------------------------------------------------- /CPP/Chapter6-force/.cache/clangd/index/sensor_data.cc.F575058BAF95B774.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter6-force/.cache/clangd/index/sensor_data.cc.F575058BAF95B774.idx -------------------------------------------------------------------------------- /CPP/Chapter6-force/b/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter6-force/b/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /CPP/Chapter6-force/b/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter6-force/b/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /CPP/Chapter6-force/b/CMakeFiles/3.22.1/CompilerIdC/a.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter6-force/b/CMakeFiles/3.22.1/CompilerIdC/a.out -------------------------------------------------------------------------------- /CPP/Chapter6-force/b/CMakeFiles/3.22.1/CompilerIdCXX/a.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter6-force/b/CMakeFiles/3.22.1/CompilerIdCXX/a.out -------------------------------------------------------------------------------- /CPP/Chapter6-force/b/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | /home/albusgive/mujoco_learning/CPP/Chapter6-force/b/CMakeFiles/force.dir 2 | /home/albusgive/mujoco_learning/CPP/Chapter6-force/b/CMakeFiles/edit_cache.dir 3 | /home/albusgive/mujoco_learning/CPP/Chapter6-force/b/CMakeFiles/rebuild_cache.dir 4 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/b/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/b/CMakeFiles/force.dir/cmake_clean.cmake: -------------------------------------------------------------------------------- 1 | file(REMOVE_RECURSE 2 | "CMakeFiles/force.dir/force.cpp.o" 3 | "CMakeFiles/force.dir/force.cpp.o.d" 4 | "force" 5 | "force.pdb" 6 | ) 7 | 8 | # Per-language clean rules from dependency scanning. 9 | foreach(lang CXX) 10 | include(CMakeFiles/force.dir/cmake_clean_${lang}.cmake OPTIONAL) 11 | endforeach() 12 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/b/CMakeFiles/force.dir/compiler_depend.ts: -------------------------------------------------------------------------------- 1 | # CMAKE generated file: DO NOT EDIT! 2 | # Timestamp file for compiler generated dependencies management for force. 3 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/b/CMakeFiles/force.dir/depend.make: -------------------------------------------------------------------------------- 1 | # Empty dependencies file for force. 2 | # This may be replaced when dependencies are built. 3 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/b/CMakeFiles/force.dir/flags.make: -------------------------------------------------------------------------------- 1 | # CMAKE generated file: DO NOT EDIT! 2 | # Generated by "Unix Makefiles" Generator, CMake Version 3.22 3 | 4 | # compile CXX with /usr/bin/c++ 5 | CXX_DEFINES = -DmjUSEPLATFORMSIMD 6 | 7 | CXX_INCLUDES = -I/home/albusgive/mujoco_learning/CPP/Chapter6-force/simulate -isystem /opt/mujoco/include -isystem /usr/local/include/opencv4 8 | 9 | CXX_FLAGS = 10 | 11 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/b/CMakeFiles/force.dir/force.cpp.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter6-force/b/CMakeFiles/force.dir/force.cpp.o -------------------------------------------------------------------------------- /CPP/Chapter6-force/b/CMakeFiles/force.dir/progress.make: -------------------------------------------------------------------------------- 1 | CMAKE_PROGRESS_1 = 1 2 | CMAKE_PROGRESS_2 = 2 3 | 4 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/b/CMakeFiles/progress.marks: -------------------------------------------------------------------------------- 1 | 2 2 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/b/MUJOCO_LOG.TXT: -------------------------------------------------------------------------------- 1 | Wed May 21 22:16:12 2025 2 | ERROR: mj_applyFT: invalid body -1 3 | 4 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/b/force: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter6-force/b/force -------------------------------------------------------------------------------- /CPP/Chapter6-force/build/.cmake/api/v1/query/client-vscode/query.json: -------------------------------------------------------------------------------- 1 | {"requests":[{"kind":"cache","version":2},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1},{"kind":"cmakeFiles","version":1}]} -------------------------------------------------------------------------------- /CPP/Chapter6-force/build/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter6-force/build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /CPP/Chapter6-force/build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter6-force/build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /CPP/Chapter6-force/build/CMakeFiles/3.22.1/CompilerIdC/a.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter6-force/build/CMakeFiles/3.22.1/CompilerIdC/a.out -------------------------------------------------------------------------------- /CPP/Chapter6-force/build/CMakeFiles/3.22.1/CompilerIdCXX/a.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/CPP/Chapter6-force/build/CMakeFiles/3.22.1/CompilerIdCXX/a.out -------------------------------------------------------------------------------- /CPP/Chapter6-force/build/CMakeFiles/Progress/1: -------------------------------------------------------------------------------- 1 | empty -------------------------------------------------------------------------------- /CPP/Chapter6-force/build/CMakeFiles/Progress/count.txt: -------------------------------------------------------------------------------- 1 | 2 2 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/build/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | /home/albusgive/mujoco_learning/CPP/Chapter6-force/build/CMakeFiles/force.dir 2 | /home/albusgive/mujoco_learning/CPP/Chapter6-force/build/CMakeFiles/edit_cache.dir 3 | /home/albusgive/mujoco_learning/CPP/Chapter6-force/build/CMakeFiles/rebuild_cache.dir 4 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/build/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/build/CMakeFiles/force.dir/cmake_clean.cmake: -------------------------------------------------------------------------------- 1 | file(REMOVE_RECURSE 2 | "CMakeFiles/force.dir/force.cpp.o" 3 | "CMakeFiles/force.dir/force.cpp.o.d" 4 | "force" 5 | "force.pdb" 6 | ) 7 | 8 | # Per-language clean rules from dependency scanning. 9 | foreach(lang CXX) 10 | include(CMakeFiles/force.dir/cmake_clean_${lang}.cmake OPTIONAL) 11 | endforeach() 12 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/build/CMakeFiles/force.dir/compiler_depend.make: -------------------------------------------------------------------------------- 1 | # Empty compiler generated dependencies file for force. 2 | # This may be replaced when dependencies are built. 3 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/build/CMakeFiles/force.dir/compiler_depend.ts: -------------------------------------------------------------------------------- 1 | # CMAKE generated file: DO NOT EDIT! 2 | # Timestamp file for compiler generated dependencies management for force. 3 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/build/CMakeFiles/force.dir/depend.make: -------------------------------------------------------------------------------- 1 | # Empty dependencies file for force. 2 | # This may be replaced when dependencies are built. 3 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/build/CMakeFiles/force.dir/flags.make: -------------------------------------------------------------------------------- 1 | # CMAKE generated file: DO NOT EDIT! 2 | # Generated by "Unix Makefiles" Generator, CMake Version 3.22 3 | 4 | # compile CXX with /usr/bin/clang++-14 5 | CXX_DEFINES = -DmjUSEPLATFORMSIMD 6 | 7 | CXX_INCLUDES = -I/home/albusgive/mujoco_learning/CPP/Chapter6-force/simulate -isystem /opt/mujoco/include -isystem /usr/local/include/opencv4 8 | 9 | CXX_FLAGS = -g 10 | 11 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/build/CMakeFiles/force.dir/progress.make: -------------------------------------------------------------------------------- 1 | CMAKE_PROGRESS_1 = 1 2 | CMAKE_PROGRESS_2 = 2 3 | 4 | -------------------------------------------------------------------------------- /CPP/Chapter6-force/build/CMakeFiles/progress.marks: -------------------------------------------------------------------------------- 1 | 2 2 | -------------------------------------------------------------------------------- /MJCF/Chapter10-from_CAD_software/mass.csv: -------------------------------------------------------------------------------- 1 | 8009,945 2 | 8009P连杆,34 3 | imu固定,4.5 4 | 小腿电机连接,149 5 | 10103六面螺母,10 6 | -------------------------------------------------------------------------------- /MJCF/Chapter10-from_CAD_software/tutorial.md: -------------------------------------------------------------------------------- 1 | # 详细见视频课程 -------------------------------------------------------------------------------- /MJCF/Chapter10-from_CAD_software/文件路径.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/Chapter10-from_CAD_software/文件路径.png -------------------------------------------------------------------------------- /MJCF/Chapter12-default/tutorial.md: -------------------------------------------------------------------------------- 1 | # deffault 2 | 默认参数,可以赋给实际应用的各种对应实体属性参数 -------------------------------------------------------------------------------- /MJCF/Chapter14-flex/assets/sponge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/Chapter14-flex/assets/sponge.png -------------------------------------------------------------------------------- /MJCF/Chapter15-keyframe/tutorial.md: -------------------------------------------------------------------------------- 1 | # keyframe 2 | **name=""** 3 | **time=""** 4 |   时间,用来储存时刻 5 | **qpos="nq"** 6 |   关节位置 7 | **qvel="nq"** 8 |   关节角速度 9 | **act="na"** 10 |   执行器数据,比如扭矩或者力 11 | **ctrl="nu"** 12 |   控制输入 13 | **mpos="real(3*mjModel.nmocap)"** 14 |   动捕body的pos 15 | **mquat="real(4*mjModel.nmocap)"** 16 |   动捕body的quat -------------------------------------------------------------------------------- /MJCF/Chapter2-virtual_world/king_of_clubs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/Chapter2-virtual_world/king_of_clubs.png -------------------------------------------------------------------------------- /MJCF/Chapter2-virtual_world/meshes/agent_eval_gym.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/Chapter2-virtual_world/meshes/agent_eval_gym.png -------------------------------------------------------------------------------- /MJCF/Chapter3-worldbody/king_of_clubs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/Chapter3-worldbody/king_of_clubs.png -------------------------------------------------------------------------------- /MJCF/Chapter3-worldbody/meshes/agent_eval_gym.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/Chapter3-worldbody/meshes/agent_eval_gym.png -------------------------------------------------------------------------------- /MJCF/Chapter5-friction/摩擦力计算/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.10) 2 | project(F) 3 | find_package(Eigen3 REQUIRED) 4 | include_directories(${EIGEN3_INCLUDE_DIR}) 5 | add_executable(LeastSquares LeastSquares.cpp) 6 | target_link_libraries(LeastSquares ${EIGEN3_LIBS}) 7 | add_executable(f2 main2.cpp) 8 | target_link_libraries(f2 ${EIGEN3_LIBS}) 9 | add_executable(minL minL.cpp) 10 | target_link_libraries(minL ${EIGEN3_LIBS}) -------------------------------------------------------------------------------- /MJCF/asset/2D_draw_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/2D_draw_point.png -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_10103_liu_mian_luo_mu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_10103_liu_mian_luo_mu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_10103_liu_mian_luo_mu__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_10103_liu_mian_luo_mu__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_10103_liu_mian_luo_mu__3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_10103_liu_mian_luo_mu__3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_10103_liu_mian_luo_mu__4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_10103_liu_mian_luo_mu__4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_8009_rau_5005__wai_xing_chi_cun__20240809_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_8009_rau_5005__wai_xing_chi_cun__20240809_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_8009_rau_5005__wai_xing_chi_cun__20240809_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_8009_rau_5005__wai_xing_chi_cun__20240809_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_8840_jiao_jie__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_8840_jiao_jie__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_8840_jiao_jie__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_8840_jiao_jie__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_8840_jiao_jie__3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_8840_jiao_jie__3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_8840_jiao_jie__4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_8840_jiao_jie__4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_8840_jiao_jie__5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_8840_jiao_jie__5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_8840_jiao_jie__6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_8840_jiao_jie__6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_8840_jiao_jie__7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_8840_jiao_jie__7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_8840_jiao_jie__8.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_8840_jiao_jie__8.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_10.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_10.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_11.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_11.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_12.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_12.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_13.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_13.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_14.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_14.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_15.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_15.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_16.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_16.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_17.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_17.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_18.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_18.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_19.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_19.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_20.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_20.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_21.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_21.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_22.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_22.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_23.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_23.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_24.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_24.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_25.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_25.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_26.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_26.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_27.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_27.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_28.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_28.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_29.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_29.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_30.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_30.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_31.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_31.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_32.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_32.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_8.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_8.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_9.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_14_9.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_6_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_6_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_6_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_6_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_6_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_6_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_6_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_6_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_6_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_6_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_6_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_6_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_6_7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_6_7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_6_8.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m3_6_8.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_11.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_11.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_12.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_12.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_9.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m4_8_9.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_10.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_10.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_11.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_11.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_12.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_12.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_8.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_8.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_9.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__bei_tou_m5_12_9.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__ji_shen_1_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__ji_shen_1_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__ji_shen_3_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__ji_shen_3_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__ji_shen_3_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__ji_shen_3_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__ji_shen_4_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__ji_shen_4_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_10.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_10.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_11.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_11.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_12.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_12.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_8.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_8.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_9.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1__ping_tou_m4_10_9.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_imu_gu_ding__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_imu_gu_ding__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_m5_40_shuang_tong_liu_jiao_luo_zhu__6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_m5_8_0_8_dian_pian__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_m5_8_0_8_dian_pian__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_m5_8_0_8_dian_pian__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_m5_8_0_8_dian_pian__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_m5_8_0_8_dian_pian__3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_m5_8_0_8_dian_pian__3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_m5_8_0_8_dian_pian__4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_m5_8_0_8_dian_pian__4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_m5_8_0_8_dian_pian__5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_m5_8_0_8_dian_pian__5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___base_1_m5_8_0_8_dian_pian__6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___base_1_m5_8_0_8_dian_pian__6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_10_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_10_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_10_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_10_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_10_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_10_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_10_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_10_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_25_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_25_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_25_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_25_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_25_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_25_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_25_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_25_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_25_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_25_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_25_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__bei_tou_m3_25_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__ping_tou_m4_30_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__ping_tou_m4_30_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__ping_tou_m4_30_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__ping_tou_m4_30_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__ping_tou_m4_30_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__ping_tou_m4_30_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__ping_tou_m4_30_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__ping_tou_m4_30_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__ping_tou_m4_30_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__ping_tou_m4_30_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__ping_tou_m4_30_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__ping_tou_m4_30_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__ping_tou_m4_30_7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__ping_tou_m4_30_7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__ping_tou_m4_30_8.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__ping_tou_m4_30_8.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__sai_da_luo_si_m6_50_5_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__sai_da_luo_si_m6_50_5_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__xi_guan_jie_lian_gan_dian_zhu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__xi_guan_jie_lian_gan_dian_zhu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__xi_guan_jie_xiao_tui_zhi_cheng_zhu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__xi_guan_jie_xiao_tui_zhi_cheng_zhu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__xiao_tui__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__xiao_tui__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1__xiao_tui__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1__xiao_tui__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m3_fang_hua_luo_mu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m3_fang_hua_luo_mu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m3_fang_hua_luo_mu__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m3_fang_hua_luo_mu__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m3_fang_hua_luo_mu__3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m3_fang_hua_luo_mu__3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m3_fang_hua_luo_mu__4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m3_fang_hua_luo_mu__4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m3_fang_hua_luo_mu__5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m3_fang_hua_luo_mu__5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m3_fang_hua_luo_mu__6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m3_fang_hua_luo_mu__6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_12_shuang_tong_liu_jiao_luo_zhu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_12_shuang_tong_liu_jiao_luo_zhu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_12_shuang_tong_liu_jiao_luo_zhu__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_12_shuang_tong_liu_jiao_luo_zhu__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_fang_hua_luo_mu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_fang_hua_luo_mu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_fang_hua_luo_mu__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_fang_hua_luo_mu__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_fang_hua_luo_mu__3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_fang_hua_luo_mu__3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_fang_hua_luo_mu__4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_fang_hua_luo_mu__4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_fang_hua_luo_mu__5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_fang_hua_luo_mu__5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_fang_hua_luo_mu__6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_fang_hua_luo_mu__6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_fang_hua_luo_mu__7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_fang_hua_luo_mu__7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_fang_hua_luo_mu__8.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m4_fang_hua_luo_mu__8.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m5_fang_hua_luo_mu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_calf_1_m5_fang_hua_luo_mu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_connect1_1_8009_lian_gan__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_connect1_1_8009_lian_gan__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_connect1_1__ping_tou_m5_12_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_connect1_1__ping_tou_m5_12_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_connect1_1__ping_tou_m5_12_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_connect1_1__ping_tou_m5_12_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_connect1_1__ping_tou_m5_12_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_connect1_1__ping_tou_m5_12_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_connect1_1__ping_tou_m5_12_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_connect1_1__ping_tou_m5_12_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_connect1_1__ping_tou_m5_12_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_connect1_1__ping_tou_m5_12_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_connect1_1__ping_tou_m5_12_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_connect1_1__ping_tou_m5_12_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_connect1_1__sai_da_luo_si_m6_12_5_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_connect1_1__sai_da_luo_si_m6_12_5_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_connect1_1_m5_fang_hua_luo_mu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_connect1_1_m5_fang_hua_luo_mu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_connect2_1__lian_gan__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_connect2_1__lian_gan__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_connect2_1__xiao_fa_lan_zhou_cheng__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_connect2_1__xiao_fa_lan_zhou_cheng__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_connect2_1__xiao_fa_lan_zhou_cheng__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_connect2_1__xiao_fa_lan_zhou_cheng__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_connect2_1_m6_10_1_dian_pian__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_connect2_1_m6_10_1_dian_pian__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_connect2_1_m6_10_1_dian_pian__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_connect2_1_m6_10_1_dian_pian__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_connect2_1_m6_18_2_dian_pian__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_connect2_1_m6_18_2_dian_pian__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_connect2_1_m6_18_2_dian_pian__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_connect2_1_m6_18_2_dian_pian__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1_6621_jiao_jie__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1_6621_jiao_jie__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1_6621_jiao_jie__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1_6621_jiao_jie__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1_6621_jiao_jie__3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1_6621_jiao_jie__3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1_6621_jiao_jie__4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1_6621_jiao_jie__4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1_6621_jiao_jie__5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1_6621_jiao_jie__5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1_6621_jiao_jie__6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1_6621_jiao_jie__6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1_8009_rau_5005__wai_xing_chi_cun__20240809_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1_8009_rau_5005__wai_xing_chi_cun__20240809_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m3_12_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m3_12_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m3_12_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m3_12_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m3_12_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m3_12_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m3_12_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m3_12_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m3_12_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m3_12_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m3_12_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m3_12_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m3_12_7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m3_12_7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m3_12_8.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m3_12_8.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m4_8_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m4_8_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m4_8_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m4_8_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m4_8_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m4_8_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m4_8_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m4_8_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m4_8_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m4_8_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m4_8_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__bei_tou_m4_8_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__da_tui_dian_ji_gu_ding_1_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__da_tui_dian_ji_gu_ding_1_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__da_tui_dian_ji_gu_ding_2_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__da_tui_dian_ji_gu_ding_2_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__da_tui_dian_ji_gu_ding_3_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__da_tui_dian_ji_gu_ding_3_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__da_tui_dian_ji_gu_ding_4_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__da_tui_dian_ji_gu_ding_4_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__da_tui_dian_ji_gu_ding_4_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__da_tui_dian_ji_gu_ding_4_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__da_tui_dian_ji_gu_ding_5_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__da_tui_dian_ji_gu_ding_5_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_12.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_12.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_13.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_13.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_15.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_15.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_16.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_16.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_8.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_8.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_9.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_10_9.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_16_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_16_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_16_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_16_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_16_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_16_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_16_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m3_16_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m4_10_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m4_10_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m4_10_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m4_10_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m4_10_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m4_10_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m4_10_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m4_10_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m4_10_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m4_10_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m5_14_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m5_14_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m5_14_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m5_14_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m5_14_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m5_14_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m5_14_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m5_14_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m5_14_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m5_14_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m5_14_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_hip_1__ping_tou_m5_14_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_point_foot2_1__lun_zu_mo_duan__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_point_foot2_1__lun_zu_mo_duan__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_point_foot2_1__lun_zu_mo_duan__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_point_foot2_1__lun_zu_mo_duan__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_point_foot2_1__lun_zu_mo_duan___shen_gou_qiu_gu_ding__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_point_foot2_1__lun_zu_mo_duan___shen_gou_qiu_gu_ding__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2_8009_rau_5005__wai_xing_chi_cun__20240809_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2_8009_rau_5005__wai_xing_chi_cun__20240809_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m3_55_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m3_55_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m3_55_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m3_55_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m3_55_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m3_55_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m3_55_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m3_55_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m3_55_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m3_55_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m3_55_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m3_55_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m4_10_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m4_10_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m4_10_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m4_10_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m4_10_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m4_10_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m4_10_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m4_10_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m4_10_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m4_10_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m4_10_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m4_10_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m5_12_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m5_12_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m5_12_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m5_12_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m5_12_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m5_12_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m5_12_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m5_12_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m5_12_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m5_12_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m5_12_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__bei_tou_m5_12_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__da_tui_di_er_ceng__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__da_tui_di_er_ceng__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__da_tui_di_yi_ceng__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__da_tui_di_yi_ceng__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__da_tui_dian_ji_gu_ding_5_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__da_tui_dian_ji_gu_ding_5_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__da_tui_dian_ji_gu_ding_dian_kuai__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__da_tui_dian_ji_gu_ding_dian_kuai__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__da_tui_dian_ji_gu_ding_dian_kuai__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__da_tui_dian_ji_gu_ding_dian_kuai__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__da_tui_xi_guan_jie_dian_kuai__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__da_tui_xi_guan_jie_dian_kuai__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__da_tui_xi_guan_jie_dian_kuai__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__da_tui_xi_guan_jie_dian_kuai__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__ping_tou_m5_22_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__ping_tou_m5_22_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__ping_tou_m5_22_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__ping_tou_m5_22_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__ping_tou_m5_22_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__ping_tou_m5_22_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__ping_tou_m5_22_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__ping_tou_m5_22_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__ping_tou_m5_22_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__ping_tou_m5_22_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__ping_tou_m5_22_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__ping_tou_m5_22_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__wai_liu_jiao_m4_22_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__wai_liu_jiao_m4_22_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__wai_liu_jiao_m4_22_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__wai_liu_jiao_m4_22_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__wai_liu_jiao_m4_22_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__wai_liu_jiao_m4_22_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__wai_liu_jiao_m4_22_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__wai_liu_jiao_m4_22_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__wai_liu_jiao_m4_22_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__wai_liu_jiao_m4_22_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__xi_guan_jie_zhou_cheng__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__xi_guan_jie_zhou_cheng__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__xiao_tui_dian_ji_lian_jie___lv_he_jin__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2__xiao_tui_dian_ji_lian_jie___lv_he_jin__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2_m5_40_shuang_tong_liu_jiao_luo_zhu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2_m5_40_shuang_tong_liu_jiao_luo_zhu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2_m5_40_shuang_tong_liu_jiao_luo_zhu__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2_m5_40_shuang_tong_liu_jiao_luo_zhu__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2_m5_40_shuang_tong_liu_jiao_luo_zhu__3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2_m5_40_shuang_tong_liu_jiao_luo_zhu__3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2_m5_8_0_8_dian_pian__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2_m5_8_0_8_dian_pian__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2_m5_8_0_8_dian_pian__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2_m5_8_0_8_dian_pian__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_thigh_2_m5_8_0_8_dian_pian__3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_thigh_2_m5_8_0_8_dian_pian__3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1_220_lun_gu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1_220_lun_gu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__bei_tou_m4_35_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__bei_tou_m4_35_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__bei_tou_m4_35_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__bei_tou_m4_35_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__bei_tou_m4_35_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__bei_tou_m4_35_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__bei_tou_m4_35_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__bei_tou_m4_35_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__bei_tou_m4_35_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__bei_tou_m4_35_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__bei_tou_m4_35_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__bei_tou_m4_35_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__lun_ping_mian_gun_zhen_zhou_cheng__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__lun_ping_mian_gun_zhen_zhou_cheng__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_8.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_8.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_9.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m3_25_9.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_8.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_8.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_9.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__ping_tou_m4_35_9.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__xiang_jiao_bao_lun__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__xiang_jiao_bao_lun__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__xiao_mi_dian_ji__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__xiao_mi_dian_ji__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__xiao_mi_dian_ji_shen_gou_qiu_zhou_cheng__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__xiao_mi_dian_ji_shen_gou_qiu_zhou_cheng__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___da_yin__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___da_yin__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___dian_pian__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___dian_pian__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___ya_ban__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___ya_ban__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__xiao_mi_shen_gou_qiu_gu_ding__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___left_wheel_foot_1__xiao_mi_shen_gou_qiu_gu_ding__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_10_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_10_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_10_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_10_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_10_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_10_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_10_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_10_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_25_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_25_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_25_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_25_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_25_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_25_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_25_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_25_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_25_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_25_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_25_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__bei_tou_m3_25_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__ping_tou_m4_30_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__ping_tou_m4_30_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__ping_tou_m4_30_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__ping_tou_m4_30_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__ping_tou_m4_30_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__ping_tou_m4_30_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__ping_tou_m4_30_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__ping_tou_m4_30_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__ping_tou_m4_30_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__ping_tou_m4_30_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__ping_tou_m4_30_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__ping_tou_m4_30_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__ping_tou_m4_30_7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__ping_tou_m4_30_7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__ping_tou_m4_30_8.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__ping_tou_m4_30_8.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__sai_da_luo_si_m6_50_5_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__sai_da_luo_si_m6_50_5_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__xi_guan_jie_lian_gan_dian_zhu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__xi_guan_jie_lian_gan_dian_zhu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__xi_guan_jie_xiao_tui_zhi_cheng_zhu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__xi_guan_jie_xiao_tui_zhi_cheng_zhu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__xiao_tui__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__xiao_tui__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1__xiao_tui__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1__xiao_tui__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m3_fang_hua_luo_mu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m3_fang_hua_luo_mu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m3_fang_hua_luo_mu__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m3_fang_hua_luo_mu__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m3_fang_hua_luo_mu__3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m3_fang_hua_luo_mu__3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m3_fang_hua_luo_mu__4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m3_fang_hua_luo_mu__4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m3_fang_hua_luo_mu__5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m3_fang_hua_luo_mu__5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m3_fang_hua_luo_mu__6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m3_fang_hua_luo_mu__6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_12_shuang_tong_liu_jiao_luo_zhu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_12_shuang_tong_liu_jiao_luo_zhu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_12_shuang_tong_liu_jiao_luo_zhu__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_12_shuang_tong_liu_jiao_luo_zhu__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_fang_hua_luo_mu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_fang_hua_luo_mu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_fang_hua_luo_mu__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_fang_hua_luo_mu__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_fang_hua_luo_mu__3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_fang_hua_luo_mu__3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_fang_hua_luo_mu__4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_fang_hua_luo_mu__4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_fang_hua_luo_mu__5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_fang_hua_luo_mu__5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_fang_hua_luo_mu__6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_fang_hua_luo_mu__6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_fang_hua_luo_mu__7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_fang_hua_luo_mu__7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_fang_hua_luo_mu__8.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m4_fang_hua_luo_mu__8.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m5_fang_hua_luo_mu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_calf_1_m5_fang_hua_luo_mu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_connect1_1_8009_lian_gan__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_connect1_1_8009_lian_gan__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_connect1_1__ping_tou_m5_12_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_connect1_1__ping_tou_m5_12_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_connect1_1__ping_tou_m5_12_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_connect1_1__ping_tou_m5_12_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_connect1_1__ping_tou_m5_12_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_connect1_1__ping_tou_m5_12_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_connect1_1__ping_tou_m5_12_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_connect1_1__ping_tou_m5_12_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_connect1_1__ping_tou_m5_12_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_connect1_1__ping_tou_m5_12_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_connect1_1__ping_tou_m5_12_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_connect1_1__ping_tou_m5_12_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_connect1_1__sai_da_luo_si_m6_12_5_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_connect1_1__sai_da_luo_si_m6_12_5_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_connect1_1_m5_fang_hua_luo_mu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_connect1_1_m5_fang_hua_luo_mu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_connect2_1__lian_gan__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_connect2_1__lian_gan__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_connect2_1__xiao_fa_lan_zhou_cheng__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_connect2_1__xiao_fa_lan_zhou_cheng__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_connect2_1__xiao_fa_lan_zhou_cheng__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_connect2_1__xiao_fa_lan_zhou_cheng__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_connect2_1_m6_10_1_dian_pian__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_connect2_1_m6_10_1_dian_pian__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_connect2_1_m6_10_1_dian_pian__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_connect2_1_m6_10_1_dian_pian__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_connect2_1_m6_18_2_dian_pian__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_connect2_1_m6_18_2_dian_pian__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_connect2_1_m6_18_2_dian_pian__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_connect2_1_m6_18_2_dian_pian__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1_6621_jiao_jie__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1_6621_jiao_jie__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1_6621_jiao_jie__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1_6621_jiao_jie__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1_6621_jiao_jie__3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1_6621_jiao_jie__3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1_6621_jiao_jie__4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1_6621_jiao_jie__4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1_6621_jiao_jie__5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1_6621_jiao_jie__5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1_6621_jiao_jie__6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1_6621_jiao_jie__6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1_8009_rau_5005__wai_xing_chi_cun__20240809_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1_8009_rau_5005__wai_xing_chi_cun__20240809_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m3_12_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m3_12_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m3_12_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m3_12_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m3_12_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m3_12_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m3_12_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m3_12_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m3_12_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m3_12_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m3_12_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m3_12_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m3_12_7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m3_12_7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m3_12_8.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m3_12_8.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m4_8_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m4_8_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m4_8_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m4_8_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m4_8_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m4_8_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m4_8_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m4_8_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m4_8_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m4_8_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m4_8_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__bei_tou_m4_8_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__da_tui_dian_ji_gu_ding_1_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__da_tui_dian_ji_gu_ding_1_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__da_tui_dian_ji_gu_ding_2_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__da_tui_dian_ji_gu_ding_2_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__da_tui_dian_ji_gu_ding_3_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__da_tui_dian_ji_gu_ding_3_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__da_tui_dian_ji_gu_ding_4_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__da_tui_dian_ji_gu_ding_4_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__da_tui_dian_ji_gu_ding_4_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__da_tui_dian_ji_gu_ding_4_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__da_tui_dian_ji_gu_ding_5_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__da_tui_dian_ji_gu_ding_5_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_12.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_12.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_13.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_13.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_15.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_15.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_16.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_16.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_8.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_8.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_9.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_10_9.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_16_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_16_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_16_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_16_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_16_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_16_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_16_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m3_16_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m4_10_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m4_10_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m4_10_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m4_10_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m4_10_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m4_10_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m4_10_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m4_10_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m4_10_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m4_10_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m5_14_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m5_14_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m5_14_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m5_14_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m5_14_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m5_14_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m5_14_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m5_14_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m5_14_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m5_14_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m5_14_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_hip_1__ping_tou_m5_14_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_point_foot2_1__lun_zu_mo_duan__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_point_foot2_1__lun_zu_mo_duan__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_point_foot2_1__lun_zu_mo_duan__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_point_foot2_1__lun_zu_mo_duan__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_point_foot2_1__lun_zu_mo_duan___shen_gou_qiu_gu_ding__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_point_foot2_1__lun_zu_mo_duan___shen_gou_qiu_gu_ding__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1_8009_rau_5005__wai_xing_chi_cun__20240809_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1_8009_rau_5005__wai_xing_chi_cun__20240809_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m3_55_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m3_55_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m3_55_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m3_55_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m3_55_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m3_55_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m3_55_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m3_55_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m3_55_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m3_55_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m3_55_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m3_55_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m4_10_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m4_10_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m4_10_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m4_10_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m4_10_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m4_10_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m4_10_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m4_10_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m4_10_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m4_10_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m4_10_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m4_10_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m5_12_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m5_12_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m5_12_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m5_12_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m5_12_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m5_12_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m5_12_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m5_12_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m5_12_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m5_12_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m5_12_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__bei_tou_m5_12_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__da_tui_di_er_ceng__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__da_tui_di_er_ceng__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__da_tui_di_yi_ceng__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__da_tui_di_yi_ceng__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__da_tui_dian_ji_gu_ding_5_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__da_tui_dian_ji_gu_ding_5_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__da_tui_dian_ji_gu_ding_dian_kuai__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__da_tui_dian_ji_gu_ding_dian_kuai__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__da_tui_dian_ji_gu_ding_dian_kuai__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__da_tui_dian_ji_gu_ding_dian_kuai__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__da_tui_xi_guan_jie_dian_kuai__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__da_tui_xi_guan_jie_dian_kuai__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__da_tui_xi_guan_jie_dian_kuai__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__da_tui_xi_guan_jie_dian_kuai__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__ping_tou_m5_22_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__ping_tou_m5_22_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__ping_tou_m5_22_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__ping_tou_m5_22_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__ping_tou_m5_22_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__ping_tou_m5_22_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__ping_tou_m5_22_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__ping_tou_m5_22_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__ping_tou_m5_22_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__ping_tou_m5_22_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__ping_tou_m5_22_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__ping_tou_m5_22_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__wai_liu_jiao_m4_22_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__wai_liu_jiao_m4_22_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__wai_liu_jiao_m4_22_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__wai_liu_jiao_m4_22_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__wai_liu_jiao_m4_22_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__wai_liu_jiao_m4_22_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__wai_liu_jiao_m4_22_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__wai_liu_jiao_m4_22_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__wai_liu_jiao_m4_22_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__wai_liu_jiao_m4_22_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__xi_guan_jie_zhou_cheng__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__xi_guan_jie_zhou_cheng__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__xiao_tui_dian_ji_lian_jie___lv_he_jin__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1__xiao_tui_dian_ji_lian_jie___lv_he_jin__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1_m5_40_shuang_tong_liu_jiao_luo_zhu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1_m5_40_shuang_tong_liu_jiao_luo_zhu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1_m5_40_shuang_tong_liu_jiao_luo_zhu__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1_m5_40_shuang_tong_liu_jiao_luo_zhu__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1_m5_40_shuang_tong_liu_jiao_luo_zhu__3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1_m5_40_shuang_tong_liu_jiao_luo_zhu__3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1_m5_8_0_8_dian_pian__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1_m5_8_0_8_dian_pian__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1_m5_8_0_8_dian_pian__2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1_m5_8_0_8_dian_pian__2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_thigh_1_m5_8_0_8_dian_pian__3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_thigh_1_m5_8_0_8_dian_pian__3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1_220_lun_gu__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1_220_lun_gu__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__bei_tou_m4_35_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__bei_tou_m4_35_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__bei_tou_m4_35_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__bei_tou_m4_35_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__bei_tou_m4_35_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__bei_tou_m4_35_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__bei_tou_m4_35_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__bei_tou_m4_35_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__bei_tou_m4_35_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__bei_tou_m4_35_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__bei_tou_m4_35_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__bei_tou_m4_35_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__lun_ping_mian_gun_zhen_zhou_cheng__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__lun_ping_mian_gun_zhen_zhou_cheng__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_8.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_8.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_9.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m3_25_9.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_2.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_3.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_4.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_5.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_6.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_6.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_7.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_8.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_8.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_9.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__ping_tou_m4_35_9.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__xiang_jiao_bao_lun__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__xiang_jiao_bao_lun__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__xiao_mi_dian_ji__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__xiao_mi_dian_ji__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__xiao_mi_dian_ji_shen_gou_qiu_zhou_cheng__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__xiao_mi_dian_ji_shen_gou_qiu_zhou_cheng__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___da_yin__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___da_yin__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___dian_pian__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___dian_pian__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___ya_ban__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__xiao_mi_dian_ji_shu_chu_dian_kuai___ya_ban__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__xiao_mi_shen_gou_qiu_gu_ding__1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/assets/cj_003___right_wheel_foot_1__xiao_mi_shen_gou_qiu_gu_ding__1.stl -------------------------------------------------------------------------------- /MJCF/asset/CJ-003/desert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/CJ-003/desert.png -------------------------------------------------------------------------------- /MJCF/asset/Minecraft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/Minecraft.png -------------------------------------------------------------------------------- /MJCF/asset/actuator1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/actuator1.png -------------------------------------------------------------------------------- /MJCF/asset/actuator2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/actuator2.png -------------------------------------------------------------------------------- /MJCF/asset/asset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/asset.png -------------------------------------------------------------------------------- /MJCF/asset/cloth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/cloth.png -------------------------------------------------------------------------------- /MJCF/asset/compiler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/compiler.png -------------------------------------------------------------------------------- /MJCF/asset/composite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/composite.png -------------------------------------------------------------------------------- /MJCF/asset/ctrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/ctrl.png -------------------------------------------------------------------------------- /MJCF/asset/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/default.png -------------------------------------------------------------------------------- /MJCF/asset/desert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/desert.png -------------------------------------------------------------------------------- /MJCF/asset/efc_force.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/efc_force.png -------------------------------------------------------------------------------- /MJCF/asset/entity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/entity.png -------------------------------------------------------------------------------- /MJCF/asset/enum_mjtobj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/enum_mjtobj.png -------------------------------------------------------------------------------- /MJCF/asset/equality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/equality.png -------------------------------------------------------------------------------- /MJCF/asset/font_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/font_size.png -------------------------------------------------------------------------------- /MJCF/asset/force.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/force.png -------------------------------------------------------------------------------- /MJCF/asset/forcefunc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/forcefunc1.png -------------------------------------------------------------------------------- /MJCF/asset/forcefunc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/forcefunc2.png -------------------------------------------------------------------------------- /MJCF/asset/framepos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/framepos.png -------------------------------------------------------------------------------- /MJCF/asset/framequat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/framequat.png -------------------------------------------------------------------------------- /MJCF/asset/framesensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/framesensor.png -------------------------------------------------------------------------------- /MJCF/asset/frc_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/frc_.png -------------------------------------------------------------------------------- /MJCF/asset/frictionloss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/frictionloss.png -------------------------------------------------------------------------------- /MJCF/asset/geom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/geom.png -------------------------------------------------------------------------------- /MJCF/asset/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/grid.png -------------------------------------------------------------------------------- /MJCF/asset/hfield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/hfield.png -------------------------------------------------------------------------------- /MJCF/asset/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/img1.png -------------------------------------------------------------------------------- /MJCF/asset/inheritrange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/inheritrange.png -------------------------------------------------------------------------------- /MJCF/asset/initGeom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/initGeom.png -------------------------------------------------------------------------------- /MJCF/asset/integrator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/integrator.png -------------------------------------------------------------------------------- /MJCF/asset/jilin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/jilin.png -------------------------------------------------------------------------------- /MJCF/asset/jilin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/jilin2.png -------------------------------------------------------------------------------- /MJCF/asset/joint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/joint.png -------------------------------------------------------------------------------- /MJCF/asset/jointpos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/jointpos.png -------------------------------------------------------------------------------- /MJCF/asset/jointvel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/jointvel.png -------------------------------------------------------------------------------- /MJCF/asset/keyframe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/keyframe.png -------------------------------------------------------------------------------- /MJCF/asset/laser1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/laser1.png -------------------------------------------------------------------------------- /MJCF/asset/laser2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/laser2.png -------------------------------------------------------------------------------- /MJCF/asset/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/light.png -------------------------------------------------------------------------------- /MJCF/asset/lnmu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/lnmu.png -------------------------------------------------------------------------------- /MJCF/asset/mj_passive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/mj_passive.png -------------------------------------------------------------------------------- /MJCF/asset/mj_simulate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/mj_simulate.png -------------------------------------------------------------------------------- /MJCF/asset/mjtGeom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/mjtGeom.png -------------------------------------------------------------------------------- /MJCF/asset/mjvScene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/mjvScene.png -------------------------------------------------------------------------------- /MJCF/asset/mjv_connector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/mjv_connector.png -------------------------------------------------------------------------------- /MJCF/asset/modelsensors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/modelsensors.png -------------------------------------------------------------------------------- /MJCF/asset/mu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/mu.png -------------------------------------------------------------------------------- /MJCF/asset/mujoco_release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/mujoco_release.png -------------------------------------------------------------------------------- /MJCF/asset/mujoco_release2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/mujoco_release2.png -------------------------------------------------------------------------------- /MJCF/asset/mujoco_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/mujoco_test.png -------------------------------------------------------------------------------- /MJCF/asset/names.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/names.png -------------------------------------------------------------------------------- /MJCF/asset/option.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/option.png -------------------------------------------------------------------------------- /MJCF/asset/parse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/parse.png -------------------------------------------------------------------------------- /MJCF/asset/qfrc_bias.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/qfrc_bias.png -------------------------------------------------------------------------------- /MJCF/asset/replicate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/replicate.png -------------------------------------------------------------------------------- /MJCF/asset/replicate2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/replicate2.png -------------------------------------------------------------------------------- /MJCF/asset/rope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/rope.png -------------------------------------------------------------------------------- /MJCF/asset/sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/sensor.png -------------------------------------------------------------------------------- /MJCF/asset/sensor_adr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/sensor_adr.png -------------------------------------------------------------------------------- /MJCF/asset/simulate_src.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/simulate_src.png -------------------------------------------------------------------------------- /MJCF/asset/site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/site.png -------------------------------------------------------------------------------- /MJCF/asset/slove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/slove.png -------------------------------------------------------------------------------- /MJCF/asset/slove_mu1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/slove_mu1.png -------------------------------------------------------------------------------- /MJCF/asset/slove_mu2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/slove_mu2.png -------------------------------------------------------------------------------- /MJCF/asset/softbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/softbox.png -------------------------------------------------------------------------------- /MJCF/asset/spatial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/spatial.png -------------------------------------------------------------------------------- /MJCF/asset/tendon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/tendon1.png -------------------------------------------------------------------------------- /MJCF/asset/tendon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/tendon2.png -------------------------------------------------------------------------------- /MJCF/asset/tf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/tf.png -------------------------------------------------------------------------------- /MJCF/asset/tftree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/tftree.png -------------------------------------------------------------------------------- /MJCF/asset/thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/thread.png -------------------------------------------------------------------------------- /MJCF/asset/userdata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/userdata.png -------------------------------------------------------------------------------- /MJCF/asset/visual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/visual.png -------------------------------------------------------------------------------- /MJCF/asset/world.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/world.png -------------------------------------------------------------------------------- /MJCF/asset/xpos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/xpos.png -------------------------------------------------------------------------------- /MJCF/asset/封面.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Albusgive/mujoco_learning/05d2a934ea0a16187592d5659af07cdf1c06c209/MJCF/asset/封面.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## mujoco教程 2 | MJCF为建模部分 3 | CPP和python均为开发接口 4 | 进阶部分会跟着相关板块后面更新 5 | [视频课程链接](https://www.bilibili.com/video/BV1wMdHYVEnx/?spm_id_from=333.1387.collection.video_card.click&vd_source=71e0e4952bb37bdc39eaabd9c08be754) 6 | ![](MJCF/asset/封面.png) 7 | ![py](https://github.com/user-attachments/assets/d94a1d3a-66bd-415b-bd12-63d20459ba44) 8 | ![cpp](https://github.com/user-attachments/assets/e58ccebe-a4e1-473b-96a1-e7ff50acf3db) 9 | 10 | --------------------------------------------------------------------------------