No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/well-robotics/stride.git
VCS Type git
VCS Version main
Last Updated 2025-01-05
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • Yuhao Huang, Yicheng Zeng and Xiaobin Xiong

Authors

No additional authors.

Mujoco Package

This package is modified from the open sourced ROS2 MuJoCo package from mindspace.inc.

It creates a simulation thread in MuJoCo with MJCF model file provided by description package. And established a node to send multiple sensor messages to ROS2.

Package Structure

MujocoMessageHandler.cpp is the connection between MuJoCo and ROS2, it samples the required sensor data and publishes to according topics. This includes /ContactState, /JointState, /ImuData.(Also check communication/msg for details).

simulation executable(main.cc) establishes the physics thread in MuJoCo

Installation Guide

This guide referenced this [installation instructions][https://gist.github.com/saratrajput/60b1310fe9d9df664f9983b38b50d5da], To download MuJoCo, please go check its [releases][https://github.com/google-deepmind/mujoco/releases]. This version of STRIDE uses [2.3.2][https://github.com/google-deepmind/mujoco/releases/tag/2.3.2]. Take 2.3.2 as an example, after downloading the zip file:

cd /home/username/
mkdir .mujoco
tar -xvf mujoco232-linux-x86_64.tar.gz -C ~/.mujoco/

Add these lines to your .bashrc:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/username/.mujoco/mujoco-2.3.2/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/nvidia
export PATH="$LD_LIBRARY_PATH:$PATH"
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGLEW.so

To test if the installation is successful, use the following line to test:

cd ~/.mujoco/mujoco210/bin
./simulate ../model/humanoid.xml

Things to notice

  1. The hold-release procedure: It is realized with sim_helper. It first holds the floating base of the robot by giving a extremely large damping and stiffness, then slowly release it to the ground.
    1. The time variables are set locally.
    2. The fixed degrees of freedom are the ones on the floating base. They will remain a small value after it is released.
  2. Applying control to MuJoCo: check apply_ctrl() function in main.cc. It realized a PD+feedforward controller of motors in MuJoCo. The data is directly obtained from shared pointer in Message Handler Node.
  3. Launch file: The simulation-launch file launches simulator and controller simultaneously. The model xml file and the control yaml file are also specified here.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged mujoco at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.