Skip to content

Releases: HansZ8/RoboJuDo

1.5.0: New Policies

10 Nov 15:39

Choose a tag to compare

Changes in 1.5.0:

  1. Add support for new policies: ✨
  2. Fix #10, improve stability for BeyondmimicPolicy with G1FlatEnvCfg.
  3. Update control mapping for AmoPolicy, enable flexible yaw turning.
  4. Add config in Pipeline for safety_check feature.
  5. Several optimizations.

Full Changelog: 1.4.2...1.5.0

1.4.2 several optimizations

21 Oct 11:12

Choose a tag to compare

Changes in 1.4.2:

  1. Optimize performance on ARM platforms, reduce the time fluctuation
    • debug log is disabled by default
  2. Optimize sim2real safety
    • when robot falls, auto shutdown
  3. Fix upper body pos when prepare in LocoMimicPipeline
  4. Change the default cam angle in MujocoEnv

Changes in 1.4.1:
we opti config for LocoMimicPipeline, so you can change the locomotion upper body position. check g1_locomimic_pipeline_cfg


We have several fixes and new features in 1.4.0:

  1. Fix #1 and #3 : The UnitreeCfg for real-robot deployment is now clearer — you only need to change the network interface name.
  2. Fix #2 : Fixed control jitter caused by the UnitreeCpp module.
    → Remember to update unitree_cpp by running:
    python submodule_install.py unitree_cpp
  3. Added support for: ASAP and KungfuBot. check AsapPolicy
  4. New feature – LocoMimicPipeline:
    Multi-policy switching has been upgraded!
    When running motion mimic policies with LocoMimicPipeline, transitions between policies are now automatically and smoothly blended.
    Check out LocoMimic Example and try it out!
    LocoMimicPipeline supports arbitrary combinations of multiple locomotion and motion mimic policies, making it ideal for real-robot performance and deployment.
locomimic_asap
  1. Improved user terminal interface:
    Added an always-on bottom progress bar for a cleaner, more informative user experience.

1.4.1 opti LocoMimicPipeline

14 Oct 09:11

Choose a tag to compare

Changes in 1.4.1:
we opti config for LocoMimicPipeline, so you can change the locomotion upper body position. check g1_locomimic_pipeline_cfg

We have several fixes and new features in 1.4.0:

  1. Fix #1 and #3 : The UnitreeCfg for real-robot deployment is now clearer — you only need to change the network interface name.
  2. Fix #2 : Fixed control jitter caused by the UnitreeCpp module.
    → Remember to update unitree_cpp by running:
    python submodule_install.py unitree_cpp
  3. Added support for: ASAP and KungfuBot. check AsapPolicy
  4. New feature – LocoMimicPipeline:
    Multi-policy switching has been upgraded!
    When running motion mimic policies with LocoMimicPipeline, transitions between policies are now automatically and smoothly blended.
    Check out LocoMimic Example and try it out!
    LocoMimicPipeline supports arbitrary combinations of multiple locomotion and motion mimic policies, making it ideal for real-robot performance and deployment.
locomimic_asap
  1. Improved user terminal interface:
    Added an always-on bottom progress bar for a cleaner, more informative user experience.

1.4.0 add LocoMimicPipeline

13 Oct 10:17

Choose a tag to compare

We have several fixes and new features in 1.4.0:

  1. Fix #1 and #3 : The UnitreeCfg for real-robot deployment is now clearer — you only need to change the network interface name.
  2. Fix #2 : Fixed control jitter caused by the UnitreeCpp module.
    → Remember to update unitree_cpp by running:
    python submodule_install.py unitree_cpp
  3. Added support for: ASAP and KungfuBot. check AsapPolicy
  4. New feature – LocoMimicPipeline:
    Multi-policy switching has been upgraded!
    When running motion mimic policies with LocoMimicPipeline, transitions between policies are now automatically and smoothly blended.
    Check out LocoMimic Example and try it out!
    LocoMimicPipeline supports arbitrary combinations of multiple locomotion and motion mimic policies, making it ideal for real-robot performance and deployment.
locomimic_asap
  1. Improved user terminal interface:
    Added an always-on bottom progress bar for a cleaner, more informative user experience.

1.3.2 add ASAP

30 Sep 21:31

Choose a tag to compare

1.3.2: add ASAP support

1.3.1-bugfix on odometry cfg

29 Sep 11:23

Choose a tag to compare

fix #1, odometry cfg on unitree

1.3.0-FirstVersion

28 Sep 18:48

Choose a tag to compare

add license